[2025-01-21T23:07:05.772431+00:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at W:\\WWW\\mondeanimal\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} [] [2025-01-21T23:07:05.779173+00:00] request.INFO: Matched route "app_api". {"route":"app_api","route_parameters":{"_route":"app_api","_controller":"App\\Controller\\ApiController::index"},"request_uri":"https://mondeanimal.test/api","method":"GET"} [] [2025-01-21T23:07:05.790665+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} [] [2025-01-21T23:07:05.790727+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-21T23:07:05.790765+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-21T23:07:05.811770+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at W:\\WWW\\mondeanimal\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:132)"} [] [2025-01-21T23:07:05.812199+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-01-21T23:07:05.847688+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"}} [] [2025-01-21T23:07:05.870890+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:07:05.873389+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"mondeanimal"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"mondeanimal"},"types":{"1":2}} [] [2025-01-21T23:07:05.874464+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:07:05.874692+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"mondeanimal"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"mondeanimal"},"types":{"1":2}} [] [2025-01-21T23:07:05.883393+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:07:05.883665+00:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:07:05.884663+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:07:05.884908+00:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'mondeanimal' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'mondeanimal' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:07:05.886229+00:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"mondeanimal","2":"mondeanimal","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"mondeanimal","2":"mondeanimal","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-21T23:07:05.888483+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:07:05.888798+00:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:07:05.892072+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-21T23:07:05.896794+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:07:05.917505+00:00] doctrine.INFO: Disconnecting [] [] [2025-01-21T23:09:23.693754+00:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at W:\\WWW\\mondeanimal\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} [] [2025-01-21T23:09:23.702336+00:00] request.INFO: Matched route "app_api". {"route":"app_api","route_parameters":{"_route":"app_api","_controller":"App\\Controller\\ApiController::index"},"request_uri":"https://mondeanimal.test/api","method":"GET"} [] [2025-01-21T23:09:23.719226+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} [] [2025-01-21T23:09:23.719278+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-21T23:09:23.719313+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-21T23:09:23.748157+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at W:\\WWW\\mondeanimal\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:132)"} [] [2025-01-21T23:09:23.748704+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-01-21T23:09:23.794206+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"}} [] [2025-01-21T23:09:23.814693+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:09:23.817563+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"mondeanimal"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"mondeanimal"},"types":{"1":2}} [] [2025-01-21T23:09:23.818538+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:09:23.818734+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"mondeanimal"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"mondeanimal"},"types":{"1":2}} [] [2025-01-21T23:09:23.829425+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:09:23.829681+00:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:09:23.830567+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:09:23.830738+00:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'mondeanimal' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'mondeanimal' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:09:23.831851+00:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"mondeanimal","2":"mondeanimal","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"mondeanimal","2":"mondeanimal","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-21T23:09:23.834147+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:09:23.834320+00:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:09:23.837279+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-21T23:09:23.842979+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:09:23.869662+00:00] doctrine.INFO: Disconnecting [] [] [2025-01-21T23:10:04.040406+00:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at W:\\WWW\\mondeanimal\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} [] [2025-01-21T23:10:04.046869+00:00] request.INFO: Matched route "app_api". {"route":"app_api","route_parameters":{"_route":"app_api","_controller":"App\\Controller\\ApiController::index"},"request_uri":"https://mondeanimal.test/api","method":"GET"} [] [2025-01-21T23:10:04.058406+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} [] [2025-01-21T23:10:04.058460+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-21T23:10:04.058497+00:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-21T23:10:04.079714+00:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at W:\\WWW\\mondeanimal\\vendor\\symfony\\security-http\\Firewall\\AccessListener.php:132)"} [] [2025-01-21T23:10:04.080143+00:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-01-21T23:10:04.115950+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"}} [] [2025-01-21T23:10:04.130217+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:10:04.132443+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"mondeanimal"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"mondeanimal"},"types":{"1":2}} [] [2025-01-21T23:10:04.133488+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:10:04.133649+00:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"mondeanimal"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"mondeanimal"},"types":{"1":2}} [] [2025-01-21T23:10:04.142167+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:10:04.142471+00:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:10:04.143328+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:10:04.143528+00:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'mondeanimal' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'mondeanimal' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:10:04.144845+00:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"mondeanimal","2":"mondeanimal","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"mondeanimal","2":"mondeanimal","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-21T23:10:04.147002+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:10:04.147198+00:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"mondeanimal","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"mondeanimal","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-21T23:10:04.149692+00:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-21T23:10:04.153595+00:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-21T23:10:04.174449+00:00] doctrine.INFO: Disconnecting [] [] [2025-01-21T23:12:48.364968+00:00] php.INFO: User Deprecated: Method "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface::authenticate()" might add "Passport" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiLoginAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\Security\\Http\\Authenticator\\AuthenticatorInterface::authenticate()\" might add \"Passport\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApiLoginAuthenticator\" now to avoid errors or add an explicit @return annotation to suppress this message. at W:\\WWW\\mondeanimal\\vendor\\symfony\\error-handler\\DebugClassLoader.php:331)"} [] [2025-01-21T23:12:48.366378+00:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at W:\\WWW\\mondeanimal\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} [] [2025-01-21T23:12:48.373420+00:00] request.INFO: Matched route "api_login". {"route":"api_login","route_parameters":{"_route":"api_login","_controller":"App\\Controller\\SecurityController::loginApi"},"request_uri":"https://mondeanimal.test/api/login","method":"POST"} [] [2025-01-21T23:12:48.393766+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api_login","authenticators":2} [] [2025-01-21T23:12:48.393822+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-21T23:12:48.393863+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} [] [2025-01-21T23:13:32.926420+00:00] php.INFO: User Deprecated: Method "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface::authenticate()" might add "Passport" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiLoginAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\Security\\Http\\Authenticator\\AuthenticatorInterface::authenticate()\" might add \"Passport\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApiLoginAuthenticator\" now to avoid errors or add an explicit @return annotation to suppress this message. at W:\\WWW\\mondeanimal\\vendor\\symfony\\error-handler\\DebugClassLoader.php:331)"} [] [2025-01-21T23:13:32.927518+00:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at W:\\WWW\\mondeanimal\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} [] [2025-01-21T23:13:32.932857+00:00] request.INFO: Matched route "api_login". {"route":"api_login","route_parameters":{"_route":"api_login","_controller":"App\\Controller\\SecurityController::loginApi"},"request_uri":"https://mondeanimal.test/api/login","method":"POST"} [] [2025-01-21T23:13:32.946764+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api_login","authenticators":2} [] [2025-01-21T23:13:32.946825+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-21T23:13:32.946856+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} [] [2025-01-21T23:13:33.017825+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"}} [] [2025-01-21T23:13:33.045013+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"contact@web-ice.com"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1","params":{"1":"contact@web-ice.com"},"types":{"1":2}} [] [2025-01-21T23:13:33.420525+00:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"contact@web-ice.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-21T23:13:35.455423+00:00] doctrine.INFO: Disconnecting [] [] [2025-01-21T23:13:58.494505+00:00] php.INFO: User Deprecated: Method "Symfony\Component\Security\Http\Authenticator\AuthenticatorInterface::authenticate()" might add "Passport" as a native return type declaration in the future. Do the same in implementation "App\Security\ApiLoginAuthenticator" now to avoid errors or add an explicit @return annotation to suppress this message. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Method \"Symfony\\Component\\Security\\Http\\Authenticator\\AuthenticatorInterface::authenticate()\" might add \"Passport\" as a native return type declaration in the future. Do the same in implementation \"App\\Security\\ApiLoginAuthenticator\" now to avoid errors or add an explicit @return annotation to suppress this message. at W:\\WWW\\mondeanimal\\vendor\\symfony\\error-handler\\DebugClassLoader.php:331)"} [] [2025-01-21T23:13:58.495576+00:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at W:\\WWW\\mondeanimal\\vendor\\symfony\\web-server-bundle\\WebServerBundle.php:23)"} [] [2025-01-21T23:13:58.500845+00:00] request.INFO: Matched route "api_login". {"route":"api_login","route_parameters":{"_route":"api_login","_controller":"App\\Controller\\SecurityController::loginApi"},"request_uri":"https://mondeanimal.test/api/login","method":"POST"} [] [2025-01-21T23:13:58.514554+00:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api_login","authenticators":2} [] [2025-01-21T23:13:58.514606+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-21T23:13:58.514637+00:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} [] [2025-01-21T23:13:58.568739+00:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"127.0.0.1","port":3306,"user":"root","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"mondeanimal"}} [] [2025-01-21T23:13:58.583691+00:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"contact@web-ice.com"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1","params":{"1":"contact@web-ice.com"},"types":{"1":2}} [] [2025-01-21T23:13:58.962827+00:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"contact@web-ice.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-21T23:14:01.016016+00:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:51:01.863326+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:51:02.372532+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T00:51:02.379860+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T00:51:02.379899+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:02.379921+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:02.379934+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:02.379948+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:02.596784+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:51:02.623078+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:02.632219+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:02.638957+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:02.639302+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:02.690880+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:02.691339+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:02.693716+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:02.694072+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:02.696705+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T00:51:02.703809+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:02.704273+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:02.714903+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T00:51:02.744608+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:02.815421+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:51:02.824850+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T00:51:02.829324+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T00:51:02.829357+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:02.829376+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:02.829391+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:02.829405+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:02.868356+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:51:03.077628+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:51:03.080813+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.082464+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:03.086161+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.086742+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:03.093068+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.093618+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:03.097447+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.097936+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:03.101278+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T00:51:03.106307+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.106754+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:03.109488+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T00:51:03.111511+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.274084+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:51:03.785371+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:51:03.787243+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c3df9c"},"request_uri":"https://mondeanimal.web-ice.site/_wdt/c3df9c","method":"GET"} [] [2025-01-22T00:51:03.858238+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:51:03.860438+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T00:51:03.863532+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T00:51:03.863568+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:03.863587+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:03.863601+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:03.863614+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:03.893525+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:51:03.896476+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.898039+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:03.901342+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.901811+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:03.907433+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.908080+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:03.911002+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.911542+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:03.915541+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T00:51:03.920922+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.921411+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:03.924361+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T00:51:03.926368+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:03.937992+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:51:03.987783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:51:03.989494+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T00:51:03.992668+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T00:51:03.992700+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:03.992718+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T00:51:03.992733+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:03.992747+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T00:51:04.031061+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:51:04.033684+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:04.034956+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:04.037330+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:04.037740+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:04.042871+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:04.043353+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:04.045009+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:04.045389+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:04.047631+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T00:51:04.050576+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:04.050953+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:04.053838+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T00:51:04.055659+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:04.070123+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:51:26.124240+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:51:26.131950+01:00] request.INFO: Matched route "api_login". {"route":"api_login","route_parameters":{"_route":"api_login","_controller":"App\\Controller\\SecurityController::loginApi"},"request_uri":"https://mondeanimal.web-ice.site/api/login","method":"POST"} [] [2025-01-22T00:51:26.180379+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api_login","authenticators":2} [] [2025-01-22T00:51:26.180427+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-22T00:51:26.180448+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} [] [2025-01-22T00:51:26.318634+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:51:26.324920+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"contact@web-ice.com"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1","params":{"1":"contact@web-ice.com"},"types":{"1":2}} [] [2025-01-22T00:51:26.803491+01:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"contact@web-ice.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-22T00:51:26.949309+01:00] request.CRITICAL: Uncaught PHP Exception Lexik\Bundle\JWTAuthenticationBundle\Exception\JWTEncodeFailureException: "Unable to create a signed JWT from the given configuration." at /home/webicefrhf/mondeanimal/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php line 38 {"exception":"[object] (Lexik\\Bundle\\JWTAuthenticationBundle\\Exception\\JWTEncodeFailureException(code: 0): Unable to create a signed JWT from the given configuration. at /home/webicefrhf/mondeanimal/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php:38)"} [] [2025-01-22T00:51:27.071913+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:27.072488+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:27.074917+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:27.075274+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:51:27.080219+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:27.080605+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:27.082771+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:27.083108+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:27.085610+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T00:51:27.090612+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:27.091018+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:51:27.097383+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T00:51:27.105034+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:51:27.152955+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:52:06.940165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:52:06.948535+01:00] request.INFO: Matched route "api_login". {"route":"api_login","route_parameters":{"_route":"api_login","_controller":"App\\Controller\\SecurityController::loginApi"},"request_uri":"https://mondeanimal.web-ice.site/api/login","method":"POST"} [] [2025-01-22T00:52:06.973715+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api_login","authenticators":2} [] [2025-01-22T00:52:06.973753+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-22T00:52:06.973774+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} [] [2025-01-22T00:52:07.053903+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:52:07.060722+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"contact@web-ice.com"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1","params":{"1":"contact@web-ice.com"},"types":{"1":2}} [] [2025-01-22T00:52:07.465450+01:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"contact@web-ice.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-22T00:52:10.498756+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:54:33.799184+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:54:33.807376+01:00] request.INFO: Matched route "api_login". {"route":"api_login","route_parameters":{"_route":"api_login","_controller":"App\\Controller\\SecurityController::loginApi"},"request_uri":"https://mondeanimal.web-ice.site/api/login","method":"POST"} [] [2025-01-22T00:54:33.832556+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api_login","authenticators":2} [] [2025-01-22T00:54:33.832593+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-22T00:54:33.832614+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api_login","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\JsonLoginAuthenticator"} [] [2025-01-22T00:54:33.911848+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:54:33.918539+01:00] doctrine.DEBUG: Executing statement: SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1 (parameters: array{"1":"contact@web-ice.com"}, types: array{"1":2}) {"sql":"SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.roles AS roles_5, t0.password AS password_6 FROM user t0 WHERE t0.email = ? LIMIT 1","params":{"1":"contact@web-ice.com"},"types":{"1":2}} [] [2025-01-22T00:54:34.324451+01:00] security.INFO: Authenticator successful! {"token":{"Symfony\\Component\\Security\\Http\\Authenticator\\Token\\PostAuthenticationToken":"PostAuthenticationToken(user=\"contact@web-ice.com\", authenticated=true, roles=\"ROLE_USER\")"},"authenticator":"App\\Security\\ApiLoginAuthenticator"} [] [2025-01-22T00:54:37.347067+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T00:54:49.438826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T00:54:49.447530+01:00] request.INFO: Matched route "app_api". {"route":"app_api","route_parameters":{"_route":"app_api","_controller":"App\\Controller\\ApiController::index"},"request_uri":"https://mondeanimal.web-ice.site/api","method":"GET"} [] [2025-01-22T00:54:49.472850+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"api","authenticators":1} [] [2025-01-22T00:54:49.472891+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-22T00:54:49.472916+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"api","authenticator":"Lexik\\Bundle\\JWTAuthenticationBundle\\Security\\Authenticator\\JWTAuthenticator"} [] [2025-01-22T00:54:49.565009+01:00] security.DEBUG: Access denied, the user is not fully authenticated; redirecting to authentication entry point. {"exception":"[object] (Symfony\\Component\\Security\\Core\\Exception\\AccessDeniedException(code: 403): Access Denied. at /home/webicefrhf/mondeanimal/vendor/symfony/security-http/Firewall/AccessListener.php:132)"} [] [2025-01-22T00:54:49.566418+01:00] security.DEBUG: Calling Authentication entry point. [] [] [2025-01-22T00:54:49.765390+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T00:54:49.773146+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:54:49.776801+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:54:49.779770+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:54:49.780200+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T00:54:49.794971+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:54:49.795405+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:54:49.797422+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:54:49.797810+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:54:49.799656+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T00:54:49.803607+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:54:49.806165+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T00:54:49.811670+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T00:54:49.819580+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T00:54:49.860732+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T01:09:26.927591+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T01:09:26.935591+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T01:09:26.949174+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T01:09:26.949212+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T01:09:26.949232+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T01:09:26.949247+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T01:09:26.949262+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T01:09:27.033591+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T01:09:27.040541+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:09:27.044119+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T01:09:27.049909+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:09:27.050527+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T01:09:27.065607+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:09:27.066247+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T01:09:27.071065+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:09:27.071748+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T01:09:27.079826+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T01:09:27.087123+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:09:27.087697+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T01:09:27.095702+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T01:09:27.103800+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:09:27.170144+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T01:10:01.384976+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T01:10:01.393756+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T01:10:01.409033+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T01:10:01.409069+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T01:10:01.409088+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T01:10:01.409103+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T01:10:01.409117+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T01:10:01.556254+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T01:10:01.563577+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:10:01.567147+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T01:10:01.569900+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:10:01.570397+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T01:10:01.583696+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:10:01.584414+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T01:10:01.590276+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:10:01.590906+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T01:10:01.596133+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T01:10:01.603833+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:10:01.604431+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T01:10:01.614764+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T01:10:01.623035+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T01:10:01.656893+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T02:11:52.561568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T02:11:52.570233+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T02:11:52.585220+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T02:11:52.585259+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T02:11:52.585279+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T02:11:52.585294+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T02:11:52.585307+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T02:11:52.724306+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T02:11:52.732316+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:52.744453+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:11:52.755061+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:52.755584+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:11:52.770842+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:52.771416+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:52.778124+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:52.778632+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:52.790000+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T02:11:52.796238+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:52.796771+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:52.804585+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T02:11:52.811801+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:52.873688+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T02:11:53.201627+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T02:11:53.203456+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T02:11:53.207015+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T02:11:53.207048+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T02:11:53.207067+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T02:11:53.207082+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T02:11:53.207095+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T02:11:53.355467+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T02:11:53.358264+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.359619+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:11:53.361762+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.362113+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:11:53.367342+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.367798+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:53.369673+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.370071+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:53.372708+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T02:11:53.376614+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.377063+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:53.380019+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T02:11:53.382084+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.420727+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T02:11:53.751472+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T02:11:53.812639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T02:11:53.900331+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T02:11:53.904240+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.905687+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:11:53.908530+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.909089+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:11:53.915361+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.915877+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:53.919651+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.920140+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:53.923833+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T02:11:53.932228+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.933071+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:11:53.939395+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T02:11:53.941561+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:11:53.966438+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T02:27:58.166042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T02:27:58.210329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T02:27:58.342361+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T02:27:58.350031+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:58.354391+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:27:58.359030+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:58.359674+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:27:58.382616+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:58.383315+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:27:58.387923+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:58.388450+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:27:58.392781+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T02:27:58.400505+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:58.401256+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:27:58.410626+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T02:27:58.419381+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:58.475306+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T02:27:59.700069+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T02:27:59.711517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T02:27:59.756029+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T02:27:59.758980+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:59.760372+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:27:59.762445+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:59.762942+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T02:27:59.767924+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:59.768449+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:27:59.770086+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:59.770534+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:27:59.772763+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T02:27:59.775917+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:59.776433+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T02:27:59.779054+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T02:27:59.781154+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T02:27:59.820939+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T04:36:36.592991+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T04:36:36.602473+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T04:36:36.618529+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T04:36:36.618569+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T04:36:36.618590+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T04:36:36.618604+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T04:36:36.618618+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T04:36:36.793301+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T04:36:36.800432+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:36.804030+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T04:36:36.813646+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:36.814066+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T04:36:36.831469+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:36.831875+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T04:36:36.835408+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:36.835848+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T04:36:36.840906+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T04:36:36.847932+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:36.848387+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T04:36:36.861370+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T04:36:36.868822+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:36.949645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T04:36:36.961901+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T04:36:36.963375+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T04:36:36.967449+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T04:36:36.967484+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T04:36:36.967503+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T04:36:36.967517+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T04:36:36.967531+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T04:36:37.228994+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T04:36:37.232697+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:37.234252+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T04:36:37.238129+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:37.238733+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T04:36:37.245817+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:37.246453+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T04:36:37.248884+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:37.249285+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T04:36:37.253853+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T04:36:37.260001+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:37.260552+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T04:36:37.264695+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T04:36:37.266964+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T04:36:37.322139+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T10:53:46.030514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T10:53:46.039212+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T10:53:46.053161+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T10:53:46.053197+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T10:53:46.053216+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T10:53:46.053231+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T10:53:46.053249+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T10:53:46.194794+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T10:53:46.206545+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T10:53:46.209743+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T10:53:46.220975+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T10:53:46.221442+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T10:53:46.235187+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T10:53:46.235678+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T10:53:46.241773+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T10:53:46.242296+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T10:53:46.253221+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T10:53:46.259738+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T10:53:46.260312+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T10:53:46.270056+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T10:53:46.279017+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T10:53:46.332528+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T12:08:23.472842+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T12:08:23.481445+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"96e7e3"},"request_uri":"https://mondeanimal.web-ice.site/_wdt/96e7e3","method":"GET"} [] [2025-01-22T16:16:36.351186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:16:36.359482+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T16:16:36.374089+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T16:16:36.374126+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:36.374146+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:36.374161+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:36.374175+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:36.466366+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:16:36.473784+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.477485+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:36.497246+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.497691+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:36.512289+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.512739+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:36.515137+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.515547+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:36.519521+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:16:36.524807+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.525193+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:36.531614+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:16:36.539484+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.622997+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:16:36.654890+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:16:36.656879+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T16:16:36.660919+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T16:16:36.660953+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:36.660973+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:36.660987+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:36.661001+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:36.781721+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:16:36.784859+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.786284+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:36.788771+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.789120+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:36.794843+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.795468+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:36.800493+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.800968+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:36.807178+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:16:36.814142+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.814640+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:36.818548+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:16:36.820780+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:36.842887+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:16:37.057424+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:16:37.059192+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T16:16:37.062214+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T16:16:37.062245+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:37.062265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:37.062279+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:37.062297+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:37.093652+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:16:37.097163+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.100888+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:37.105930+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.106735+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:37.114878+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.115512+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:37.118820+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.119526+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:37.122698+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:16:37.126615+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.127233+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:37.130115+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:16:37.132201+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.144458+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:16:37.288598+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:16:37.290486+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T16:16:37.294032+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T16:16:37.294064+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:37.294083+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:16:37.294097+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:37.294111+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:16:37.335747+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:16:37.338680+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.340113+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:37.342821+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.343286+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:16:37.348794+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.349252+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:37.351402+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.351849+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:37.354395+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:16:37.358624+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.359062+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:16:37.361938+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:16:37.364010+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:16:37.379971+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:17:04.967137+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:17:05.005346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T16:17:05.123936+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:17:05.130279+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:05.133602+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:05.136882+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:05.137207+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:05.149329+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:05.149744+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:05.151332+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:05.151646+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:05.153455+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:17:05.157132+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:05.157497+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:05.162399+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:17:05.168383+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:05.216150+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:17:23.543339+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:17:23.581917+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T16:17:23.691328+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:17:23.698055+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:23.701877+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:23.709039+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:23.709599+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:23.725364+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:23.726045+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:23.729458+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:23.729991+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:23.734024+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:17:23.741084+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:23.742276+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:23.749815+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:17:23.758763+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:23.811802+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:17:28.982599+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:17:28.994140+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T16:17:29.036700+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:17:29.039921+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:29.041258+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:29.043207+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:29.043602+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:29.048664+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:29.049035+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:29.050583+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:29.050913+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:29.052685+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:17:29.055240+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:29.055594+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:29.058748+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:17:29.061833+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:29.086040+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:17:30.294204+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:17:30.305560+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T16:17:30.347929+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:17:30.351300+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:30.352748+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:30.356028+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:30.356547+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:30.362599+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:30.363138+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:30.366014+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:30.366492+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:30.370156+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:17:30.374765+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:30.375174+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:30.377928+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:17:30.379852+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:30.404250+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:17:36.173240+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:17:36.184681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-22T16:17:36.227097+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:17:36.231639+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:36.233023+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:36.236288+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:36.236899+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:17:36.241721+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:36.242143+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:36.243797+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:36.244261+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:36.246186+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:17:36.249026+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:36.249449+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:17:36.253191+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:17:36.256422+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:17:36.279366+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T16:18:44.615770+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T16:18:44.623872+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T16:18:44.638724+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T16:18:44.638761+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:18:44.638781+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T16:18:44.638796+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:18:44.638810+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T16:18:44.725797+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T16:18:44.732850+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:18:44.736345+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:18:44.738570+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:18:44.739087+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T16:18:44.753244+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:18:44.753831+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:18:44.756772+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:18:44.757302+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:18:44.760225+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T16:18:44.765190+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:18:44.765891+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T16:18:44.772645+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T16:18:44.782310+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T16:18:44.808044+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T18:16:17.571235+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T18:16:17.579410+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T18:16:17.593902+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T18:16:17.593941+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T18:16:17.593961+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T18:16:17.593976+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T18:16:17.593996+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T18:16:17.684894+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T18:16:17.694422+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:17.697675+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T18:16:17.702139+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:17.702630+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T18:16:17.715876+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:17.716446+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T18:16:17.718672+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:17.719042+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T18:16:17.722125+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T18:16:17.726843+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:17.727277+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T18:16:17.732929+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T18:16:17.745151+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:17.787326+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T18:16:18.003134+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T18:16:18.004863+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T18:16:18.008401+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T18:16:18.008435+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T18:16:18.008454+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T18:16:18.008469+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T18:16:18.008494+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T18:16:18.130178+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T18:16:18.133471+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:18.138259+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T18:16:18.140564+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:18.140922+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T18:16:18.146275+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:18.146769+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T18:16:18.149693+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:18.150128+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T18:16:18.154166+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T18:16:18.158026+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:18.158995+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T18:16:18.162549+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T18:16:18.165159+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T18:16:18.188356+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T20:13:11.605049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T20:13:11.613126+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-22T20:13:11.627496+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T20:13:11.627530+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T20:13:11.627550+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T20:13:11.627564+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T20:13:11.627578+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T20:13:11.729054+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T20:13:11.737077+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:11.740362+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T20:13:11.743571+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:11.743927+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T20:13:11.756752+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:11.757211+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T20:13:11.759887+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:11.760264+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T20:13:11.762864+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T20:13:11.767616+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:11.768118+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T20:13:11.774954+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T20:13:11.781985+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:11.827932+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-22T20:13:12.039377+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-22T20:13:12.041114+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-22T20:13:12.044642+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-22T20:13:12.044674+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T20:13:12.044693+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-22T20:13:12.044708+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T20:13:12.044723+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-22T20:13:12.137422+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-22T20:13:12.140394+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:12.141835+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T20:13:12.145663+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:12.146198+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-22T20:13:12.154068+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:12.154558+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T20:13:12.157185+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:12.160779+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T20:13:12.164389+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-22T20:13:12.168467+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:12.168887+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-22T20:13:12.172125+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-22T20:13:12.174184+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-22T20:13:12.196505+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T02:48:21.347096+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T02:48:21.356968+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-23T02:48:21.395239+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T02:48:21.395298+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T02:48:21.395329+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T02:48:21.395353+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T02:48:21.395377+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T02:48:21.619077+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T02:48:21.626744+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:21.630459+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T02:48:21.641811+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:21.642410+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T02:48:21.669958+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:21.670644+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:21.679327+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:21.680009+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:21.690829+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T02:48:21.696672+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:21.697343+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:21.715585+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T02:48:21.735668+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:21.840524+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T02:48:22.092435+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T02:48:22.094209+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-23T02:48:22.097677+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T02:48:22.097712+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T02:48:22.097731+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T02:48:22.097746+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T02:48:22.097765+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T02:48:22.251975+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T02:48:22.255340+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.256825+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T02:48:22.260927+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.261583+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T02:48:22.268415+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.268970+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:22.271657+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.272207+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:22.276478+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T02:48:22.281300+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.281883+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:22.285453+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T02:48:22.287567+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.330082+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T02:48:22.598062+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T02:48:22.611556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T02:48:22.712715+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T02:48:22.715912+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.717234+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T02:48:22.718943+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.719280+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T02:48:22.724322+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.724686+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:22.726107+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.726520+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:22.728278+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T02:48:22.731085+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.731427+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T02:48:22.733736+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T02:48:22.735605+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T02:48:22.763147+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T15:37:26.934679+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T15:37:26.970753+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-23T15:37:27.008072+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T15:37:27.008119+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:27.008139+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:27.008154+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:27.008169+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:27.245823+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T15:37:27.253831+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.257484+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:27.265511+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.265936+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:27.296641+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.297243+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:27.303720+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.304158+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:27.311998+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T15:37:27.326099+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.326657+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:27.348203+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T15:37:27.359314+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.455463+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T15:37:27.536096+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T15:37:27.537813+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-23T15:37:27.541312+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T15:37:27.541344+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:27.541364+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:27.541380+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:27.541394+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:27.711525+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T15:37:27.714193+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.715612+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:27.719984+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.720638+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:27.728145+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.728639+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:27.730660+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.731075+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:27.733355+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T15:37:27.736769+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.737234+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:27.739667+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T15:37:27.741453+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:27.781213+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T15:37:28.363921+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T15:37:28.365670+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-23T15:37:28.368757+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T15:37:28.368789+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:28.368808+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:28.368822+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:28.368836+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:28.398725+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T15:37:28.402165+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:28.404088+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:28.406765+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:28.407356+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:28.415397+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:28.416229+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:28.419409+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:28.420362+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:28.424673+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T15:37:28.432734+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:28.433339+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:28.442081+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T15:37:28.445649+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:28.461875+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T15:37:31.968268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T15:37:31.970045+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-23T15:37:31.973198+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T15:37:31.973229+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:31.973248+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T15:37:31.973262+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:31.973275+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T15:37:32.010182+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T15:37:32.013348+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:32.014754+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:32.017032+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:32.017408+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T15:37:32.022836+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:32.023230+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:32.025290+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:32.025696+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:32.028030+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T15:37:32.031394+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:32.031833+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T15:37:32.034610+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T15:37:32.036587+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T15:37:32.053625+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:20.243727+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:20.252485+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-23T16:14:20.267111+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T16:14:20.267149+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:20.267169+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:20.267183+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:20.267197+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:20.353424+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:20.360117+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.363534+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:20.365357+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.365779+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:20.378594+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.379184+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.383830+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.384344+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.388753+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:20.400774+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.401185+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.407358+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:20.417781+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.478585+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:20.529814+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:20.531780+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-23T16:14:20.535362+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T16:14:20.535395+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:20.535413+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:20.535428+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:20.535442+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:20.627743+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:20.630518+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.631852+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:20.633539+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.633914+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:20.639646+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.640052+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.641754+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.642168+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.643938+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:20.646596+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.647026+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.649285+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:20.651192+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.687250+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:20.923964+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:20.925687+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-23T16:14:20.928790+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T16:14:20.928823+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:20.928842+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:20.928855+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:20.928873+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:20.958239+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:20.960971+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.962357+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:20.964071+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.964466+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:20.969337+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.969742+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.971293+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.971628+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.973700+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:20.977329+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.977684+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:20.980296+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:20.982194+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:20.993732+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:21.096325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:21.098047+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-23T16:14:21.101166+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T16:14:21.101198+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:21.101217+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T16:14:21.101231+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:21.101244+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T16:14:21.138078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:21.141161+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:21.142710+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:21.146867+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:21.147417+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:21.154667+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:21.155205+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:21.159473+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:21.160003+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:21.164733+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:21.171898+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:21.172373+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:21.175830+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:21.177882+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:21.193382+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:47.738399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:47.777856+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T16:14:47.942393+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:47.949203+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:47.952772+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:47.956513+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:47.957101+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:47.971339+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:47.971996+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:47.975595+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:47.976431+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:47.981439+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:47.988304+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:47.988849+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:47.995978+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:48.003437+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:48.060211+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:51.711999+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:51.723984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T16:14:51.768827+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:51.772364+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:51.773764+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:51.776945+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:51.777407+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:51.783621+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:51.784182+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:51.786693+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:51.787102+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:51.790599+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:51.794514+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:51.794921+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:51.797828+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:51.800002+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:51.841997+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:14:52.624187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:14:52.636003+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T16:14:52.678914+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:14:52.681669+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:52.683048+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:52.685595+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:52.686072+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:14:52.691306+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:52.691738+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:52.693799+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:52.694174+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:52.696340+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:14:52.699869+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:52.700348+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:14:52.702601+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:14:52.704420+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:14:52.726609+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:15:20.146131+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:15:20.185379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T16:15:20.292463+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:15:20.299363+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:20.302923+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:15:20.308976+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:20.309653+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:15:20.323447+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:20.324022+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:15:20.327564+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:20.328042+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:15:20.332519+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:15:20.340772+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:20.341328+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:15:20.347574+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:15:20.355164+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:20.411398+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T16:15:22.912797+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T16:15:22.924108+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T16:15:22.966282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T16:15:22.969285+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:22.970688+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:15:22.972887+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:22.973249+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T16:15:22.978357+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:22.978758+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:15:22.980575+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:22.980932+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:15:22.983243+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T16:15:22.986849+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:22.987228+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T16:15:22.989867+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T16:15:22.991885+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T16:15:23.014165+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T18:35:04.697590+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T18:35:04.746594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-23T18:35:04.871113+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T18:35:04.878389+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T18:35:04.881848+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T18:35:04.884783+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T18:35:04.885219+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T18:35:04.898121+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T18:35:04.898602+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T18:35:04.900651+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T18:35:04.901034+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T18:35:04.903941+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T18:35:04.909760+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T18:35:04.910247+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T18:35:04.916744+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T18:35:04.924711+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T18:35:04.990377+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-23T19:01:17.869193+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-23T19:01:17.878260+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-01-23T19:01:17.904497+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-23T19:01:17.904536+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T19:01:17.906482+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-23T19:01:17.906514+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T19:01:17.906536+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-23T19:01:18.005277+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-23T19:01:18.012262+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T19:01:18.015806+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T19:01:18.019486+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T19:01:18.020026+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-23T19:01:18.034949+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T19:01:18.035513+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T19:01:18.040194+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T19:01:18.040725+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T19:01:18.046351+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-23T19:01:18.052918+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T19:01:18.053364+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-23T19:01:18.059888+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-23T19:01:18.067963+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-23T19:01:18.097354+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T15:32:56.788404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T15:32:56.823547+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-24T15:32:56.878729+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T15:32:56.878777+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T15:32:56.878797+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T15:32:56.878811+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T15:32:56.878824+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T15:32:57.291976+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T15:32:57.300198+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:32:57.309074+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T15:32:57.311292+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:32:57.311655+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T15:32:57.345729+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:32:57.346205+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:32:57.352482+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:32:57.352864+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:32:57.360132+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T15:32:57.367983+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:32:57.368382+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:32:57.387675+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T15:32:57.395960+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:32:57.571599+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T15:33:00.978058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T15:33:00.979934+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-24T15:33:00.983608+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T15:33:00.983645+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T15:33:00.983665+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T15:33:00.983679+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T15:33:00.983693+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T15:33:01.197031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T15:33:01.200490+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:01.202110+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T15:33:01.204362+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:01.204845+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T15:33:01.210812+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:01.211284+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:33:01.213786+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:01.214274+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:33:01.217900+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T15:33:01.223183+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:01.223725+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:33:01.227142+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T15:33:01.229210+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:01.318623+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T15:33:01.811907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T15:33:01.825517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T15:33:02.016448+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T15:33:02.019567+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:02.020909+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T15:33:02.022841+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:02.023404+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T15:33:02.030643+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:02.031063+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:33:02.032931+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:02.033295+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:33:02.035297+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T15:33:02.038161+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:02.041406+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T15:33:02.043956+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T15:33:02.045938+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T15:33:02.087341+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:15:57.864683+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:15:57.879600+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-24T16:15:57.913089+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T16:15:57.913131+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:57.913151+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:57.913166+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:57.913180+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:58.286217+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:15:58.294333+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.305787+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:58.310360+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.310976+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:58.334163+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.334600+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:58.337318+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.337692+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:58.340880+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:15:58.351779+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.352240+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:58.381053+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:15:58.390494+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.518492+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:15:58.520980+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-24T16:15:58.524858+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T16:15:58.524892+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:58.524911+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:58.524927+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:58.524941+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:58.592793+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:15:58.664914+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:15:58.668681+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.670289+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:58.674625+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.675152+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:58.683550+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.684180+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:58.689773+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.690317+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:58.694726+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:15:58.700750+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.701320+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:58.705655+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:15:58.707960+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:58.748760+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:15:58.967761+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:15:58.969464+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-24T16:15:58.972438+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T16:15:58.972473+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:58.972493+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:58.972506+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:58.972520+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:59.003117+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:15:59.006051+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.007530+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:59.011501+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.012004+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:59.018854+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.019352+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:59.022505+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.022959+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:59.027224+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:15:59.032871+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.033353+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:59.036920+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:15:59.038882+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.054957+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:15:59.152039+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:15:59.153888+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-24T16:15:59.157370+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T16:15:59.157402+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:59.157422+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:15:59.157436+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:59.157450+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:15:59.196936+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:15:59.199760+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.201149+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:59.202851+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.203206+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:15:59.208054+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.208538+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:59.209994+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.210430+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:59.212211+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:15:59.214850+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.215269+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:15:59.217547+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:15:59.219616+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:15:59.235552+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:16:20.484656+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:16:20.522393+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T16:16:20.710961+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:16:20.717612+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:20.721010+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:20.723165+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:20.724072+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:20.737034+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:20.737485+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:20.739328+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:20.739682+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:20.741957+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:16:20.746115+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:20.746516+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:20.752426+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:16:20.760223+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:20.812889+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:16:21.372140+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:16:21.384165+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T16:16:21.431866+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:16:21.435075+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:21.436555+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:21.440371+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:21.441584+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:21.447864+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:21.448499+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:21.452979+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:21.453643+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:21.458633+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:16:21.464892+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:21.465470+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:21.468943+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:16:21.471098+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:21.494796+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:16:23.130722+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:16:23.142443+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T16:16:23.184644+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:16:23.187149+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.188442+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:23.190071+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.190420+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:23.195241+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.195585+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:23.196895+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.197226+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:23.198856+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:16:23.201375+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.201731+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:23.203914+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:16:23.205704+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.247671+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:16:23.424696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:16:23.436029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T16:16:23.478319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:16:23.481140+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.482401+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:23.484177+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.484500+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:23.489194+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.489542+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:23.490898+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.491226+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:23.492928+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:16:23.495498+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.495829+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:23.498102+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:16:23.499910+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:23.529808+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:16:29.483258+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:16:29.495237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T16:16:29.539105+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:16:29.541808+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:29.543148+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:29.546773+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:29.547173+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:16:29.552722+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:29.553303+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:29.555674+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:29.556057+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:29.558609+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:16:29.562302+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:29.562765+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:16:29.565791+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:16:29.568159+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:16:29.593955+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T16:53:42.461121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T16:53:42.469844+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-24T16:53:42.484600+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T16:53:42.484637+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:53:42.484657+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T16:53:42.484673+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:53:42.484687+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T16:53:42.573038+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T16:53:42.580105+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:53:42.583752+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:53:42.587912+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:53:42.588490+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T16:53:42.603090+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:53:42.603767+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:53:42.607971+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:53:42.608545+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:53:42.613185+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T16:53:42.620421+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:53:42.620937+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T16:53:42.628337+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T16:53:42.636065+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T16:53:42.660708+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T17:24:31.246059+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T17:24:31.254367+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-24T17:24:31.269434+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T17:24:31.269472+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T17:24:31.269492+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T17:24:31.269507+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T17:24:31.269520+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T17:24:31.359804+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T17:24:31.375661+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:31.379288+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T17:24:31.383704+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:31.384306+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T17:24:31.401718+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:31.402539+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:31.408494+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:31.409225+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:31.414409+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T17:24:31.423056+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:31.423748+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:31.434399+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T17:24:31.446329+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:31.490935+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T17:24:41.187363+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T17:24:41.189156+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-24T17:24:41.192743+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T17:24:41.192779+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T17:24:41.192799+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T17:24:41.192814+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T17:24:41.192828+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T17:24:41.285806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T17:24:41.289077+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:41.290604+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T17:24:41.294128+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:41.294633+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T17:24:41.301906+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:41.302551+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:41.305919+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:41.306488+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:41.310629+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T17:24:41.316644+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:41.317212+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:41.320608+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T17:24:41.322988+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:41.354184+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T17:24:41.942762+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T17:24:41.956613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-24T17:24:42.035407+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T17:24:42.038696+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:42.040263+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T17:24:42.044505+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:42.044892+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T17:24:42.050985+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:42.051930+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:42.055845+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:42.056481+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:42.060468+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T17:24:42.065874+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:42.066370+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T17:24:42.069947+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T17:24:42.072089+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T17:24:42.102839+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T18:24:30.728786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T18:24:30.736761+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-24T18:24:30.750351+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T18:24:30.750386+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T18:24:30.750406+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T18:24:30.750420+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T18:24:30.750434+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T18:24:30.832521+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T18:24:30.839422+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:30.842607+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T18:24:30.844981+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:30.845383+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T18:24:30.857787+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:30.858339+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T18:24:30.860007+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:30.860381+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T18:24:30.863558+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T18:24:30.867179+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:30.867589+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T18:24:30.874166+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T18:24:30.881384+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:30.923202+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-24T18:24:31.138941+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-24T18:24:31.140654+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-24T18:24:31.144192+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-24T18:24:31.144225+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T18:24:31.144244+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-24T18:24:31.144258+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T18:24:31.144271+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-24T18:24:31.250401+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-24T18:24:31.253253+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:31.254594+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T18:24:31.256505+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:31.256851+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-24T18:24:31.261600+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:31.262066+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T18:24:31.263763+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:31.264123+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T18:24:31.266112+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-24T18:24:31.269440+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:31.269920+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-24T18:24:31.275263+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-24T18:24:31.278375+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-24T18:24:31.308894+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:18.187673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:18.209537+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-25T09:15:18.261965+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:18.262015+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:18.262039+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:18.262053+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:18.262067+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:18.563775+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:18.571909+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:18.575758+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:18.584609+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:18.585261+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:18.613770+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:18.614609+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:18.623395+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:18.624203+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:18.635002+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:18.641124+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:18.641776+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:18.663224+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:18.673860+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:18.779545+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:18.839862+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:18.841592+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-25T09:15:18.845218+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:18.845252+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:18.845271+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:18.845285+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:18.845298+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:18.997807+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:19.003479+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:19.005128+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:19.009005+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:19.009668+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:19.016079+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:19.016663+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:19.019573+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:19.020084+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:19.023598+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:19.028816+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:19.029483+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:19.033115+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:19.035310+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:19.084879+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:21.997102+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:21.998854+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-25T09:15:22.001861+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:22.001899+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:22.001919+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:22.001932+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:22.001946+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:22.031497+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:22.034540+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.035996+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:22.039825+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.040326+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:22.047173+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.047782+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:22.051649+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.052116+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:22.056351+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:22.061249+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.061701+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:22.065030+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:22.067223+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.080482+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:22.238181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:22.239890+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-25T09:15:22.243103+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:22.243136+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:22.243155+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:22.243169+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:22.243183+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:22.279883+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:22.282784+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.284116+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:22.285947+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.286218+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:22.291107+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.291439+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:22.292855+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.293115+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:22.295218+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:22.298312+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.298678+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:22.301840+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:22.305352+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:22.325901+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:22.417239+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:22.419129+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6b679a"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/6b679a","method":"GET"} [] [2025-01-25T09:15:24.995177+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:24.996887+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"9567a6"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/9567a6","method":"GET"} [] [2025-01-25T09:15:25.580417+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:25.582202+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-25T09:15:25.585151+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:25.585182+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:25.585201+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:25.585215+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:25.585228+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:25.614166+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:25.617113+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.618435+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:25.620536+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.620912+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:25.626153+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.626589+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:25.628634+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.629023+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:25.631841+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:25.635283+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.635726+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:25.638219+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:25.640181+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.652011+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:25.803127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:25.804813+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-25T09:15:25.808015+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:25.808049+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:25.808069+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:25.808083+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:25.808097+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:25.844051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:25.846868+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.848225+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:25.850594+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.850984+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:25.856290+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.856725+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:25.858683+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.859054+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:25.861390+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:25.864979+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.865476+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:25.868213+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:25.870180+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:25.900577+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:29.245631+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:29.247411+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-25T09:15:29.250380+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:29.250411+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:29.250430+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:29.250444+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:29.250462+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:29.279356+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:29.282542+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.284078+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:29.286403+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.286935+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:29.291901+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.292407+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:29.294355+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.294924+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:29.297395+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:29.305434+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.306249+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:29.310367+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:29.312857+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.325584+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:29.488430+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:29.490141+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-25T09:15:29.493316+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T09:15:29.493347+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:29.493366+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T09:15:29.493380+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:29.493393+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T09:15:29.530389+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T09:15:29.533290+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.534665+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:29.536945+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.537403+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T09:15:29.542472+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.542968+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:29.544650+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.545079+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:29.547215+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T09:15:29.550560+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.550919+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T09:15:29.553304+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T09:15:29.555257+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T09:15:29.576720+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T09:15:31.891960+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T09:15:31.893742+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"7ebe7b"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/7ebe7b","method":"GET"} [] [2025-01-25T10:33:30.386098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T10:33:30.405855+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-25T10:33:30.440408+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T10:33:30.440452+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T10:33:30.440472+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T10:33:30.440485+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T10:33:30.440499+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T10:33:30.695316+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T10:33:30.702353+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:30.705994+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T10:33:30.711909+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:30.712230+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T10:33:30.731517+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:30.731996+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T10:33:30.736740+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:30.737079+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T10:33:30.739672+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T10:33:30.744005+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:30.744356+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T10:33:30.757297+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T10:33:30.765271+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:30.886022+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T10:33:30.933645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T10:33:30.935394+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-25T10:33:30.938911+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T10:33:30.938944+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T10:33:30.938963+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T10:33:30.938979+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T10:33:30.938993+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T10:33:31.087708+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T10:33:31.091455+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:31.093006+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T10:33:31.096312+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:31.096842+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T10:33:31.103285+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:31.103946+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T10:33:31.106240+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:31.106827+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T10:33:31.110041+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T10:33:31.115205+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:31.116177+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T10:33:31.119765+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T10:33:31.122227+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T10:33:31.153865+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T10:33:33.297651+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T10:33:33.299845+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"6c9ac8"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/6c9ac8","method":"GET"} [] [2025-01-25T13:54:14.963281+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T13:54:14.972516+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-25T13:54:14.987427+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T13:54:14.987472+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T13:54:14.987492+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T13:54:14.987507+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T13:54:14.987521+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T13:54:15.084197+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T13:54:15.092256+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.095794+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T13:54:15.108365+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.108978+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T13:54:15.122870+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.123332+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T13:54:15.126202+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.126754+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T13:54:15.131744+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T13:54:15.137068+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.137577+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T13:54:15.144223+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T13:54:15.152333+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.204803+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T13:54:15.323964+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T13:54:15.325826+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-25T13:54:15.329657+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-25T13:54:15.329692+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T13:54:15.329711+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-25T13:54:15.329726+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T13:54:15.329740+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-25T13:54:15.419846+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-25T13:54:15.423060+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.424591+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T13:54:15.429030+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.429603+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-25T13:54:15.436640+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.437263+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T13:54:15.440173+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.440667+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T13:54:15.443471+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-25T13:54:15.447100+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.447628+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-25T13:54:15.450340+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-25T13:54:15.452480+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-25T13:54:15.483125+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-25T13:54:16.520670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-25T13:54:16.523065+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c2d3fc"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/c2d3fc","method":"GET"} [] [2025-01-26T01:24:26.357888+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T01:24:26.421181+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-26T01:24:26.725015+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T01:24:26.731673+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T01:24:26.734915+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T01:24:26.745624+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T01:24:26.746047+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T01:24:26.759152+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T01:24:26.759659+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T01:24:26.763149+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T01:24:26.763589+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T01:24:26.774180+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T01:24:26.779988+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T01:24:26.780435+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T01:24:26.788493+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T01:24:26.796611+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T01:24:26.865105+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T11:18:18.587550+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T11:18:18.596308+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-26T11:18:18.637959+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-26T11:18:18.638007+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:18.638028+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:18.638041+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:18.638056+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:18.758823+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T11:18:18.766898+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:18.770763+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:18.778965+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:18.779376+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:18.793525+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:18.794038+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:18.801238+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:18.801876+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:18.812757+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T11:18:18.819262+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:18.819776+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:18.831888+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T11:18:18.840040+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:18.895873+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T11:18:19.378290+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T11:18:19.379992+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-26T11:18:19.383549+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-26T11:18:19.383582+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:19.383601+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:19.383615+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:19.383628+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:19.550212+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T11:18:19.552867+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:19.554286+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:19.557680+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:19.558102+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:19.564194+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:19.564672+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:19.568446+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:19.568936+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:19.572009+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T11:18:19.577117+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:19.577597+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:19.580507+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T11:18:19.582324+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:19.603939+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T11:18:20.166827+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T11:18:20.180712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-26T11:18:20.320842+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T11:18:20.324309+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:20.325679+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:20.327823+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:20.328392+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:20.333578+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:20.334239+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:20.336230+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:20.336894+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:20.338993+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T11:18:20.342422+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:20.344592+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:20.350367+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T11:18:20.352344+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:20.375641+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T11:18:22.435329+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T11:18:22.437015+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-26T11:18:22.440014+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-26T11:18:22.440045+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:22.440064+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:22.440078+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:22.440095+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:22.468783+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T11:18:22.471221+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:22.472506+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:22.475390+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:22.475747+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:22.481310+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:22.481677+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:22.485518+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:22.485878+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:22.488173+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T11:18:22.491742+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:22.492345+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:22.495153+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T11:18:22.497787+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:22.509486+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T11:18:28.572308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T11:18:28.574008+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-26T11:18:28.577162+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-26T11:18:28.577195+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:28.577213+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T11:18:28.577228+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:28.577241+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T11:18:28.613076+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T11:18:28.617067+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:28.618836+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:28.622986+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:28.623725+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:28.630802+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:28.631575+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:28.637201+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:28.637959+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:28.642623+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T11:18:28.650545+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:28.651017+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:28.654386+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T11:18:28.656669+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:28.673611+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T11:18:29.977911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T11:18:29.989394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-26T11:18:30.031835+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T11:18:30.036052+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:30.037569+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:30.042284+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:30.043437+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T11:18:30.050695+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:30.051199+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:30.054629+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:30.055052+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:30.058547+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T11:18:30.065159+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:30.065646+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T11:18:30.068228+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T11:18:30.070141+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T11:18:30.108413+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-26T17:24:40.088309+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-26T17:24:40.096234+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-01-26T17:24:40.127567+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-26T17:24:40.127607+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T17:24:40.127627+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-26T17:24:40.127642+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T17:24:40.127656+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-26T17:24:40.240757+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-26T17:24:40.248112+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T17:24:40.251538+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T17:24:40.258710+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T17:24:40.259159+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-26T17:24:40.273801+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T17:24:40.274289+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T17:24:40.276846+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T17:24:40.277403+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T17:24:40.281134+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-26T17:24:40.286697+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T17:24:40.287141+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-26T17:24:40.293620+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-26T17:24:40.302076+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-26T17:24:40.357927+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T13:20:39.125623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T13:20:39.135174+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-27T13:20:39.204209+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T13:20:39.204257+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:39.204278+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:39.204292+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:39.204307+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:39.534226+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T13:20:39.542261+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:39.546170+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:39.556188+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:39.556753+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:39.574837+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:39.575616+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:39.582751+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:39.583572+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:39.598234+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T13:20:39.614859+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:39.615312+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:39.627364+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T13:20:39.636974+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:39.834590+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T13:20:39.988233+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T13:20:39.990094+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-27T13:20:39.993737+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T13:20:39.993770+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:39.993789+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:39.993804+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:39.993817+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:40.151253+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T13:20:40.153883+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.155218+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:40.157051+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.157347+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:40.162647+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.163016+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:40.164726+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.165343+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:40.167412+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T13:20:40.170225+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.170693+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:40.173135+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T13:20:40.175192+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.237201+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T13:20:40.916577+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T13:20:40.918319+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-27T13:20:40.921334+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T13:20:40.921365+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:40.921384+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:40.921398+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:40.921411+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:40.950768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T13:20:40.953631+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.954968+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:40.958814+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.959235+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:40.965350+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.965817+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:40.968403+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.968834+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:40.972211+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T13:20:40.976928+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.977337+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:40.980157+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T13:20:40.982051+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:40.993066+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T13:20:44.672877+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T13:20:44.674776+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-27T13:20:44.678038+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T13:20:44.678071+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:44.678090+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T13:20:44.678103+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:44.678117+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T13:20:44.715503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T13:20:44.718505+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:44.719859+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:44.721957+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:44.722310+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T13:20:44.727145+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:44.727610+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:44.729511+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:44.729950+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:44.732426+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T13:20:44.735800+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:44.736143+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T13:20:44.738614+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T13:20:44.740426+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T13:20:44.756218+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T16:23:48.870497+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T16:23:48.879959+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-27T16:23:48.932770+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T16:23:48.932818+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T16:23:48.932838+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T16:23:48.932854+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T16:23:48.932874+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T16:23:49.330851+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T16:23:49.337220+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T16:23:49.340322+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T16:23:49.344987+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T16:23:49.345273+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T16:23:49.379979+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T16:23:49.380376+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T16:23:49.382032+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T16:23:49.382355+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T16:23:49.384101+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T16:23:49.387704+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T16:23:49.388069+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T16:23:49.401445+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T16:23:49.408359+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T16:23:49.531751+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T18:23:39.187322+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T18:23:39.195742+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-27T18:23:39.210493+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T18:23:39.210530+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T18:23:39.210550+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T18:23:39.210565+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T18:23:39.210579+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T18:23:39.297703+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T18:23:39.305072+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.308812+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T18:23:39.313842+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.314339+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T18:23:39.328402+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.329062+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T18:23:39.332539+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.333094+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T18:23:39.337148+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T18:23:39.343614+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.344166+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T18:23:39.351104+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T18:23:39.359081+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.414943+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T18:23:39.613884+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T18:23:39.615659+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-27T18:23:39.619223+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T18:23:39.619256+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T18:23:39.619275+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T18:23:39.619289+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T18:23:39.619302+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T18:23:39.727867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T18:23:39.731140+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.732699+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T18:23:39.736958+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.737490+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T18:23:39.745506+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.746486+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T18:23:39.755885+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.756395+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T18:23:39.762042+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T18:23:39.771935+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.772329+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T18:23:39.775589+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T18:23:39.777500+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T18:23:39.846256+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T20:22:13.541845+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T20:22:13.550940+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-27T20:22:13.566082+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T20:22:13.566120+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T20:22:13.566140+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T20:22:13.566154+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T20:22:13.566167+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T20:22:13.655823+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T20:22:13.665601+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:13.669012+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T20:22:13.674842+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:13.675500+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T20:22:13.691104+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:13.691715+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T20:22:13.696158+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:13.696762+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T20:22:13.702403+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T20:22:13.708467+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:13.708959+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T20:22:13.715299+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T20:22:13.722860+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:13.790448+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-27T20:22:14.026671+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-27T20:22:14.028387+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-27T20:22:14.031887+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-27T20:22:14.031921+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T20:22:14.031941+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-27T20:22:14.031955+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T20:22:14.031973+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-27T20:22:14.125664+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-27T20:22:14.128998+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:14.130566+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T20:22:14.134237+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:14.135068+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-27T20:22:14.142251+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:14.143169+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T20:22:14.146956+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:14.147650+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T20:22:14.151717+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-27T20:22:14.155726+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:14.156463+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-27T20:22:14.159153+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-27T20:22:14.161584+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-27T20:22:14.197128+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-28T16:17:25.635578+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-28T16:17:25.652710+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-28T16:17:25.699225+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-28T16:17:25.699271+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T16:17:25.699291+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T16:17:25.699305+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T16:17:25.699318+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T16:17:26.006605+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-28T16:17:26.013662+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:26.017260+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T16:17:26.022807+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:26.023146+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T16:17:26.043486+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:26.044001+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:26.048536+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:26.049070+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:26.056568+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-28T16:17:26.068148+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:26.068558+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:26.087147+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-28T16:17:26.095608+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:26.203779+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-28T16:17:36.023848+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-28T16:17:36.025584+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-28T16:17:36.029043+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-28T16:17:36.029076+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T16:17:36.029096+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T16:17:36.029110+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T16:17:36.029123+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T16:17:36.194777+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-28T16:17:36.197958+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:36.199738+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T16:17:36.202720+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:36.203157+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T16:17:36.210297+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:36.210853+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:36.213188+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:36.213709+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:36.216791+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-28T16:17:36.220728+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:36.221367+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:36.229038+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-28T16:17:36.234725+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:36.293121+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-28T16:17:39.022902+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-28T16:17:39.037040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-28T16:17:39.197496+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-28T16:17:39.200687+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:39.202183+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T16:17:39.206405+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:39.206906+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T16:17:39.213634+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:39.214276+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:39.218187+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:39.218629+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:39.222159+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-28T16:17:39.226989+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:39.227515+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T16:17:39.230987+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-28T16:17:39.232945+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T16:17:39.268866+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-28T20:11:18.177924+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-28T20:11:18.187649+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-28T20:11:18.232153+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-28T20:11:18.232197+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T20:11:18.232218+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T20:11:18.232233+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T20:11:18.232247+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T20:11:18.500078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-28T20:11:18.507315+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:18.511092+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T20:11:18.516830+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:18.517427+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T20:11:18.542815+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:18.543502+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:18.548775+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:18.549392+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:18.555455+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-28T20:11:18.562622+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:18.563112+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:18.634393+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-28T20:11:18.645082+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:18.775045+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-28T20:11:48.728931+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-28T20:11:48.756554+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-28T20:11:48.770941+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-28T20:11:48.770979+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T20:11:48.771000+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-28T20:11:48.771013+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T20:11:48.771026+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-28T20:11:48.980808+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-28T20:11:48.987074+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:48.990439+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T20:11:48.995414+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:48.995914+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T20:11:49.011583+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:49.012332+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:49.017246+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:49.017812+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:49.022913+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-28T20:11:49.030315+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:49.030846+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:49.037449+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-28T20:11:49.047989+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:49.124435+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-28T20:11:55.089593+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-28T20:11:55.103537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-01-28T20:11:55.285112+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-28T20:11:55.288784+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:55.290382+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T20:11:55.294605+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:55.295082+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-28T20:11:55.301822+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:55.302422+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:55.305770+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:55.306344+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:55.310223+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-28T20:11:55.315938+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:55.316468+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-28T20:11:55.319844+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-28T20:11:55.322076+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-28T20:11:55.346209+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-29T15:10:53.084960+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-29T15:10:53.094467+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-29T15:10:53.161155+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-29T15:10:53.161205+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:53.161225+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:53.161239+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:53.161252+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:53.584770+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-29T15:10:53.592229+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:53.605088+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:53.618175+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:53.618677+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:53.632776+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:53.633242+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:53.640233+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:53.640618+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:53.649552+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-29T15:10:53.669635+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:53.670808+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:53.707378+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-29T15:10:53.719020+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:53.882708+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-29T15:10:53.942736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-29T15:10:53.944443+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-29T15:10:53.947930+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-29T15:10:53.947964+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:53.947983+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:53.947998+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:53.948012+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:54.147696+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-29T15:10:54.151000+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.152738+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:54.157471+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.158318+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:54.165896+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.166700+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:54.174927+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.175734+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:54.185308+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-29T15:10:54.192604+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.193320+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:54.202285+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-29T15:10:54.204496+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.272923+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-29T15:10:54.761764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-29T15:10:54.763472+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-29T15:10:54.766472+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-29T15:10:54.766504+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:54.766524+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:54.766537+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:54.766551+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:54.795855+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-29T15:10:54.798986+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.800455+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:54.805578+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.806093+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:54.813532+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.814211+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:54.819008+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.819620+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:54.825260+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-29T15:10:54.830080+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.830492+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:54.833544+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-29T15:10:54.835502+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:54.847145+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-29T15:10:57.192399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-29T15:10:57.194103+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-29T15:10:57.197235+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-29T15:10:57.197267+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:57.197286+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T15:10:57.197300+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:57.197313+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T15:10:57.233646+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-29T15:10:57.237481+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:57.239150+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:57.243904+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:57.244621+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T15:10:57.251494+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:57.252060+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:57.255476+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:57.256038+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:57.261528+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-29T15:10:57.268767+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:57.269234+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T15:10:57.273047+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-29T15:10:57.275124+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T15:10:57.290922+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-29T20:16:35.771728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-29T20:16:35.780434+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-29T20:16:35.824971+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-29T20:16:35.825018+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T20:16:35.825038+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-29T20:16:35.825053+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T20:16:35.825068+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-29T20:16:36.158334+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-29T20:16:36.165440+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T20:16:36.168665+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T20:16:36.174771+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T20:16:36.175117+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-29T20:16:36.188024+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T20:16:36.188562+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T20:16:36.191979+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T20:16:36.192411+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T20:16:36.196605+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-29T20:16:36.202836+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T20:16:36.203297+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-29T20:16:36.213745+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-29T20:16:36.225208+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-29T20:16:36.327943+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-30T18:35:59.845342+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-30T18:35:59.861891+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-30T18:35:59.897596+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-30T18:35:59.897638+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T18:35:59.897660+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T18:35:59.897674+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T18:35:59.897688+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T18:36:00.259393+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-30T18:36:00.267528+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.275101+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T18:36:00.279841+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.280327+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T18:36:00.301487+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.301925+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T18:36:00.306189+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.306522+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T18:36:00.313883+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-30T18:36:00.337874+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.338341+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T18:36:00.356049+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-30T18:36:00.365917+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.441531+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-30T18:36:00.642391+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-30T18:36:00.645061+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-30T18:36:00.650349+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-30T18:36:00.650391+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T18:36:00.650418+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T18:36:00.650440+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T18:36:00.650460+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T18:36:00.815148+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-30T18:36:00.818114+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.819478+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T18:36:00.823206+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.823707+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T18:36:00.830977+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.831458+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T18:36:00.833815+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.834218+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T18:36:00.837003+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-30T18:36:00.841603+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.841993+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T18:36:00.844742+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-30T18:36:00.846820+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T18:36:00.940075+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-30T20:34:01.667237+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-30T20:34:01.675343+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-01-30T20:34:01.737318+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-30T20:34:01.737366+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T20:34:01.737387+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T20:34:01.737401+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T20:34:01.737415+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T20:34:02.035368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-30T20:34:02.042485+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.045867+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T20:34:02.048157+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.048607+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T20:34:02.067521+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.068068+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T20:34:02.070869+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.071259+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T20:34:02.075335+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-30T20:34:02.080948+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.081370+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T20:34:02.101496+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-30T20:34:02.109452+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.207615+01:00] doctrine.INFO: Disconnecting [] [] [2025-01-30T20:34:02.370917+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-01-30T20:34:02.372697+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-01-30T20:34:02.376265+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-01-30T20:34:02.376299+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T20:34:02.376319+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-01-30T20:34:02.376333+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T20:34:02.376347+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-01-30T20:34:02.493420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-01-30T20:34:02.496089+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.497741+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T20:34:02.499562+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.499990+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-01-30T20:34:02.505401+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.505897+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T20:34:02.507637+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.508020+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T20:34:02.509960+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-01-30T20:34:02.512673+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.513181+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-01-30T20:34:02.515865+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-01-30T20:34:02.517886+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-01-30T20:34:02.539578+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-02T09:29:02.155662+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-02T09:29:02.184562+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-02T09:29:02.232880+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-02T09:29:02.232928+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-02T09:29:02.232949+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-02T09:29:02.232962+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-02T09:29:02.232980+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-02T09:29:02.638031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-02T09:29:02.649886+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:02.655757+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-02T09:29:02.668064+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:02.668682+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-02T09:29:02.712340+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:02.713071+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-02T09:29:02.720819+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:02.721617+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-02T09:29:02.734354+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-02T09:29:02.741108+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:02.741765+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-02T09:29:02.765421+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-02T09:29:02.777688+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:02.908201+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-02T09:29:03.056556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-02T09:29:03.058366+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-02T09:29:03.062182+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-02T09:29:03.062215+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-02T09:29:03.062234+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-02T09:29:03.062250+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-02T09:29:03.062263+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-02T09:29:03.248729+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-02T09:29:03.251678+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:03.253226+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-02T09:29:03.255256+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:03.255762+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-02T09:29:03.263331+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:03.264223+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-02T09:29:03.267669+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:03.268797+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-02T09:29:03.275861+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-02T09:29:03.285445+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:03.286365+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-02T09:29:03.292027+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-02T09:29:03.294189+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-02T09:29:03.412233+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-03T17:06:40.403392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-03T17:06:40.459027+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-03T17:06:40.516130+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-03T17:06:40.516179+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T17:06:40.516200+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T17:06:40.516214+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T17:06:40.516228+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T17:06:40.879358+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-03T17:06:40.887246+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T17:06:40.910554+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T17:06:40.912703+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T17:06:40.913070+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T17:06:40.942122+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T17:06:40.942585+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T17:06:40.946186+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T17:06:40.946567+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T17:06:40.953112+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-03T17:06:40.964888+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T17:06:40.965325+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T17:06:40.974233+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-03T17:06:40.982121+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T17:06:41.107939+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-03T18:40:47.041813+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-03T18:40:47.050073+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-03T18:40:47.100474+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-03T18:40:47.100520+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T18:40:47.100541+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T18:40:47.100555+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T18:40:47.100569+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T18:40:47.287694+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-03T18:40:47.294507+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.298520+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T18:40:47.300768+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.301180+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T18:40:47.323389+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.324046+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T18:40:47.327488+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.328055+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T18:40:47.333376+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-03T18:40:47.340725+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.341270+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T18:40:47.347576+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-03T18:40:47.355726+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.443701+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-03T18:40:47.618269+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-03T18:40:47.619994+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-03T18:40:47.623570+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-03T18:40:47.623605+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T18:40:47.623623+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T18:40:47.623637+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T18:40:47.623654+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T18:40:47.833102+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-03T18:40:47.836696+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.838331+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T18:40:47.842749+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.843419+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T18:40:47.850842+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.851482+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T18:40:47.854196+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.854731+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T18:40:47.858060+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-03T18:40:47.862818+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.863356+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T18:40:47.867107+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-03T18:40:47.869409+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T18:40:47.945566+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-03T20:37:41.525407+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-03T20:37:41.534122+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-03T20:37:41.548998+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-03T20:37:41.549035+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T20:37:41.549054+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T20:37:41.549069+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T20:37:41.549082+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T20:37:41.643925+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-03T20:37:41.650577+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:41.653923+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T20:37:41.656348+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:41.656729+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T20:37:41.670809+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:41.671265+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T20:37:41.673850+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:41.674249+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T20:37:41.678675+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-03T20:37:41.685799+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:41.686391+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T20:37:41.691370+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-03T20:37:41.698951+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:41.771305+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-03T20:37:41.958621+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-03T20:37:41.960361+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-03T20:37:41.963854+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-03T20:37:41.963886+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T20:37:41.963905+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-03T20:37:41.963921+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T20:37:41.963934+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-03T20:37:42.071780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-03T20:37:42.074440+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:42.075771+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T20:37:42.077992+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:42.078354+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-03T20:37:42.083572+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:42.083954+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T20:37:42.085794+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:42.086164+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T20:37:42.088501+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-03T20:37:42.091905+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:42.092324+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-03T20:37:42.095275+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-03T20:37:42.097578+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-03T20:37:42.159726+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-04T15:52:38.289654+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-04T15:52:38.335911+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-04T15:52:38.396588+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-04T15:52:38.396636+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-04T15:52:38.396656+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-04T15:52:38.396671+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-04T15:52:38.396685+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-04T15:52:38.834440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-04T15:52:38.842674+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:38.859732+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-04T15:52:38.867772+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:38.868213+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-04T15:52:38.906536+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:38.907211+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-04T15:52:38.915282+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:38.915975+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-04T15:52:38.926995+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-04T15:52:38.957269+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:38.958014+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-04T15:52:38.991342+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-04T15:52:39.001722+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:39.228894+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-04T15:52:53.860927+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-04T15:52:53.868711+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-04T15:52:53.882663+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-04T15:52:53.882700+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-04T15:52:53.882720+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-04T15:52:53.882738+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-04T15:52:53.882753+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-04T15:52:53.970097+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-04T15:52:53.977124+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:53.980400+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-04T15:52:53.982872+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:53.983276+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-04T15:52:53.996338+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:53.996806+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-04T15:52:54.000218+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:54.000659+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-04T15:52:54.003950+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-04T15:52:54.009557+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:54.011491+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-04T15:52:54.017772+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-04T15:52:54.025616+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-04T15:52:54.039073+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:29.342071+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:29.358952+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:29.417978+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:29.418049+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:29.418069+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:29.418085+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:29.418100+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:29.712206+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:29.719319+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:29.722755+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:29.736025+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:29.736440+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:29.769173+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:29.769635+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:29.777765+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:29.778281+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:29.795116+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:29.805946+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:29.806478+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:29.837568+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:29.848806+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:29.945051+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:30.014282+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:30.016133+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:29:30.019735+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:30.019768+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:30.019788+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:30.019802+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:30.019816+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:30.198942+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:30.203134+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:30.204657+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:30.207832+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:30.208280+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:30.214121+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:30.214551+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:30.216926+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:30.217279+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:30.220976+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:30.226484+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:30.230653+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:30.235163+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:30.237428+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:30.287849+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:31.644691+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:31.646655+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"b73534"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/b73534","method":"GET"} [] [2025-02-05T11:29:31.749218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:31.751148+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:31.754437+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:31.754471+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:31.754491+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:31.754505+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:31.754523+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:31.769298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:31.771420+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:31.774562+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:31.774594+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:31.774613+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:31.774627+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:31.774641+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:31.786662+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:31.790184+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.791802+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:31.798000+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.800972+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:31.804628+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:31.807612+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.809216+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:31.809765+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.810325+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.812815+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.813231+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.813642+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.814236+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:31.816086+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:31.820491+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.820805+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.820902+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.821319+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.823516+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:31.824260+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.824885+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.825590+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.828657+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:31.833919+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.834307+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.837308+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:31.837936+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:31.839301+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.851705+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:31.921230+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:31.923096+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:31.926327+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:31.926359+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:31.926378+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:31.926394+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:31.926407+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:31.957444+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:31.960704+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.962241+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:31.966508+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.967226+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:31.974092+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.974775+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.977427+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.977996+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.981084+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:31.986242+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:31.986897+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:31.990314+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:31.993122+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.008569+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:32.374201+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:32.376192+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:32.379655+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:32.379687+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:32.379710+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:32.379731+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:32.379751+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:32.423480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:32.427199+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.428849+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:32.432382+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.432952+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:32.440333+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.440847+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:32.443944+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.444437+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:32.449091+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:32.455765+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.456237+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:32.459677+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:32.461904+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:32.474548+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:37.820950+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:37.822828+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:37.826013+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:37.826048+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:37.826066+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:37.826084+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:37.826099+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:37.856003+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:37.859892+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:37.861364+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:37.864455+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:37.864921+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:37.870146+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:37.870784+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:37.875874+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:37.876389+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:37.886342+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:37.894872+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:37.895391+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:37.903591+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:37.907934+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:37.919011+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:40.920503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:40.922312+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:29:40.925627+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:40.925660+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:40.925678+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:40.925693+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:40.925707+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:40.964795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:40.968095+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:40.969531+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:40.971581+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:40.971977+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:40.977672+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:40.978141+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:40.980048+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:40.980447+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:40.982649+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:40.985763+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:40.986199+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:40.988922+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:40.991130+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.007328+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:41.833255+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:41.835160+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:29:41.838413+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:41.838445+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:41.838464+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:41.838478+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:41.838491+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:41.868485+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:41.871932+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.873496+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:41.876654+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.877181+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:41.883453+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.883983+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:41.886530+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.886930+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:41.889999+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:41.894231+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.894682+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:41.897713+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:41.899815+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:41.921809+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:43.193657+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:43.195664+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:29:43.196887+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:43.199219+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:43.199254+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:43.199278+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:43.199292+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:43.199306+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:43.199396+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"488a20"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/488a20","method":"GET"} [] [2025-02-05T11:29:43.230969+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:43.234384+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.236404+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:43.242281+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.243062+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:43.252630+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.253161+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.256443+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.257031+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.260878+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:43.266970+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.267445+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.270373+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:43.272423+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.284627+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:43.358762+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:43.360633+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:29:43.363868+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:43.363899+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:43.363918+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:43.363932+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:43.363946+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:43.394288+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:43.397696+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.399249+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:43.404606+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.405286+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:43.406303+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:43.408839+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:29:43.412514+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:43.412554+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:43.412581+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:43.412603+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:43.412624+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:43.412727+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.414123+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.417533+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.418133+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.422511+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:43.428276+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.428903+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.432551+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:43.435045+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.442740+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:43.446037+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.447575+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:43.449191+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:43.451656+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.452196+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:43.458623+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.459158+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.462467+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.462947+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.467063+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:43.473130+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.473721+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:43.478499+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:43.480840+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:43.492861+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:47.888705+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:47.895958+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:29:47.911639+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:47.911674+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:47.911693+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:47.911707+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:47.911721+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:48.004842+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:48.012572+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.016553+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:48.019988+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.020529+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:48.034940+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.035413+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.037964+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.038302+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.040711+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:48.045432+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.045882+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.050667+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:48.054152+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.080515+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:48.224485+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:48.226464+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:29:48.230262+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:48.230296+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:48.230315+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:48.230333+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:48.230346+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:48.323392+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:48.330883+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.332335+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:48.334461+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.334849+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:48.340053+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.340530+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.342502+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.342943+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.345437+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:48.349823+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.350298+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.353110+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:48.355078+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.376690+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:48.813509+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:48.815239+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:29:48.818322+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:48.818354+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:48.818373+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:48.818387+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:48.818400+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:48.847361+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:48.850209+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.851488+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:48.853333+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.853879+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:48.861145+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.861742+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.867227+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.867741+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.871244+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:48.876161+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.876638+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:48.879717+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:48.881718+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:48.892925+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:49.934090+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:49.936098+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"20a504"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/20a504","method":"GET"} [] [2025-02-05T11:29:51.851098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:51.852944+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:29:51.856167+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:29:51.856199+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:51.856219+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:29:51.856235+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:51.856248+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:29:51.886564+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:51.889676+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:51.891294+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:51.896128+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:51.898416+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:51.907944+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:51.908408+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:51.911144+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:51.913020+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:51.915244+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:51.918638+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:51.919254+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:51.924839+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:51.927061+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:51.938316+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:54.787701+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:54.803191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp-includes/css/dashicons.min.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp-includes/css/dashicons.min.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/css/dashicons.min.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:29:54.997368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:55.000895+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:55.002404+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:55.004979+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:55.005432+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:55.010814+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:55.011369+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:55.013620+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:55.014042+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:55.029047+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:55.032105+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:55.032535+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:55.034938+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:55.036875+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:55.060831+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:29:56.582950+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:29:56.595806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress/wp-includes/css/dashicons.min.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress/wp-includes/css/dashicons.min.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/css/dashicons.min.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:29:56.641646+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:29:56.645208+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:56.646755+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:56.653277+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:56.653918+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:29:56.659374+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:56.659771+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:56.661211+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:56.661562+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:56.663971+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:29:56.667154+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:56.667527+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:29:56.670174+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:29:56.672140+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:29:56.695726+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:30:30.492440+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:30.501437+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"HEAD"} [] [2025-02-05T11:30:30.517362+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:30:30.517398+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:30.517418+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:30.517432+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:30.517445+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:30.613449+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:30:30.620339+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:30.623834+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:30.626251+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:30.626670+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:30.640472+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:30.640921+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:30.643208+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:30.643538+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:30.645747+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:30:30.650092+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:30.650563+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:30.655716+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:30:30.662587+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:30.690291+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:30:31.116888+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:31.118727+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"HEAD"} [] [2025-02-05T11:30:31.122511+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:30:31.122543+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:31.122562+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:31.122575+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:31.122589+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:31.219484+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:30:31.222524+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:31.224307+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:31.226525+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:31.226893+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:31.232426+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:31.232814+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:31.234627+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:31.235012+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:31.237194+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:30:31.240639+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:31.241065+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:31.243705+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:30:31.245801+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:31.258602+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:30:32.908050+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:32.909943+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:30:32.913567+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:30:32.913599+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:32.913618+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:32.913632+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:32.913645+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:32.945701+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:30:32.948941+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:32.950583+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:32.955397+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:32.955962+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:32.964123+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:32.964764+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:32.969153+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:32.970201+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:32.975264+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:30:32.981324+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:32.981791+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:32.984967+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:30:32.987424+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:32.999213+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:30:33.367524+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:33.369381+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:30:33.373180+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:30:33.373233+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:33.373253+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:33.373268+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:33.373282+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:33.413010+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:30:33.416303+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:33.417819+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:33.422914+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:33.423873+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:33.431367+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:33.433314+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:33.436235+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:33.436724+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:33.441428+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:30:33.447695+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:33.448177+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:33.451196+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:30:33.453174+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:33.475100+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:30:37.303520+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:37.305247+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"da0575"},"request_uri":"https://mondeanimal.web-ice.site/_wdt/da0575","method":"GET"} [] [2025-02-05T11:30:38.294405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:38.296106+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:30:38.299098+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:30:38.299131+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:38.299151+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:38.299165+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:38.299178+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:38.329796+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:30:38.332690+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.334020+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:38.336248+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.336570+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:38.341849+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.342258+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:38.344214+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.344558+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:38.346572+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:30:38.350155+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.350534+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:38.353225+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:30:38.355207+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.367763+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:30:38.743237+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:30:38.745177+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:30:38.748749+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:30:38.748780+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:38.748799+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:30:38.748814+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:38.748827+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:30:38.789120+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:30:38.792270+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.793761+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:38.797596+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.798122+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:30:38.805164+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.805632+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:38.807916+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.808560+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:38.811336+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:30:38.815294+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.815945+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:30:38.818883+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:30:38.820979+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:30:38.837072+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:34:55.590562+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:34:55.599014+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:34:55.614777+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:34:55.614816+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:55.614834+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:55.614846+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:55.614857+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:55.720270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:34:55.728351+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:55.732173+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:55.735499+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:55.735980+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:55.749748+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:55.750375+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:55.754272+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:55.754896+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:55.758726+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:34:55.764400+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:55.764862+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:55.771076+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:34:55.779271+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:55.804760+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:34:55.906153+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:34:55.908106+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:34:55.912066+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:34:55.912095+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:55.912112+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:55.912123+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:55.912135+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:56.177937+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:34:56.181012+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.182530+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:56.185355+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.185650+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:56.191119+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.191512+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.193680+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.194083+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.196602+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:34:56.201614+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.202215+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.207674+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:34:56.210415+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.278583+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:34:56.546821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:34:56.548495+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T11:34:56.551491+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:34:56.551519+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:56.551536+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:56.551549+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:56.551560+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:56.582616+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:34:56.585120+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.586448+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:56.588912+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.595593+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:56.600609+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.600960+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.602450+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.605617+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.607399+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:34:56.616313+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.616851+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.621950+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:34:56.624192+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.635211+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:34:56.767988+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:34:56.769899+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T11:34:56.773566+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:34:56.773596+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:56.773613+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:34:56.773626+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:56.773638+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:34:56.815004+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:34:56.818185+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.819812+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:56.821975+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.822436+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:34:56.827905+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.828310+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.829764+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.830163+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.832106+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:34:56.835308+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.835716+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:34:56.838207+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:34:56.840099+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:34:56.855010+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:35:12.647617+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:35:12.714277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:35:12.954650+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:35:12.961871+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:12.965223+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:12.969572+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:12.970130+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:12.984435+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:12.985014+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:12.988738+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:12.989333+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:12.994742+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:35:13.001447+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.002008+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:13.007693+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:35:13.015252+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.059465+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:35:13.621603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:35:13.634264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:35:13.680870+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:35:13.683717+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.685088+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:13.687156+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.687525+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:13.692963+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.693361+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:13.695494+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.695925+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:13.698435+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:35:13.703007+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.703435+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:13.706946+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:35:13.709164+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:13.731061+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:35:16.728203+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:35:16.741307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:35:16.787973+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:35:16.791455+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:16.793054+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:16.797320+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:16.797888+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:16.805091+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:16.805657+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:16.809345+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:16.809857+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:16.814512+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:35:16.821072+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:16.821670+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:16.826927+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:35:16.832179+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:16.854718+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:35:19.035359+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:35:19.048108+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:35:19.093628+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:35:19.096424+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:19.097771+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:19.099413+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:19.099714+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:19.104622+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:19.105054+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:19.106632+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:19.106946+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:19.109231+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:35:19.112200+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:19.112541+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:19.114850+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:35:19.116713+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:19.138125+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:35:20.601910+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:35:20.613793+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T11:35:20.657379+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:35:20.660039+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:20.661468+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:20.663068+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:20.663435+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:35:20.668328+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:20.668723+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:20.670356+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:20.670758+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:20.672632+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:35:20.675567+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:20.675936+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:35:20.678400+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:35:20.680423+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:35:20.702164+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:55:16.338660+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:55:16.346990+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:55:16.362538+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:55:16.362571+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:55:16.362588+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:55:16.362601+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:55:16.362613+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:55:16.450005+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:55:16.457327+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.460665+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:55:16.463195+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.463636+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:55:16.476139+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.476551+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:16.478220+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.478577+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:16.480543+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:55:16.484766+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.485230+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:16.493403+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:55:16.503651+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.528237+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:55:16.696617+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:55:16.698370+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:55:16.701468+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:55:16.701496+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:55:16.701513+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:55:16.701525+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:55:16.701537+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:55:16.733724+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:55:16.736770+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.738189+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:55:16.740955+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.741407+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:55:16.747796+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.748442+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:16.750410+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.750903+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:16.753301+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:55:16.757499+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.758076+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:16.761428+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:55:16.763606+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:16.775127+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:55:17.461427+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:55:17.463174+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:55:17.466222+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:55:17.466251+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:55:17.466267+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:55:17.466279+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:55:17.466291+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:55:17.496265+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:55:17.499247+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:17.500640+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:55:17.503146+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:17.503513+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:55:17.508748+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:17.509097+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:17.510964+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:17.511299+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:17.513826+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:55:17.517480+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:17.517845+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:55:17.520192+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:55:17.522096+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:55:17.533529+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T11:58:38.218934+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T11:58:38.227658+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T11:58:38.244912+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T11:58:38.244945+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:58:38.244964+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T11:58:38.244977+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:58:38.244989+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T11:58:38.350388+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T11:58:38.357307+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:58:38.360472+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:58:38.362702+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:58:38.363170+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T11:58:38.389290+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:58:38.395868+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:58:38.398609+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:58:38.403767+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:58:38.405563+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T11:58:38.409504+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:58:38.409885+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T11:58:38.414780+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T11:58:38.421353+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T11:58:38.445807+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:04:48.725931+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:04:48.749001+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T12:04:48.763513+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:04:48.763547+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:04:48.763565+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:04:48.763578+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:04:48.763590+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:04:48.858460+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:04:48.865049+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:04:48.868379+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:04:48.872542+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:04:48.873110+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:04:48.895049+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:04:48.895562+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:04:48.897917+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:04:48.898506+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:04:48.905446+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:04:48.917654+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:04:48.918247+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:04:48.928108+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:04:48.934778+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:04:48.958715+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:05:44.692323+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:05:44.700893+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T12:05:44.716408+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:05:44.716445+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:05:44.716462+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:05:44.716476+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:05:44.716488+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:05:44.807655+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:05:44.814950+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:44.818171+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:05:44.821996+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:44.822573+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:05:44.835730+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:44.836237+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:05:44.838283+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:44.839073+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:05:44.841486+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:05:44.846537+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:44.846961+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:05:44.851478+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:05:44.859317+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:44.884077+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:05:45.652473+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:05:45.654215+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T12:05:45.657234+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:05:45.657262+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:05:45.657279+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:05:45.657291+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:05:45.657302+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:05:45.689167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:05:45.692881+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:45.694755+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:05:45.700111+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:45.700694+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:05:45.709151+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:45.710133+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:05:45.714148+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:45.719589+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:05:45.732011+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:05:45.736343+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:45.736752+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:05:45.739532+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:05:45.742151+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:05:45.774078+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:34:48.431398+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:34:48.439506+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T12:34:48.453709+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:34:48.453742+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:48.453759+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:48.453773+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:48.453785+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:48.539884+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:34:48.546376+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.549422+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:48.551523+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.551866+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:48.563748+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.564370+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:48.567948+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.568450+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:48.573409+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:34:48.580910+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.581403+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:48.587918+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:34:48.595247+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.637730+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:34:48.712589+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:34:48.714303+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T12:34:48.717732+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:34:48.717761+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:48.717778+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:48.717791+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:48.717803+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:48.803842+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:34:48.806799+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.808259+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:48.811989+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.812524+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:48.819192+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.819714+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:48.823006+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.823556+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:48.827725+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:34:48.833136+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.833582+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:48.836697+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:34:48.839058+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:48.858101+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:34:49.082891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:34:49.084562+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T12:34:49.087567+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:34:49.087595+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:49.087612+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:49.087625+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:49.087637+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:49.117647+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:34:49.121039+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.122597+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:49.129404+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.130034+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:49.139163+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.139808+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:49.146722+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.147505+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:49.159422+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:34:49.164571+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.164976+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:49.167589+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:34:49.169591+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.180525+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:34:49.289764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:34:49.291454+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T12:34:49.294615+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T12:34:49.294643+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:49.294660+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T12:34:49.294673+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:49.294685+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T12:34:49.331746+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:34:49.334748+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.336239+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:49.340224+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.340816+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:34:49.347609+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.348189+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:49.351540+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.352066+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:49.356008+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:34:49.362612+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.363099+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:34:49.366323+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:34:49.368225+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:34:49.382649+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:35:15.218298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:35:15.272144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T12:35:15.399051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:35:15.406402+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:15.409693+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:15.412441+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:15.412990+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:15.426458+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:15.427309+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:15.433261+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:15.434069+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:15.439394+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:35:15.447827+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:15.448371+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:15.455191+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:35:15.462336+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:15.526831+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:35:16.059766+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:35:16.071497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T12:35:16.113912+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:35:16.117274+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:16.118798+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:16.121515+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:16.122066+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:16.127534+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:16.128064+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:16.130024+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:16.130395+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:16.132510+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:35:16.135873+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:16.136240+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:16.138807+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:35:16.140651+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:16.163187+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:35:17.442575+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:35:17.454188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T12:35:17.496980+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:35:17.500537+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.502023+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:17.506538+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.507148+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:17.514123+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.514700+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:17.518534+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.519179+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:17.523864+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:35:17.531112+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.531731+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:17.535788+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:35:17.537903+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.559788+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:35:17.716818+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:35:17.728405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T12:35:17.772675+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:35:17.776051+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.777762+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:17.784006+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.788156+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:17.794923+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.795616+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:17.798466+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.799021+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:17.806043+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:35:17.811741+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.812224+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:17.817164+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:35:17.819172+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:17.862944+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T12:35:18.958045+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T12:35:18.969650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T12:35:19.012142+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T12:35:19.015640+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:19.017228+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:19.021467+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:19.022626+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T12:35:19.031214+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:19.031754+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:19.034499+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:19.034998+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:19.038886+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T12:35:19.056094+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:19.056909+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T12:35:19.061569+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T12:35:19.063783+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T12:35:19.086622+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:34:56.153634+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:34:56.161714+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T14:34:56.176531+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T14:34:56.176568+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:56.176588+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:56.176602+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:56.176614+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:56.262273+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:34:56.269259+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.272645+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:56.276961+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.277514+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:56.290961+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.291579+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.295504+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.296184+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.301350+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:34:56.308239+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.308789+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.315974+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:34:56.323229+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.390461+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:34:56.442214+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:34:56.444168+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T14:34:56.448134+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T14:34:56.448167+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:56.448187+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:56.448200+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:56.448213+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:56.539071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:34:56.543069+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.544835+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:56.548819+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.549486+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:56.557013+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.557625+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.561169+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.561773+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.566833+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:34:56.574724+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.575313+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.578770+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:34:56.581037+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.613494+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:34:56.834309+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:34:56.836156+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T14:34:56.839317+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T14:34:56.839352+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:56.839372+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:56.839388+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:56.839401+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:56.871093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:34:56.874865+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.876399+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:56.878920+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.879664+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:56.885168+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.885665+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.889586+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.890189+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.894057+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:34:56.898121+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.898638+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:56.901455+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:34:56.903483+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:56.914726+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:34:57.014963+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:34:57.016717+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T14:34:57.019948+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T14:34:57.019980+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:57.019999+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T14:34:57.020013+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:57.020027+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T14:34:57.058829+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:34:57.062132+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:57.063574+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:57.065316+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:57.065730+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:34:57.070909+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:57.071581+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:57.074730+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:57.075194+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:57.078835+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:34:57.084471+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:57.084977+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:34:57.088578+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:34:57.090717+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:34:57.106541+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:35:29.665237+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:35:29.704725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T14:35:29.818146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:35:29.825004+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:29.828444+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:29.831207+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:29.831682+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:29.844621+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:29.845168+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:29.848356+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:29.849029+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:29.852366+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:35:29.858292+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:29.858812+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:29.864119+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:35:29.871019+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:29.913135+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:35:30.769620+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:35:30.781223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T14:35:30.824031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:35:30.826819+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:30.828175+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:30.832369+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:30.832965+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:30.839990+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:30.840572+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:30.844234+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:30.844741+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:30.848583+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:35:30.855230+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:30.855770+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:30.859533+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:35:30.861753+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:30.883659+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:35:32.461229+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:35:32.472725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T14:35:32.514977+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:35:32.517891+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.520698+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:32.522544+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.522908+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:32.528300+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.528788+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:32.530550+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.531010+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:32.533036+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:35:32.535930+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.536328+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:32.538718+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:35:32.540655+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.562145+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:35:32.728431+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:35:32.739948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T14:35:32.782459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:35:32.785624+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.787107+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:32.791699+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.792333+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:32.799130+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.799672+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:32.804215+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.804717+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:32.808893+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:35:32.815286+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.815723+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:32.818962+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:35:32.821458+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:32.861529+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T14:35:33.846072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T14:35:33.857642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T14:35:33.900261+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T14:35:33.903390+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:33.904866+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:33.907684+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:33.908168+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T14:35:33.914216+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:33.914675+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:33.916603+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:33.917161+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:33.919883+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T14:35:33.925036+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:33.925494+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T14:35:33.928272+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T14:35:33.930200+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T14:35:33.971459+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T15:23:44.500745+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T15:23:44.509618+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T15:23:44.525933+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T15:23:44.525969+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T15:23:44.525995+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T15:23:44.526009+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T15:23:44.526024+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T15:23:44.616287+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T15:23:44.624232+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.628069+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T15:23:44.636529+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.638394+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T15:23:44.654767+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.657683+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T15:23:44.661775+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.662299+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T15:23:44.666306+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T15:23:44.672859+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.673358+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T15:23:44.678425+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T15:23:44.686305+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.726188+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T15:23:44.864912+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T15:23:44.866904+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T15:23:44.870784+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T15:23:44.870816+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T15:23:44.870835+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T15:23:44.870850+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T15:23:44.870863+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T15:23:44.962053+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T15:23:44.965829+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.967606+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T15:23:44.971588+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.972103+01:00] doctrine.DEBUG: Executing statement: SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME (parameters: array{"1":"webicefrhfmondea"}, types: array{"1":2}) {"sql":"SELECT TABLE_NAME\nFROM information_schema.TABLES\nWHERE TABLE_SCHEMA = ?\n AND TABLE_TYPE = 'BASE TABLE'\nORDER BY TABLE_NAME","params":{"1":"webicefrhfmondea"},"types":{"1":2}} [] [2025-02-05T15:23:44.979911+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.980552+01:00] doctrine.DEBUG: Executing statement: SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE' (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":" SELECT t.TABLE_NAME,\n t.ENGINE,\n t.AUTO_INCREMENT,\n t.TABLE_COMMENT,\n t.CREATE_OPTIONS,\n t.TABLE_COLLATION,\n ccsa.CHARACTER_SET_NAME\n FROM information_schema.TABLES t\n INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa\n ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T15:23:44.983697+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.984204+01:00] doctrine.DEBUG: Executing statement: SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT DISTINCT k.CONSTRAINT_NAME,\n k.COLUMN_NAME,\n k.REFERENCED_TABLE_NAME,\n k.REFERENCED_COLUMN_NAME,\n k.ORDINAL_POSITION /*!50116,\n c.UPDATE_RULE,\n c.DELETE_RULE */\nFROM information_schema.key_column_usage k /*!50116\nINNER JOIN information_schema.referential_constraints c\nON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME\nAND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'webicefrhfmondea' */ ORDER BY k.ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T15:23:44.988351+01:00] doctrine.DEBUG: Executing statement: SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION (parameters: array{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"}, types: array{"1":2,"2":2,"3":2}) {"sql":"SELECT c.COLUMN_NAME AS field,\n c.COLUMN_TYPE AS type,\n c.IS_NULLABLE AS `null`,\n c.COLUMN_KEY AS `key`,\n c.COLUMN_DEFAULT AS `default`,\n c.EXTRA,\n c.COLUMN_COMMENT AS comment,\n c.CHARACTER_SET_NAME AS characterset,\n c.COLLATION_NAME AS collation\nFROM information_schema.COLUMNS c\n INNER JOIN information_schema.TABLES t\n ON t.TABLE_NAME = c.TABLE_NAME\n WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION","params":{"1":"webicefrhfmondea","2":"webicefrhfmondea","3":"doctrine_migration_versions"},"types":{"1":2,"2":2,"3":2}} [] [2025-02-05T15:23:44.995831+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:44.996327+01:00] doctrine.DEBUG: Executing statement: SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX (parameters: array{"1":"webicefrhfmondea","2":"doctrine_migration_versions"}, types: array{"1":2,"2":2}) {"sql":"SELECT NON_UNIQUE AS Non_Unique,\n INDEX_NAME AS Key_name,\n COLUMN_NAME AS Column_Name,\n SUB_PART AS Sub_Part,\n INDEX_TYPE AS Index_Type\nFROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX","params":{"1":"webicefrhfmondea","2":"doctrine_migration_versions"},"types":{"1":2,"2":2}} [] [2025-02-05T15:23:44.999548+01:00] doctrine.DEBUG: Executing query: SELECT * FROM doctrine_migration_versions {"sql":"SELECT * FROM doctrine_migration_versions"} [] [2025-02-05T15:23:45.001748+01:00] doctrine.DEBUG: Executing query: SELECT DATABASE() {"sql":"SELECT DATABASE()"} [] [2025-02-05T15:23:45.027780+01:00] doctrine.INFO: Disconnecting [] [] [2025-02-05T15:23:51.279559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T15:23:51.281458+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2318f2"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/2318f2","method":"GET"} [] [2025-02-05T16:49:01.511566+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T16:49:01.538341+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T16:49:01.552829+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T16:49:01.552863+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T16:49:01.552882+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T16:49:01.552898+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T16:49:01.552912+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T16:49:01.706879+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T16:49:01.868904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:14:44.162877+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:14:44.171343+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:14:44.186704+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:14:44.186743+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:14:44.186763+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:14:44.186778+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:14:44.186791+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:14:44.263647+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:14:44.266024+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:14:44.269526+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:14:44.269559+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:14:44.269577+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:14:44.269591+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:14:44.269604+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:14:44.275189+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:14:44.283504+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:14:44.302646+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:14:44.304473+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:14:45.238434+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:14:45.240252+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:14:45.243525+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:14:45.243558+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:14:45.243578+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:14:45.243592+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:14:45.243605+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:14:45.274323+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:14:45.275886+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:17:14.807624+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:17:14.816478+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:17:14.832031+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:17:14.832071+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:17:14.832091+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:17:14.832106+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:17:14.832121+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:17:14.919666+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:17:14.924675+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:21:34.944829+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:21:34.954051+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:21:34.969676+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:21:34.969717+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:21:34.969738+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:21:34.969754+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:21:34.969772+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:21:35.061854+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:21:35.068842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:22:22.816390+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:22:22.825208+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:22:22.841068+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:22:22.841106+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:22:22.841127+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:22:22.841141+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:22:22.841155+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:22:22.930755+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:22:22.935753+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:23:09.100588+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:23:09.109866+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T17:23:09.126953+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:23:09.126989+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:23:09.127009+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:23:09.127022+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:23:09.127036+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:23:09.219785+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:23:09.225078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:30:26.842376+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:30:26.851314+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T17:30:26.868120+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:30:26.868162+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:30:26.868183+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:30:26.868198+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:30:26.868212+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:30:26.957039+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:30:26.963835+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:30:27.084204+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:30:27.086047+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T17:30:27.089726+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:30:27.089769+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:30:27.089789+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:30:27.089803+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:30:27.089816+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:30:27.182559+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:30:27.184498+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:31:53.782912+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:31:53.790973+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T17:31:53.805956+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:31:53.806000+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:53.806023+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:53.806038+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:53.806052+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:53.891800+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:31:53.897072+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:31:54.006342+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:31:54.008185+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T17:31:54.011997+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:31:54.012029+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:54.012049+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:54.012062+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:54.012075+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:54.108121+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:31:54.109736+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:31:54.363911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:31:54.366074+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T17:31:54.370075+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:31:54.370111+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:54.370131+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:54.370146+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:54.370164+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:54.400245+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:31:54.402253+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:31:54.511907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:31:54.513644+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T17:31:54.516914+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:31:54.516947+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:54.516967+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:31:54.516982+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:54.516995+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:31:54.555298+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:31:54.557374+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:05.441423+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:05.455068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T17:32:05.537476+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:05.539623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:05.540691+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:05.541245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:05.757970+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:05.759690+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T17:32:05.762708+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:32:05.762740+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:32:05.762759+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:32:05.762774+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:32:05.762793+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:32:05.791726+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:05.793227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:05.973009+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:05.974727+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T17:32:05.977867+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T17:32:05.977900+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:32:05.977918+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T17:32:05.977933+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:32:05.977947+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T17:32:06.014291+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:06.016055+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:07.081508+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:07.093018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T17:32:07.136321+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:07.138047+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:07.138924+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:07.139425+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:07.875218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:07.886721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T17:32:07.928991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:07.930502+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:07.931121+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:07.931598+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:08.922709+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:08.960790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T17:32:09.043453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:09.047981+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:09.048782+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:09.049149+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:11.416994+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T17:32:11.429451+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T17:32:11.473973+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:11.475342+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T17:32:11.475978+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T17:32:11.476483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T18:00:35.723405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T18:00:35.731733+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T18:00:35.746215+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T18:00:35.746252+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:00:35.746271+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:00:35.746287+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:00:35.746301+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:00:35.833508+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T18:00:35.843350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T18:04:24.139948+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T18:04:24.147320+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T18:04:24.161418+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T18:04:24.161451+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:04:24.161471+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:04:24.161485+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:04:24.161499+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:04:24.246268+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T18:04:24.250963+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T18:04:24.703845+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T18:04:24.705655+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T18:04:24.708819+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T18:04:24.708850+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:04:24.708869+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:04:24.708883+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:04:24.708895+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:04:24.739767+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T18:04:24.741367+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T18:04:25.852428+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T18:04:25.854225+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T18:04:25.857231+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T18:04:25.857265+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:04:25.857284+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:04:25.857297+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:04:25.857310+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:04:25.887293+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T18:04:25.888849+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T18:06:16.213250+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T18:06:16.221516+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T18:06:16.236340+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T18:06:16.236378+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:06:16.236398+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T18:06:16.236413+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:06:16.236427+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T18:06:16.323388+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T18:06:16.330299+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T20:47:04.929246+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T20:47:04.937886+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T20:47:04.952823+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T20:47:04.952860+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T20:47:04.952880+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T20:47:04.952896+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T20:47:04.952910+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T20:47:05.042682+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T20:47:05.061905+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T21:07:51.002424+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T21:07:51.010613+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T21:07:51.026259+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T21:07:51.026298+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:07:51.026318+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:07:51.026333+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:07:51.026347+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:07:51.119343+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T21:07:51.127631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T21:07:51.323240+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T21:07:51.325080+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T21:07:51.328340+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T21:07:51.328371+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:07:51.328390+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:07:51.328404+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:07:51.328417+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:07:51.359456+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T21:07:51.361433+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T21:07:51.668188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T21:07:51.669906+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T21:07:51.672929+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T21:07:51.672961+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:07:51.672981+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:07:51.672995+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:07:51.673009+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:07:51.703077+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T21:07:51.704899+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T21:09:46.211473+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T21:09:46.219873+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-05T21:09:46.234675+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T21:09:46.234713+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:09:46.234734+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T21:09:46.234750+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:09:46.234764+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T21:09:46.319444+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T21:09:46.324490+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:31:59.088446+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:31:59.097115+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T23:31:59.112672+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T23:31:59.112707+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.112730+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.112745+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.112759+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.202670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:31:59.209586+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:31:59.319278+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:31:59.321223+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T23:31:59.324930+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T23:31:59.324962+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.324981+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.324995+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.325008+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.417435+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:31:59.419533+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:31:59.651571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:31:59.653295+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-05T23:31:59.656357+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T23:31:59.656391+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.656414+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.656427+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.656442+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.686579+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:31:59.688524+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:31:59.798991+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:31:59.800688+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-05T23:31:59.803936+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-05T23:31:59.803970+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.803989+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-05T23:31:59.804003+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.804017+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-05T23:31:59.841326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:31:59.843179+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:09.822278+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:32:09.835859+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T23:32:09.921160+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:09.922503+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:09.923163+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:09.923517+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:11.108982+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:32:11.120640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T23:32:11.163258+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:11.165123+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:11.165944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:11.166324+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:17.881351+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:32:17.918398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T23:32:18.000461+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:18.005285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:18.006098+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:18.006615+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:18.343402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:32:18.354899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T23:32:18.397872+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:18.399607+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:18.400409+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:18.400932+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:19.129807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-05T23:32:19.141452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-05T23:32:19.184105+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:19.185857+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-05T23:32:19.186708+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-05T23:32:19.187135+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:08.231152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:08.240229+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T01:38:08.231136+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:08.269412+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T01:38:08.283754+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:08.283767+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:08.283791+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:08.283801+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:08.283812+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:08.283821+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:08.283826+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:08.283837+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:08.283839+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:08.283851+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:08.390460+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:08.390460+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:08.398517+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:08.398624+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:08.874838+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:08.876671+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T01:38:08.879886+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:08.879919+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:08.879938+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:08.879951+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:08.879964+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:08.911194+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:08.912650+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:09.351649+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:09.366191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:09.444338+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:09.446110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:09.446745+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:09.447291+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:09.974029+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:09.985814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:10.031227+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:10.033080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:10.033921+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:10.034354+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:10.914252+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:10.925844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:10.970737+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:10.972666+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:10.973515+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:10.974152+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:11.032328+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:11.043791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:11.086566+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:11.088497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:11.089367+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:11.090003+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:11.951198+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:11.962807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:12.005883+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:12.007823+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:12.008854+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:12.009515+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:12.427568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:12.429267+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T01:38:12.432310+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:12.432342+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:12.432360+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:12.432374+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:12.432387+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:12.461426+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:12.463072+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:12.751358+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:12.753081+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-06T01:38:12.757762+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:12.757793+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:12.758577+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:12.758608+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:12.758627+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:12.785297+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:12.787123+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:12.878336+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:12.889945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:12.933068+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:12.934552+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:12.935233+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:12.935855+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:13.067467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:13.079263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:13.122598+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:13.124420+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:13.125243+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:13.125864+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:13.798064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:13.809461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:13.851585+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:13.852988+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:13.853576+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:13.854027+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:13.884432+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:13.895866+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:13.938224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:13.940094+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:13.940935+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:13.941478+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:14.689052+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:14.700488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:14.742710+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:14.744570+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:14.745367+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:14.745971+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:15.493638+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:15.505123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:15.547421+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:15.549405+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:15.550213+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:15.550727+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:15.955563+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:15.967111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:16.009645+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:16.011499+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:16.012295+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:16.012931+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:16.294484+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:16.306087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:16.348865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:16.350392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:16.350987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:16.351457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:16.868990+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:16.880473+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:16.923341+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:16.925118+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:16.925936+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:16.926563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:17.083029+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:17.094551+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:17.136901+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:17.138805+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:17.139659+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:17.140096+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:17.804148+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:17.815747+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:17.858411+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:17.860217+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:17.861042+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:17.861460+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:17.898797+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:17.910337+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:17.953994+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:17.955896+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:17.956721+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:17.957482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:18.629157+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:18.640640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:18.683262+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:18.685086+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:18.685901+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:18.686582+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:19.175489+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:19.187059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:19.229078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:19.231021+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:19.231865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:19.232424+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:19.797239+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:19.808690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:19.851100+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:19.852918+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:19.853742+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:19.854283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:20.197178+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:20.208754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:20.251609+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:20.253233+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:20.253834+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:20.254425+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:20.997014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:21.008700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:21.051243+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:21.053290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:21.054116+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:21.054667+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:21.169007+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:21.180423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:21.222607+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:21.224538+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:21.225346+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:21.225835+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:21.781553+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:21.793076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:21.835533+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:21.837462+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:21.838297+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:21.838833+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:21.983340+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:21.994700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:22.036807+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:22.038730+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:22.039547+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:22.039961+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:22.579401+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:22.590967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:22.633385+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:22.634915+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:22.635550+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:22.636139+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:22.894593+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:22.906389+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:22.948721+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:22.950361+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:22.951165+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:22.951528+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:23.772886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:23.814040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:23.816204+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:23.827944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:23.899678+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:23.899700+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:23.904691+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:23.904705+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:23.905496+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:23.905522+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:23.905949+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:23.906118+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:24.657884+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:24.671111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:24.741596+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:24.743258+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:24.744063+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:24.744595+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:24.775702+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:24.787926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:24.830923+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:24.832551+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:24.833175+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:24.833652+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:25.624787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:25.636351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:25.678886+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:25.680524+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:25.681333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:25.682080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:25.929187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:25.940773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:25.983710+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:25.985283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:25.985882+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:25.986426+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:26.544075+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:26.555893+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:26.598693+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:26.600459+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:26.601073+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:26.601410+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:26.744612+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:26.756245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:26.798901+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:26.800545+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:26.801158+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:26.801660+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:27.460857+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:27.472262+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:27.514421+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:27.516158+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:27.516993+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:27.517343+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:27.541652+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:27.553672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:27.596472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:27.598125+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:27.598936+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:27.599405+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:28.328267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:28.339908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:28.382670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:28.384291+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:28.384899+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:28.385232+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:28.405392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:28.417268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:28.459596+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:28.461318+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:28.462154+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:28.462489+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:29.117679+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:29.129083+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:29.171523+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:29.173359+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:29.174178+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:29.174503+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:29.598753+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:29.611481+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:29.656612+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:29.658306+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:29.659104+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:29.659627+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:30.126774+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:30.138314+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:30.181000+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:30.182392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:30.182989+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:30.183496+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:30.557075+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:30.568863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:30.612270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:30.613907+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:30.614739+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:30.615133+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:30.900844+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:30.915038+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:30.960960+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:30.962371+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:30.962980+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:30.963278+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:31.721461+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:31.733077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:31.775477+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:31.777153+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:31.777957+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:31.778378+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:31.929379+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:31.940736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:31.982913+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:31.984832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:31.985646+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:31.986045+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:32.667129+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:32.678575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:32.721021+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:32.722710+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:32.723783+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:32.724191+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:32.940069+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:32.951519+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:32.993709+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:32.995319+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:32.996141+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:32.996631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:33.738681+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:33.740390+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-06T01:38:33.755694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-06T01:38:33.855739+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:33.867210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:33.909612+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:33.911278+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:33.912075+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:33.912594+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:34.382828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:34.394581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:34.437312+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:34.439192+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:34.440029+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:34.440347+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:34.692240+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:34.703840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:34.746708+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:34.748297+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:34.749104+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:34.749449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:35.395954+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:35.407778+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:35.450743+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:35.452044+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:35.452683+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:35.453074+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:35.619340+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:35.630812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:35.672994+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:35.674623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:35.675421+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:35.675861+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:36.177478+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:36.179200+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-06T01:38:36.533971+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:36.545431+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:36.587713+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:36.589606+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:36.590430+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:36.591067+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:36.957424+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:36.969204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:37.013601+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:37.015314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:37.016153+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:37.016643+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:37.344493+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:37.356108+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:37.399649+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:37.400997+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:37.401602+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:37.401920+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:37.753439+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:37.765064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:37.808187+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:37.809753+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:37.810373+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:37.810937+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:38.255284+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:38.257018+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T01:38:38.264478+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:38.264511+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:38.264530+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:38.264546+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:38.264560+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:38.296610+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:38.298127+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:38.558167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:38.569918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:38.617731+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:38.619582+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:38.620396+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:38.620785+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:38.875516+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:38.913188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:38.993977+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:38.998849+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:38.999677+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:39.000117+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:39.347980+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:39.349706+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T01:38:39.352727+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T01:38:39.352759+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:39.352778+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T01:38:39.352792+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:39.352805+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T01:38:39.381901+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:39.383454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:39.874051+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:39.875761+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-06T01:38:39.890193+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-06T01:38:40.683251+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:40.695489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:40.738300+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:40.740128+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:40.740934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:40.741548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:41.617762+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:41.629313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:41.672442+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:41.674421+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:41.675281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:41.675946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:42.744296+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:42.746011+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-06T01:38:43.686612+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:43.698264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:43.741735+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:43.743315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:43.744006+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:43.744652+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:44.630273+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T01:38:44.642237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T01:38:44.686607+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:44.688209+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T01:38:44.688831+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T01:38:44.689584+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T02:32:43.292304+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T02:32:43.300784+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T02:32:43.319879+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T02:32:43.319920+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T02:32:43.319940+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T02:32:43.319955+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T02:32:43.319969+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T02:32:43.436171+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T02:32:43.443650+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T02:32:43.756709+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T02:32:43.758559+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T02:32:43.762253+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T02:32:43.762286+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T02:32:43.762306+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T02:32:43.762320+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T02:32:43.762333+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T02:32:43.975798+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T02:32:43.977423+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T02:32:44.340293+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T02:32:44.354862+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T02:32:44.452585+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T02:32:44.454370+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T02:32:44.455216+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T02:32:44.455892+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:35:33.626697+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:35:33.635538+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T03:35:33.666064+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T03:35:33.666106+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:35:33.666125+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:35:33.666140+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:35:33.666155+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:35:33.821143+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:35:33.830062+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:55.688859+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:54:55.721201+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T03:54:55.756984+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T03:54:55.757025+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:54:55.757045+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:54:55.757060+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:54:55.757074+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:54:55.851487+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:55.858673+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:56.054555+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:54:56.056373+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T03:54:56.060114+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T03:54:56.060147+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:54:56.060166+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:54:56.060181+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:54:56.060195+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:54:56.282819+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:56.284500+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:57.043268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:54:57.057064+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.remote" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.remote\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.remote/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:54:57.232246+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:57.234009+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:57.234855+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:57.235201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:58.051399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:54:58.062791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.local" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.local\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.local/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:54:58.105236+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:58.106966+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:58.107805+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:58.108187+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:58.467031+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:54:58.478559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.production" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.production\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:54:58.521239+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:58.522930+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:54:58.523756+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:54:58.524108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:03.377417+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:03.379126+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-06T03:55:03.383832+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T03:55:03.383865+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:55:03.384532+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T03:55:03.384561+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:55:03.384580+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T03:55:03.411002+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:03.412370+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:04.952921+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:04.964378+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site//lib/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site//lib/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//lib/phpunit/Util/PHP/eval-stdin.php\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:55:05.006803+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:05.008023+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:05.008634+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:05.008934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:05.791371+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:05.803003+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site//lib/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site//lib/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//lib/phpunit/phpunit/Util/PHP/eval-stdin.php\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:55:05.845470+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:05.846867+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:05.847464+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:05.847775+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:06.946433+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:06.957988+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site//phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site//phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//phpunit/Util/PHP/eval-stdin.php\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:55:07.000323+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:07.001714+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:07.002345+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:07.002713+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:07.219420+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:07.230904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site//phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site//phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//phpunit/phpunit/Util/PHP/eval-stdin.php\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:55:07.273638+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:07.275049+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:07.275647+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:07.275964+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:08.067151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:08.078573+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site//vendor/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site//vendor/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//vendor/phpunit/Util/PHP/eval-stdin.php\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:55:08.120707+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:08.122568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:08.123399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:08.123923+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:08.332431+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T03:55:08.344016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site//vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" (from "https://www.google.com/")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site//vendor/phpunit/phpunit/Util/PHP/eval-stdin.php\" (from \"https://www.google.com/\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"//vendor/phpunit/phpunit/Util/PHP/eval-stdin.php\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T03:55:08.386546+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:08.388203+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T03:55:08.389012+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T03:55:08.389344+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:00.455891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:00.464456+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T04:19:00.503894+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T04:19:00.503938+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T04:19:00.503958+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T04:19:00.503973+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T04:19:00.503987+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T04:19:00.631444+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:00.643496+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:02.710868+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:02.725588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:02.814256+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:02.816032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:02.816939+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:02.817669+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:04.710193+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:04.721857+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:04.765071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:04.766467+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:04.767104+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:04.767416+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:06.120379+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:06.131844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:06.174309+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:06.176020+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:06.176804+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:06.177575+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:13.579765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:13.591243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:13.633434+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:13.634773+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:13.635386+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:13.635781+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:18.351512+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:18.457730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:18.625500+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:18.630841+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:18.631649+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:18.632161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:20.292456+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:20.303908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:20.346412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:20.348019+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:20.348607+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:20.349027+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:22.801123+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:22.812622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:22.855661+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:22.857347+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:22.857969+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:22.858521+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:24.897336+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:24.908744+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:24.950952+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:24.952706+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:24.953503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:24.954065+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:26.344110+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:26.355572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:26.398237+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:26.399863+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:26.400654+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:26.401022+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:32.113156+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:32.125440+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:32.168459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:32.169948+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:32.170760+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:32.171048+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:34.260834+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:34.375270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:34.548254+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:34.552974+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:34.553768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:34.554113+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:37.334089+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:37.345530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:37.387926+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:37.389568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:37.390393+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:37.390773+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:38.945032+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:38.956571+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:38.998796+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:39.000460+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:39.001253+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:39.001588+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:40.231086+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:40.242536+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:40.285076+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:40.286677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:40.287270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:40.287750+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:41.631281+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:41.642835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:41.685512+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:41.687221+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:41.688024+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:41.688491+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:43.271516+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:43.283035+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:43.325530+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:43.327469+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:43.328290+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:43.328923+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:44.802791+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:44.814489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:44.856983+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:44.858735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:44.859543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:44.860335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:46.192022+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:46.203494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:46.245818+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:46.247411+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:46.248028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:46.248566+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:47.862980+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:47.865336+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T04:19:47.872977+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T04:19:47.873010+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T04:19:47.873031+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T04:19:47.873047+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T04:19:47.873061+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T04:19:47.925522+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:47.927188+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:50.424571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:50.441928+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-06T04:19:50.521034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-06T04:19:51.789661+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:51.802090+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:51.917794+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:51.929213+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:51.929954+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:51.930499+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:54.863306+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:54.865110+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-06T04:19:56.795950+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:56.807707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:56.851170+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:56.852869+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:56.853677+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:56.854293+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:58.685403+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:19:58.696926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T04:19:58.740261+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:58.742062+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:19:58.742910+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:19:58.743268+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T04:20:01.205009+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T04:20:01.206811+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T04:20:01.209844+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T04:20:01.209877+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T04:20:01.209895+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T04:20:01.209908+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T04:20:01.209921+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T04:20:01.239310+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T04:20:01.240591+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T05:16:44.352581+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T05:16:44.417642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T05:16:44.597725+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T05:16:44.605233+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T05:16:44.606165+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T05:16:44.606832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T05:16:45.922175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T05:16:45.934063+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T05:16:45.979557+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T05:16:45.981182+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T05:16:45.982054+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T05:16:45.982434+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T07:43:27.761159+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T07:43:27.769362+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-06T07:43:34.554998+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T07:43:34.556900+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-06T09:02:09.008644+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T09:02:09.050465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T09:02:09.179697+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T09:02:09.188778+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T09:02:09.189709+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T09:02:09.190312+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:31:32.012882+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:31:32.021600+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T11:31:32.052331+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:31:32.052372+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:32.052392+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:32.052407+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:32.052421+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:32.147715+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:31:32.156477+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:31:32.266815+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:31:32.268769+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T11:31:32.272647+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:31:32.272681+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:32.272701+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:32.272717+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:32.272731+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:32.437894+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:31:32.439941+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:31:39.533467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:31:39.535383+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T11:31:39.538628+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:31:39.538660+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:39.538680+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:39.538694+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:39.538707+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:39.569697+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:31:39.571341+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:31:39.950954+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:31:39.952811+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T11:31:39.956216+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:31:39.956248+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:39.956269+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:31:39.956283+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:39.956296+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:31:39.994302+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:31:39.996109+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:32:50.107651+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:32:50.116001+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T11:32:50.130053+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:32:50.130090+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:50.130108+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:50.130122+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:50.130136+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:50.220800+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:32:50.226074+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:32:50.598009+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:32:50.599845+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T11:32:50.604179+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:32:50.604212+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:50.604231+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:50.604246+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:50.604261+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:50.711081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:32:50.713126+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:32:50.982401+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:32:50.984101+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T11:32:50.987192+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:32:50.987225+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:50.987244+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:50.987260+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:50.987278+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:51.017027+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:32:51.018647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:32:51.123949+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:32:51.125651+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T11:32:51.128867+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T11:32:51.128900+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:51.128919+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T11:32:51.128935+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:51.128949+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T11:32:51.166660+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:32:51.168445+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:01.620041+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:33:01.633452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T11:33:01.708087+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:01.709796+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:01.710645+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:01.711012+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:02.612437+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:33:02.624065+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T11:33:02.667134+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:02.668905+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:02.669791+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:02.670315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:06.148580+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:33:06.184821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T11:33:06.267078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:06.271718+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:06.272541+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:06.273147+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:08.179272+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:33:08.190921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T11:33:08.233840+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:08.235657+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:08.236448+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:08.237148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:09.370097+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T11:33:09.381740+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T11:33:09.425020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:09.426842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T11:33:09.427671+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T11:33:09.428279+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T12:20:04.350120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T12:20:04.358341+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T12:20:04.372682+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T12:20:04.372717+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T12:20:04.372737+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T12:20:04.372751+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T12:20:04.372768+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T12:20:04.464114+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T12:20:04.472141+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T12:20:04.546639+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T12:20:04.548643+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T12:20:04.552545+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T12:20:04.552576+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T12:20:04.552595+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T12:20:04.552610+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T12:20:04.552624+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T12:20:04.641539+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T12:20:04.643157+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T12:20:04.758861+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T12:20:04.773304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T12:20:04.847381+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T12:20:04.849025+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T12:20:04.849863+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T12:20:04.850328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T16:16:07.537084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T16:16:07.545359+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T16:16:07.559717+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T16:16:07.559751+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T16:16:07.559771+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T16:16:07.559785+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T16:16:07.559802+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T16:16:07.654093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T16:16:07.666128+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T16:16:07.772447+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T16:16:07.774456+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T16:16:07.777946+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T16:16:07.778026+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T16:16:07.778047+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T16:16:07.778061+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T16:16:07.778074+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T16:16:07.810440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T16:16:07.812601+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T17:12:28.147266+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T17:12:28.162850+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T17:12:28.178029+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T17:12:28.178071+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.178091+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.178106+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.178120+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.269249+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T17:12:28.276985+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T17:12:28.380068+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T17:12:28.382147+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T17:12:28.386191+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T17:12:28.386228+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.386247+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.386263+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.386277+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.482330+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T17:12:28.484092+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T17:12:28.633195+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T17:12:28.635252+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T17:12:28.638471+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T17:12:28.638502+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.638521+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.638534+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.638548+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.669546+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T17:12:28.671157+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T17:12:28.977461+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T17:12:28.979288+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T17:12:28.982726+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T17:12:28.982758+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.982776+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T17:12:28.982791+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:28.982804+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T17:12:29.022744+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T17:12:29.024216+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T18:04:32.319567+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T18:04:32.328524+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T18:04:32.353459+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T18:04:32.353500+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:04:32.353520+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:04:32.353534+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:04:32.353548+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:04:32.487459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T18:04:32.503559+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T18:04:33.409069+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T18:04:33.410893+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T18:04:33.414097+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T18:04:33.414128+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:04:33.414147+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:04:33.414160+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:04:33.414176+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:04:33.444649+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T18:04:33.446212+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T18:13:55.294450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T18:13:55.302908+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T18:13:55.317885+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T18:13:55.317921+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:13:55.317942+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:13:55.317957+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:13:55.317970+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:13:55.403572+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T18:13:55.410498+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T18:13:55.744351+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T18:13:55.746305+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-06T18:13:55.750035+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T18:13:55.750070+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:13:55.750090+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T18:13:55.750104+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:13:55.750118+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T18:13:55.840023+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T18:13:55.841885+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:13.677080+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677241+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677078+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677129+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677328+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677273+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677261+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677306+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.677323+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:13.800159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database.sql"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database.sql\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database.sql/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800365+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.kube/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.kube/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.kube/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.xml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.xml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.xml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/cloud-config.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/cloud-config.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/cloud-config.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:13.800608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.022153+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022156+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022157+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022184+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022233+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022253+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022257+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022257+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.022267+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.028899+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.028933+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029045+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029083+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029084+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029112+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029164+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.029784+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.029843+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.029947+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.029965+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.029990+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.029991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.030003+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.030028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.030052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.030254+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030275+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030358+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030386+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.030542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.062694+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.067810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.068556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.069251+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.076687+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.081206+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_vti_pvt/administrators.pwd"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_vti_pvt/administrators.pwd\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/administrators.pwd/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.082538+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_vti_pvt/service.pwd"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_vti_pvt/service.pwd\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/service.pwd/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.082784+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.yaml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.yaml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.yaml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.164200+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.166163+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.167090+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.167533+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.168113+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.169765+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.170244+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.170347+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.171187+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.171634+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.171675+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.172254+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.172523+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.172987+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.173222+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.173552+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.278524+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.278668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.278668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.278524+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.279030+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.279963+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.284308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.284308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.288048+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.290734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.svn/wc.db"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.svn/wc.db\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.svn/wc.db/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.290961+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web.config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web.config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web.config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.290961+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/etc/shadow"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/etc/shadow\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/shadow/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.291117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/HEAD"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/HEAD\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.362315+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-06T22:10:14.363082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.ssh/id_ed25519"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.ssh/id_ed25519\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ed25519/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.364871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.ssh/id_ecdsa"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.ssh/id_ecdsa\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_ecdsa/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.369047+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.369278+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/feed"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/feed\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/feed/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.370201+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-06T22:10:14.370242+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T22:10:14.370263+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-06T22:10:14.370278+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T22:10:14.370292+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-06T22:10:14.378953+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.383165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.386085+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.387881+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.391559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/backup.zip"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/backup.zip\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.zip/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.463765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/backup.tar.gz"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/backup.tar.gz\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.tar.gz/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.470918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.ssh/id_rsa"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.ssh/id_rsa\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.ssh/id_rsa/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.472297+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/docker-compose.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/docker-compose.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.473833+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.474101+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.474101+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.474455+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.475503+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.475615+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.475686+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.475790+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.475802+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.476199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.476215+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.476326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.476420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.476497+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.476766+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.476875+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.476943+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.476960+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.477103+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.477406+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.477388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.477631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.478131+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.478496+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.478632+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.479020+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.480251+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.481722+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.481740+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.482526+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.483021+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.483153+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.483991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.484376+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.567914+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.569465+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.570256+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.570772+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.581877+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.582281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.583844+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.583855+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.584681+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.584904+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.585174+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.585344+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.665198+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.671113+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.672832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.673650+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.674060+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.677755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/etc/ssl/private/server.key"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/etc/ssl/private/server.key\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/etc/ssl/private/server.key/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.688618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.688700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.689540+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.691556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.694415+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.765526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.767162+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.769194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.769964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/wp-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/wp-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.771095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/database.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/database.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/database.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.770371+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.772285+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user_secrets.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user_secrets.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user_secrets.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.780331+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/server.key"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/server.key\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/server.key/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.782233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_vti_pvt/authors.pwd"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_vti_pvt/authors.pwd\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_vti_pvt/authors.pwd/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.785019+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.788113+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.789879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.790736+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.791237+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.791911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.862954+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-06T22:10:14.865402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.872135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/dump.sql"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/dump.sql\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dump.sql/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.876942+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/backup.sql"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/backup.sql\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup.sql/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-06T22:10:14.877152+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.878372+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.878859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.879713+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.879781+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.879780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.880244+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.880495+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.880872+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.881250+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.881293+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.882065+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.882541+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.882803+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.883732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.884143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.885791+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.887145+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.888014+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.888474+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.894364+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.963067+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.963920+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.964396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.973988+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.975479+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.976501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.976904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.979973+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.980548+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.981620+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.982141+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.982728+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.982975+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.983191+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.983510+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.988643+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.990171+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-06T22:10:14.991031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-06T22:10:14.991395+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T00:11:20.505290+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T00:11:20.547079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T00:11:20.692126+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T00:11:20.700152+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T00:11:20.701203+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T00:11:20.701795+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T01:32:53.466747+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T01:32:53.475065+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-07T01:32:53.489379+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T01:32:53.489418+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T01:32:53.489438+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T01:32:53.489453+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T01:32:53.489467+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T01:32:53.573304+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T01:32:53.580316+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T01:32:53.962450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T01:32:53.964315+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-07T01:32:53.968001+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T01:32:53.968034+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T01:32:53.968053+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T01:32:53.968067+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T01:32:53.968081+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T01:32:54.063218+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T01:32:54.064977+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T01:32:56.395632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T01:32:56.409664+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T01:32:56.490599+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T01:32:56.492329+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T01:32:56.493140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T01:32:56.493607+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T03:59:03.771187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T03:59:04.143400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T03:59:05.210880+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T03:59:05.331556+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T03:59:05.332469+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T03:59:05.333213+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T10:14:19.200903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T10:14:19.227112+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-07T10:14:19.283965+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T10:14:19.284014+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T10:14:19.284034+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T10:14:19.284047+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T10:14:19.284061+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T10:14:19.592345+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T10:14:19.599820+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:29.758717+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:29.767455+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-07T11:34:29.808508+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T11:34:29.808569+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:29.808600+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:29.808624+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:29.808647+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:29.921949+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:29.929801+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:30.050825+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:30.052837+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-07T11:34:30.056802+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T11:34:30.056836+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:30.056854+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:30.056870+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:30.056884+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:30.235989+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:30.237929+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:30.525471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:30.527286+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-07T11:34:30.530453+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T11:34:30.530484+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:30.530503+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:30.530516+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:30.530529+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:30.561136+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:30.562863+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:30.685410+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:30.687174+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-07T11:34:30.690455+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T11:34:30.690486+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:30.690509+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T11:34:30.690523+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:30.690537+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T11:34:30.729499+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:30.731201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:39.396463+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:39.410304+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T11:34:39.628725+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:39.630539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:39.631371+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:39.631933+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:40.625812+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:40.637509+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T11:34:40.682281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:40.683999+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:40.684822+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:40.685401+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:41.287687+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:41.299135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T11:34:41.342061+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:41.343716+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:41.344544+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:41.344984+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:41.468790+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:41.480260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T11:34:41.523700+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:41.525635+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:41.526497+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:41.526970+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:42.625324+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T11:34:42.636968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-07T11:34:42.679575+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:42.681430+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T11:34:42.682258+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T11:34:42.682620+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T20:40:20.099041+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T20:40:20.107750+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-07T20:40:20.122532+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T20:40:20.122568+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:20.122588+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:20.122602+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:20.122615+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:20.214865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T20:40:20.222754+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T20:40:20.360217+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T20:40:20.362173+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-07T20:40:20.366049+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T20:40:20.366082+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:20.366105+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:20.366121+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:20.366135+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:20.554448+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T20:40:20.555780+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T20:40:24.258244+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T20:40:24.259998+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-07T20:40:24.263073+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T20:40:24.263105+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:24.263124+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:24.263138+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:24.263151+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:24.292420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T20:40:24.293798+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-07T20:40:24.423973+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-07T20:40:24.425966+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-07T20:40:24.429897+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-07T20:40:24.429929+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:24.429949+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-07T20:40:24.429964+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:24.429978+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-07T20:40:24.471079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-07T20:40:24.472994+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T02:27:42.652363+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T02:27:42.707283+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-08T02:27:42.777951+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T02:27:42.778007+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T02:27:42.778028+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T02:27:42.778042+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T02:27:42.778056+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T02:27:43.236258+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T02:27:43.251360+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T04:28:08.114539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T04:28:08.162284+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T04:28:08.306354+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T04:28:08.306403+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T04:28:08.306424+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T04:28:08.306438+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T04:28:08.306452+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T04:28:08.727641+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T04:28:08.753677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T04:28:09.550715+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T04:28:09.552564+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-08T04:28:09.556303+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T04:28:09.556337+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T04:28:09.556356+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T04:28:09.556370+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T04:28:09.556383+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T04:28:09.823754+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T04:28:09.825099+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T04:28:10.210839+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T04:28:10.225128+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T04:28:10.459924+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T04:28:10.461847+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T04:28:10.462907+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T04:28:10.463474+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T04:56:36.466957+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T04:56:36.568614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T04:56:36.918302+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T04:56:36.925147+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T04:56:36.925972+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T04:56:36.926421+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T09:58:05.794648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T09:58:05.825670+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T09:58:05.840140+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T09:58:05.840174+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T09:58:05.840193+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T09:58:05.840207+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T09:58:05.840220+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T09:58:06.156398+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T09:58:06.163379+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:13.444334+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:13.452851+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T11:36:13.467612+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T11:36:13.467653+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:13.467674+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:13.467687+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:13.467700+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:13.662431+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:13.669811+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:13.782728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:13.784521+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-08T11:36:13.788270+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T11:36:13.788303+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:13.788322+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:13.788336+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:13.788349+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:14.011028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:14.012677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:14.279077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:14.280839+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T11:36:14.283876+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T11:36:14.283908+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:14.283927+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:14.283941+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:14.283954+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:14.313944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:14.315174+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:14.434188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:14.435922+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-08T11:36:14.439186+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T11:36:14.439219+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:14.439238+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T11:36:14.439251+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:14.439265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T11:36:14.476722+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:14.477959+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:28.718792+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:28.759417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T11:36:28.963129+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:28.967523+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:28.968343+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:28.968744+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:29.520109+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:29.531634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T11:36:29.575677+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:29.577433+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:29.578289+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:29.578642+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:30.216104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:30.227618+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T11:36:30.270100+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:30.271690+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:30.272524+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:30.272837+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:32.356058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:32.367687+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T11:36:32.410366+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:32.411872+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:32.412685+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:32.412994+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:32.682887+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T11:36:32.694714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-08T11:36:32.737638+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:32.739126+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T11:36:32.739941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T11:36:32.740238+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T15:39:15.684072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T15:39:15.692054+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T15:39:15.706466+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T15:39:15.706502+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:15.706521+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:15.706535+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:15.706549+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:15.790434+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T15:39:15.797949+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T15:39:15.897335+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T15:39:15.899343+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-08T15:39:15.903158+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T15:39:15.903191+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:15.903210+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:15.903225+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:15.903238+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:16.011740+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T15:39:16.013429+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T15:39:16.150243+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T15:39:16.151962+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T15:39:16.154966+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T15:39:16.154998+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:16.155017+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:16.155035+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:16.155048+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:16.183941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T15:39:16.185396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T15:39:16.711297+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T15:39:16.713018+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-08T15:39:16.716239+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T15:39:16.716271+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:16.716290+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T15:39:16.716304+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:16.716318+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T15:39:16.755229+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T15:39:16.757057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T17:28:08.683346+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T17:28:08.691365+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T17:28:08.705729+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T17:28:08.705769+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T17:28:08.705788+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T17:28:08.705803+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T17:28:08.705817+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T17:28:08.790758+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T17:28:08.797606+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T17:28:14.545138+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T17:28:14.547044+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-08T17:28:14.550283+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-08T17:28:14.550315+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T17:28:14.550334+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-08T17:28:14.550349+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T17:28:14.550363+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-08T17:28:14.581559+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-08T17:28:14.583447+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-08T23:50:44.736514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T23:50:44.745630+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-08T23:50:44.832976+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-08T23:50:44.841513+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-09T06:30:41.111677+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T06:30:41.154557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T06:30:41.301038+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T06:30:41.308562+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T06:30:41.309460+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T06:30:41.310010+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:54:57.630077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T10:54:57.638813+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-09T10:54:57.654348+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T10:54:57.654388+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:54:57.654408+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:54:57.654423+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:54:57.654437+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:54:57.752694+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:54:57.760412+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:54:58.309067+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T10:54:58.310863+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-09T10:54:58.314456+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T10:54:58.314489+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:54:58.314508+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:54:58.314523+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:54:58.314541+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:54:58.410360+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:54:58.412010+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:54:59.228374+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T10:54:59.242245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T10:54:59.315142+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:54:59.316975+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:54:59.317792+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:54:59.318282+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:55:01.440267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T10:55:01.442113+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-09T10:55:01.445183+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T10:55:01.445214+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:55:01.445238+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:55:01.445252+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:55:01.445265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:55:01.474882+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:55:01.476507+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:55:07.687096+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T10:55:07.688793+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-09T10:55:07.691934+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T10:55:07.691967+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:55:07.691986+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T10:55:07.692000+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:55:07.692014+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T10:55:07.728415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:55:07.729832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:55:09.066440+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T10:55:09.077893+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T10:55:09.120348+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:55:09.122220+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T10:55:09.123163+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T10:55:09.123563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:37:35.322673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:37:35.331300+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-09T11:37:35.346367+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T11:37:35.346405+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:35.346425+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:35.346443+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:35.346457+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:35.435971+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:37:35.442920+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:37:35.664357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:37:35.666192+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-09T11:37:35.669931+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T11:37:35.669963+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:35.669993+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:35.670008+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:35.670023+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:35.768773+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:37:35.770516+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:37:36.179301+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:37:36.181005+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-09T11:37:36.184006+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T11:37:36.184038+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:36.184057+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:36.184071+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:36.184085+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:36.213404+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:37:36.215329+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:37:36.421377+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:37:36.423139+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-09T11:37:36.426362+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-09T11:37:36.426394+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:36.426413+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-09T11:37:36.426426+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:36.426439+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-09T11:37:36.463674+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:37:36.465624+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:37:56.910077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:37:56.949312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T11:37:57.059131+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:37:57.064209+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:37:57.065038+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:37:57.065509+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:03.278922+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:38:03.290675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T11:38:03.339938+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:03.341403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:03.342121+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:03.342456+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:03.996569+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:38:04.011194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T11:38:04.066240+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:04.067859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:04.068663+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:04.069349+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:06.656491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:38:06.668263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T11:38:06.711327+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:06.712865+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:06.713671+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:06.714062+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:10.181039+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T11:38:10.192579+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T11:38:10.237396+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:10.239324+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T11:38:10.240445+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T11:38:10.241143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T15:19:28.833123+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-09T15:19:28.873480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-09T15:19:28.989523+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T15:19:28.996497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-09T15:19:28.997449+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-09T15:19:28.997931+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T04:54:29.492296+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T04:54:29.527132+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T04:54:29.563381+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T04:54:29.563426+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T04:54:29.563447+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T04:54:29.563466+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T04:54:29.563480+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T04:54:29.845884+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T04:54:29.853549+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T04:54:29.990671+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T04:54:29.992698+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-10T04:54:29.996686+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T04:54:29.996718+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T04:54:29.996736+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T04:54:29.996751+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T04:54:29.996765+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T04:54:30.149988+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T04:54:30.151532+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T09:11:31.913713+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T09:11:31.922729+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T09:11:31.965941+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T09:11:31.966033+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T09:11:31.966057+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T09:11:31.966072+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T09:11:31.966086+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T09:11:32.210063+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T09:11:32.216812+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T14:21:16.379573+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T14:21:16.388565+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T14:21:16.407765+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T14:21:16.407805+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:16.407832+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:16.407848+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:16.407862+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:16.508777+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T14:21:16.516907+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T14:21:16.857838+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T14:21:16.859595+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-10T14:21:16.863102+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T14:21:16.863134+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:16.863153+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:16.863168+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:16.863182+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:17.061945+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T14:21:17.063643+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T14:21:17.750428+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T14:21:17.752177+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T14:21:17.755229+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T14:21:17.755262+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:17.755281+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:17.755295+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:17.755310+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:17.784757+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T14:21:17.786271+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T14:21:21.440084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T14:21:21.441800+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-10T14:21:21.444989+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T14:21:21.445021+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:21.445040+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T14:21:21.445054+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:21.445068+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T14:21:21.481693+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T14:21:21.483715+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T16:43:22.728596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T16:43:22.737593+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T16:43:22.753121+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T16:43:22.753158+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T16:43:22.753179+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T16:43:22.753197+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T16:43:22.753211+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T16:43:22.842236+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T16:43:22.850214+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T16:43:24.232460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T16:43:24.234371+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-10T16:43:24.238111+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T16:43:24.238145+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T16:43:24.238163+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T16:43:24.238179+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T16:43:24.238192+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T16:43:24.330502+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T16:43:24.332504+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T16:43:44.294906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T16:43:44.337005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/js/twint_ch.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/js/twint_ch.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/twint_ch.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-10T16:43:44.555081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T16:43:44.560669+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T16:43:44.561488+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T16:43:44.562073+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T18:39:10.091174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T18:39:10.099781+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T18:39:10.115611+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T18:39:10.115650+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T18:39:10.115670+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T18:39:10.115689+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T18:39:10.115704+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T18:39:10.214167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T18:39:10.221343+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-10T18:39:10.709242+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-10T18:39:10.710971+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-10T18:39:10.713975+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-10T18:39:10.714024+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T18:39:10.714043+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-10T18:39:10.714058+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T18:39:10.714072+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-10T18:39:10.745087+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-10T18:39:10.746858+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T16:41:45.865199+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T16:41:46.093256+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp-includes/css/dashicons.min.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp-includes/css/dashicons.min.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/css/dashicons.min.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T16:41:46.666052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T16:41:46.716409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T16:41:46.717321+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T16:41:46.717884+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T16:41:48.935646+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T16:41:48.948580+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress/wp-includes/css/dashicons.min.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress/wp-includes/css/dashicons.min.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/css/dashicons.min.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T16:41:48.995345+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T16:41:48.997234+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T16:41:48.998170+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T16:41:48.998682+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:50.253448+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:18:50.273172+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-11T19:18:50.340639+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-11T19:18:50.340687+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-11T19:18:50.340708+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-11T19:18:50.340723+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-11T19:18:50.340739+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-11T19:18:50.698141+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:50.725374+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:52.588785+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:18:52.603680+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:18:52.716695+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:52.718361+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:52.719380+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:52.719918+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:55.902656+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:18:55.914398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:18:55.959041+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:55.960679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:55.961615+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:55.962140+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:58.136840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:18:58.148697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:18:58.193313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:58.194945+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:18:58.195774+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:18:58.196135+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:05.049994+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:05.061808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:05.105426+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:05.107110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:05.107962+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:05.108395+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:07.104736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:07.149752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:07.242207+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:07.247169+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:07.248028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:07.248377+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:12.169551+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:12.182745+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:12.255656+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:12.257113+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:12.257917+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:12.258343+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:16.672600+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:16.684410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:16.727486+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:16.729063+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:16.729862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:16.730290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:18.752708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:18.764150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:18.806459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:18.808072+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:18.808869+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:18.809215+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:20.959541+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:20.971415+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:21.014126+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:21.015815+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:21.016629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:21.017050+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:23.032587+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:23.072499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:23.156516+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:23.161301+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:23.162108+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:23.162512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:25.707507+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:25.719255+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:25.767459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:25.768731+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:25.769420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:25.769776+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:27.714659+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:27.728638+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:27.802390+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:27.804128+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:27.804939+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:27.805317+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:30.066826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:30.078307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:30.120749+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:30.122635+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:30.123604+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:30.124192+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:32.057932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:32.069520+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:32.112085+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:32.113967+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:32.114793+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:32.115434+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:34.007174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:34.018663+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:34.061095+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:34.062736+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:34.063530+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:34.064179+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:37.003200+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:37.015068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:37.057477+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:37.059223+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:37.060033+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:37.060408+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:40.163547+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:40.203854+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:40.291195+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:40.295995+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:40.296797+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:40.297235+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:42.613659+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:42.625357+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:42.668456+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:42.670068+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:42.670875+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:42.671383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:44.722810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:44.736439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:44.812451+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:44.814078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:44.814844+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:44.815292+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:47.724826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:47.736319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:47.778356+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:47.780107+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:47.780917+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:47.781277+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:49.986198+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:49.998214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:50.041611+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:50.043220+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:50.044019+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:50.044298+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:52.211418+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:52.223454+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:52.265961+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:52.267630+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:52.268420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:52.268763+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:56.190047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:56.232568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:19:56.320039+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:56.324501+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:56.325218+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:19:56.325592+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:19:58.189532+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:19:58.191288+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-11T19:19:58.206873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-11T19:20:00.974767+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:20:00.988519+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:20:01.064079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:20:01.065468+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:20:01.066170+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:20:01.066553+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:20:03.188368+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:20:03.200071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:20:03.242950+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:20:03.244321+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:20:03.245034+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:20:03.245351+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:20:08.370968+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-11T19:20:08.382886+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-11T19:20:08.425545+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:20:08.427297+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-11T19:20:08.428085+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-11T19:20:08.428396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T01:24:56.453997+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T01:24:56.525827+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-12T01:24:56.649625+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-12T01:24:56.649685+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T01:24:56.649705+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T01:24:56.649720+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T01:24:56.649734+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T01:24:56.833390+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T01:24:56.858481+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-12T01:24:56.862056+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-12T01:24:56.862090+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T01:24:56.862110+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T01:24:56.862124+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T01:24:56.862139+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T01:24:57.269605+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T01:24:57.269621+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T01:24:57.291960+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T01:24:57.292131+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T07:15:39.653214+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T07:15:39.758326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-12T07:15:40.150342+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T07:15:40.164466+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T07:15:40.165387+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T07:15:40.165956+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T07:15:40.788984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T07:15:40.800442+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-12T07:15:40.845124+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T07:15:40.847161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T07:15:40.847995+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T07:15:40.848630+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T08:24:56.217092+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T08:24:56.225239+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-12T08:24:56.260061+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-12T08:24:56.260104+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T08:24:56.260123+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T08:24:56.260138+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T08:24:56.260157+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T08:24:56.440968+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T08:24:56.448574+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T08:24:56.681588+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T08:24:56.683332+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-12T08:24:56.686468+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-12T08:24:56.686501+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T08:24:56.686520+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T08:24:56.686534+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T08:24:56.686548+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T08:24:56.717342+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T08:24:56.719274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T16:15:47.151719+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T16:15:47.160454+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-12T16:15:47.208205+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-12T16:15:47.208249+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T16:15:47.208270+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T16:15:47.208284+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T16:15:47.208299+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T16:15:47.320067+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T16:15:47.327468+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-12T16:15:47.530657+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-12T16:15:47.532414+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-12T16:15:47.535447+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-12T16:15:47.535479+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T16:15:47.535498+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-12T16:15:47.535513+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T16:15:47.535527+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-12T16:15:47.566461+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-12T16:15:47.568089+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-13T12:09:02.237221+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-13T12:09:02.259806+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-13T12:09:43.615712+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-13T12:09:43.624683+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-13T13:43:55.162406+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-13T13:43:55.170264+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-13T13:43:55.263926+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-13T13:43:55.263980+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-13T13:43:55.264000+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-13T13:43:55.264015+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-13T13:43:55.264030+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-13T13:43:55.629863+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-13T13:43:55.639132+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-13T14:09:12.222313+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-13T14:09:12.230854+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-13T14:09:12.272572+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-13T14:09:12.272614+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-13T14:09:12.272634+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-13T14:09:12.272648+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-13T14:09:12.272662+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-13T14:09:12.519777+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-13T14:09:12.526956+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T10:50:23.585348+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T10:50:23.710525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp-includes/css/dashicons.min.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp-includes/css/dashicons.min.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-includes/css/dashicons.min.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-14T10:50:24.177674+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T10:50:24.185336+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T10:50:24.186259+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T10:50:24.186898+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T10:50:25.571321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T10:50:25.583002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress/wp-includes/css/dashicons.min.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress/wp-includes/css/dashicons.min.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-includes/css/dashicons.min.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-14T10:50:25.627486+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T10:50:25.629143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T10:50:25.629948+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T10:50:25.630650+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T10:55:35.457235+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T10:55:35.479423+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-14T10:55:35.510144+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T10:55:35.510183+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T10:55:35.510204+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T10:55:35.510223+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T10:55:35.510237+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T10:55:35.852127+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T10:55:35.859464+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T10:55:36.998344+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T10:55:37.000239+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-14T10:55:37.003500+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T10:55:37.003531+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T10:55:37.003551+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T10:55:37.003565+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T10:55:37.003579+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T10:55:37.034339+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T10:55:37.035671+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T11:12:47.936472+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T11:12:47.945390+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-14T11:12:47.975182+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T11:12:47.975222+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T11:12:47.975242+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T11:12:47.975255+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T11:12:47.975269+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T11:12:48.102195+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T11:12:48.110729+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T11:12:48.463245+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T11:12:48.465066+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-14T11:12:48.468734+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T11:12:48.468768+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T11:12:48.468788+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T11:12:48.468803+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T11:12:48.468817+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T11:12:48.707433+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T11:12:48.709030+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T15:04:26.159778+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T15:04:26.168431+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-14T15:04:26.184587+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T15:04:26.184623+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T15:04:26.184648+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T15:04:26.184661+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T15:04:26.184674+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T15:04:26.277551+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T15:04:26.286812+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T15:04:26.374353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T15:04:26.376320+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-14T15:04:26.379772+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T15:04:26.379804+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T15:04:26.379823+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T15:04:26.379837+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T15:04:26.379851+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T15:04:26.411860+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T15:04:26.413789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-14T23:13:33.278373+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-14T23:13:33.288350+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-14T23:13:33.306571+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-14T23:13:33.306611+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T23:13:33.306631+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-14T23:13:33.306645+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T23:13:33.306658+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-14T23:13:33.416211+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-14T23:13:33.424577+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-15T19:25:46.890088+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-15T19:25:46.912962+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-15T19:25:46.966019+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-15T19:25:46.966067+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-15T19:25:46.966092+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-15T19:25:46.966106+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-15T19:25:46.966120+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-15T19:25:47.272529+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-15T19:25:47.298451+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:15.510273+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:15.519343+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-16T01:42:15.565203+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T01:42:15.565244+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T01:42:15.565265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T01:42:15.565279+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T01:42:15.565293+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T01:42:15.856324+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:15.863242+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:15.928576+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:15.941305+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-16T01:42:15.945330+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T01:42:15.945362+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T01:42:15.945382+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T01:42:15.945396+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T01:42:15.945410+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T01:42:16.119697+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:16.121704+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:20.923306+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:20.937603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:21.151106+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:21.152529+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:21.153187+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:21.153482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:25.103601+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:25.116199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:25.162687+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:25.164108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:25.164787+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:25.165093+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:27.673894+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:27.685636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/mondeanimal" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/mondeanimal\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mondeanimal/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:27.729850+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:27.731323+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:27.731991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:27.732377+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:34.841716+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:34.885829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:34.987725+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:34.992508+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:34.993342+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:34.994016+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:41.889126+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:41.902230+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/old" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/old\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:41.975220+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:41.977307+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:41.978157+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:41.978615+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:45.738786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:45.750643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/backup" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/backup\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:45.792950+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:45.794661+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:45.795480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:45.795822+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:50.474443+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:50.512242+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/new" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/new\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:50.595257+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:50.599794+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:50.600589+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:50.601092+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:53.855886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:42:53.867444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/test" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/test\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:42:53.909910+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:53.911548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:42:53.912341+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:42:53.912660+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:43:02.248540+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:43:02.262521+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:43:02.336781+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:43:02.338456+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:43:02.339260+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:43:02.339677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:43:04.562127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:43:04.573634+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/temp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/temp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:43:04.616353+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:43:04.618058+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:43:04.618889+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:43:04.619270+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:43:06.988818+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T01:43:07.028392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/blog" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/blog\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-16T01:43:07.112569+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:43:07.117425+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T01:43:07.118221+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T01:43:07.118563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T07:14:31.378338+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T07:14:31.405377+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-16T07:14:31.453219+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T07:14:31.453261+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T07:14:31.453282+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T07:14:31.453297+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T07:14:31.453310+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T07:14:31.741833+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T07:14:31.749733+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T07:20:24.651604+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T07:20:24.660965+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-16T07:20:24.676823+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T07:20:24.676858+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T07:20:24.676878+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T07:20:24.676893+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T07:20:24.676906+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T07:20:24.766827+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T07:20:24.774237+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T13:51:22.195506+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T13:51:22.204602+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-16T13:51:22.220172+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T13:51:22.220222+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T13:51:22.220242+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T13:51:22.220256+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T13:51:22.220269+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T13:51:22.309581+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T13:51:22.316259+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T13:51:22.865288+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T13:51:22.867220+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-16T13:51:22.870471+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T13:51:22.870503+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T13:51:22.870523+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T13:51:22.870537+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T13:51:22.870561+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T13:51:22.902260+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T13:51:22.903600+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T15:50:24.747717+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T15:50:24.756224+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-16T15:50:24.771107+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T15:50:24.771143+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T15:50:24.771164+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T15:50:24.771179+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T15:50:24.771193+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T15:50:24.858973+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T15:50:24.866001+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-16T15:50:25.307192+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-16T15:50:25.309027+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-16T15:50:25.312249+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-16T15:50:25.312280+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T15:50:25.312298+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-16T15:50:25.312312+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T15:50:25.312326+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-16T15:50:25.343203+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-16T15:50:25.344679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T01:36:57.835856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T01:36:57.936053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T01:36:58.328206+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T01:36:58.352093+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T01:36:58.353046+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T01:36:58.353806+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T01:37:00.349033+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T01:37:00.361094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T01:37:00.406689+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T01:37:00.408191+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T01:37:00.408858+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T01:37:00.409268+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T04:18:16.565882+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T04:18:16.619559+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T04:18:16.699145+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T04:18:16.699194+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T04:18:16.699215+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T04:18:16.699234+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T04:18:16.699248+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T04:18:17.106010+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T04:18:17.137322+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T04:18:33.476503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T04:18:33.487522+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-17T04:18:33.521013+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T04:18:33.521051+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T04:18:33.521072+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T04:18:33.521086+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T04:18:33.521101+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T04:18:33.868527+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T04:18:33.873128+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T04:18:36.897905+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T04:18:36.911685+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T04:18:37.155869+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T04:18:37.157472+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T04:18:37.158303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T04:18:37.158687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T16:33:54.907449+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T16:33:54.924877+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T16:33:54.971116+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T16:33:54.971160+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T16:33:54.971180+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T16:33:54.971194+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T16:33:54.971212+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T16:33:55.294844+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T16:33:55.319741+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:24:11.439022+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:24:11.447983+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:24:11.514493+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:24:11.514543+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:24:11.514564+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:24:11.514579+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:24:11.514593+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:24:11.801371+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:24:11.811382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:24:39.456206+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:24:39.465945+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-17T22:24:39.484898+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:24:39.484941+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:24:39.484969+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:24:39.484989+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:24:39.485010+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:24:39.583494+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:24:39.588187+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:25:42.723002+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:25:42.731430+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-17T22:25:42.746491+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:25:42.746527+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:25:42.746547+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:25:42.746562+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:25:42.746575+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:25:42.833243+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:25:42.838545+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:31:50.986345+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:31:51.029794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:31:51.303817+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:31:51.311800+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:31:51.312735+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:31:51.313512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:31:55.288705+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:31:55.290436+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:31:55.298361+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:31:55.298414+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:31:55.298435+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:31:55.298449+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:31:55.298464+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:31:55.333999+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:31:55.335798+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:31:56.372229+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:31:56.383695+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:31:56.427302+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:31:56.429074+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:31:56.429917+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:31:56.430377+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:00.267530+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:00.278984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:00.321545+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:00.323281+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:00.324109+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:00.324561+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:04.000684+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:04.012194+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:04.054806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:04.056610+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:04.057421+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:04.057750+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:06.791247+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:06.831611+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:06.943350+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:06.947914+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:06.948613+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:06.948904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:11.945450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:11.956888+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:11.999476+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:12.001186+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:12.002006+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:12.002599+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:21.822700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:21.831415+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:32:21.839966+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:32:21.839999+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:32:21.840018+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:32:21.840033+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:32:21.840047+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:32:21.893321+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:21.895010+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:24.216687+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:24.218507+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-17T22:32:24.234449+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:32:24.234487+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:32:24.235190+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:32:24.235221+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:32:24.235240+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:32:24.292647+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:24.297306+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:35.070962+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:35.084440+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:35.158025+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:35.159864+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:35.160716+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:35.161108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:39.843610+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:39.880547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:39.960758+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:39.965153+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:39.966006+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:39.966408+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:58.882166+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:32:58.922032+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:32:59.033856+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:59.039215+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:32:59.040045+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:32:59.040630+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:04.546061+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:04.557625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:04.600313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:04.602085+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:04.602900+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:04.603582+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:07.284734+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:07.299819+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:07.344425+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:07.346437+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:07.347260+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:07.347974+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:11.289243+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:11.304228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:11.346916+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:11.348493+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:11.349256+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:11.349613+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:15.272187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:15.313770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:15.432063+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:15.437065+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:15.438102+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:15.438660+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:18.341052+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:18.352557+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:18.395008+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:18.396641+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:18.397445+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:18.397889+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:28.503222+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:28.514706+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:28.557475+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:28.559313+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:28.560146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:28.560538+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:35.472699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:35.514399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:35.629333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:35.634387+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:35.635182+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:35.635781+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:38.206317+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:38.218011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:38.260231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:38.261876+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:38.262487+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:38.263252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:42.162280+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:42.173705+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:42.215872+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:42.217322+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:42.217920+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:42.218643+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:44.918875+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:44.931085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:44.973759+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:44.975494+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:44.976310+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:44.976735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:48.617130+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:48.628530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:48.671050+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:48.672888+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:48.673720+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:48.674245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:53.850575+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:53.891727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:54.002532+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:54.007254+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:54.008044+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:54.008510+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:57.901572+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:33:57.913249+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:33:57.956427+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:57.958288+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:33:57.959094+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:33:57.959626+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:00.730606+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:00.742136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:00.784603+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:00.786145+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:00.786943+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:00.787671+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:03.955675+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:03.967167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:04.009356+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:04.011150+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:04.011981+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:04.012559+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:09.103685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:09.150827+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:09.280934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:09.285940+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:09.286623+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:09.286961+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:12.667807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:12.679562+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:12.729084+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:12.730441+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:12.731060+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:12.731409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:15.995764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:16.007228+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:16.049511+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:16.050879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:16.051465+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:16.052042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:21.168585+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:21.180093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:21.223170+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:21.224995+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:21.225821+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:21.226256+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:25.164840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:25.203873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:25.313079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:25.317717+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:25.318530+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:25.319016+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:30.184471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:30.195982+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:30.238314+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:30.240141+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:30.240934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:30.241323+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:33.226624+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:33.238093+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:33.280588+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:33.281926+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:33.282519+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:33.283206+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:36.745860+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:36.757971+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:36.802065+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:36.803806+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:36.804581+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:36.805119+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:40.382987+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:40.390726+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:34:40.404267+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:34:40.404305+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:34:40.404324+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:34:40.404339+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:34:40.404354+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:34:40.485540+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:40.490201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:49.172576+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:34:49.186010+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:34:49.257656+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:49.259654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:34:49.260473+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:34:49.260898+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:00.914618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:00.954207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:01.040827+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:01.046333+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:01.047137+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:01.047659+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:03.292025+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:03.293764+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-17T22:35:03.309739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-17T22:35:04.984604+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:04.998006+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:05.072099+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:05.074221+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:05.075053+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:05.075702+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:07.975716+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:07.987241+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:08.029544+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:08.031389+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:08.032221+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:08.032972+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:10.655178+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:10.666906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:10.709682+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:10.711236+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:10.711865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:10.712216+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:23.827791+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:23.836088+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-17T22:35:24.996153+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:25.010233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:25.128488+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:25.133966+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:25.134691+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:25.135212+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:26.659518+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:26.671148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:26.714736+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:26.716335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:26.717152+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:26.717859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:29.119044+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:29.130861+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:29.173830+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:29.175794+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:29.176613+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:29.177320+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:30.507190+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:30.518839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:30.561427+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:30.562911+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:30.563567+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:30.564010+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:31.509099+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:31.510861+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:35:31.518202+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:35:31.518235+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:35:31.518254+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:35:31.518268+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:35:31.518281+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:35:31.552036+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:31.553854+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:37.422495+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:35:37.434034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:35:37.554026+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:37.555942+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:35:37.556741+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:35:37.557430+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:36:18.187257+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:36:18.196513+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-17T22:36:18.213082+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:36:18.213117+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:36:18.213137+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:36:18.213151+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:36:18.213165+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:36:18.304506+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:36:18.309901+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:12.190601+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:12.229163+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:12.338689+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:12.345482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:12.346446+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:12.347166+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:15.272670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:15.274479+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:38:15.281773+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:38:15.281807+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:38:15.281826+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:38:15.281841+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:38:15.281856+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:38:15.319130+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:15.320780+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:15.798010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:15.809626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:15.853480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:15.855165+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:15.855988+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:15.856353+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:20.072434+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:20.083983+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:20.126998+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:20.128763+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:20.129603+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:20.130312+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:23.439253+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:23.451079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:23.493490+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:23.494989+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:23.495601+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:23.495969+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:25.415897+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:25.427470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:25.470039+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:25.471858+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:25.472683+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:25.473246+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:26.401737+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:26.413292+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:26.456266+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:26.457932+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:26.458763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:26.459303+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:29.074837+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:29.082510+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:38:29.093212+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:38:29.093246+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:38:29.093265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:38:29.093281+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:38:29.093294+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:38:29.270458+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:29.276313+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:29.641020+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:29.642838+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-17T22:38:29.647625+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:38:29.647661+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:38:29.648330+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:38:29.648358+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:38:29.648377+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:38:29.675417+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:29.677245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:30.205708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:30.219490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:30.293274+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:30.294946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:30.295760+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:30.296350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:32.421966+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:32.433480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:32.475968+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:32.477845+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:32.478666+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:32.479219+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:35.871475+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:35.883002+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:35.925305+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:35.927108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:35.927939+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:35.928327+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:38.240133+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:38.251761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:38.294538+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:38.296141+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:38.296933+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:38.297356+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:40.356722+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:40.368298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:40.411423+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:40.413082+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:40.413925+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:40.414350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:41.945683+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:41.957289+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:42.000075+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:42.001821+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:42.002669+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:42.003160+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:46.234152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:46.274966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:46.388375+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:46.393298+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:46.394134+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:46.394521+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:49.171535+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:49.183181+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:49.225715+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:49.227202+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:49.227998+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:49.228337+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:51.902327+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:51.913839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:51.956892+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:51.958590+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:51.959400+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:51.959737+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:54.577120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:54.589174+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:54.631936+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:54.633715+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:54.634332+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:54.634912+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:56.914224+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:56.926386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:56.969240+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:56.971069+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:56.971859+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:56.972550+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:59.309317+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:38:59.320795+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:38:59.363445+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:59.365124+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:38:59.366122+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:38:59.366716+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:02.182392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:02.222780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:02.335483+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:02.340703+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:02.341505+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:02.342086+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:03.231873+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:03.243315+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:03.285758+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:03.287241+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:03.287862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:03.288313+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:04.996559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:05.008197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:05.051255+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:05.053274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:05.054096+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:05.054548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:07.252584+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:07.264076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:07.306871+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:07.308575+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:07.309386+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:07.309713+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:10.213523+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:10.225398+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:10.268449+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:10.270100+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:10.270924+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:10.271328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:12.305903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:12.317392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:12.360003+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:12.361825+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:12.362658+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:12.363037+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:13.781811+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:13.793635+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:13.836035+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:13.837689+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:13.838514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:13.838916+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:16.852147+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:16.863666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:16.906377+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:16.908349+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:16.909176+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:16.909568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:20.389841+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:20.441598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:20.553814+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:20.558228+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:20.558929+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:20.559612+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:23.120698+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:23.132272+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:23.174838+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:23.176509+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:23.177318+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:23.177832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:25.530545+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:25.543926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:25.595454+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:25.597188+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:25.598003+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:25.598691+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:28.128532+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:28.140173+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:28.182866+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:28.184888+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:28.185706+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:28.186255+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:30.929894+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:30.941470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:30.984198+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:30.985948+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:30.986786+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:30.987313+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:34.434860+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:34.446537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:34.490354+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:34.492150+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:34.492953+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:34.493652+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:36.862649+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:36.871048+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:39:36.885244+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:39:36.885278+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:39:36.885298+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:39:36.885312+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:39:36.885325+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:39:36.969673+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:36.974222+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:38.259859+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:38.273137+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:38.346216+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:38.348111+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:38.348953+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:38.349729+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:40.234359+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:40.245929+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:40.289124+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:40.290981+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:40.291804+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:40.292358+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:43.955175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:43.956977+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-17T22:39:43.972178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-17T22:39:45.736783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:45.748528+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:45.791459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:45.793346+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:45.794220+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:45.794639+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:49.655264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:49.666741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:49.709321+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:49.711036+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:49.711856+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:49.712214+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:52.126873+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:52.166321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:52.249751+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:52.254684+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:52.255483+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:52.255838+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:55.013091+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:55.014902+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-17T22:39:57.864694+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:39:57.878612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:39:57.954438+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:57.955986+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:39:57.956657+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:39:57.956992+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:00.318334+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:40:00.330354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:40:00.372736+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:00.374650+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:00.375468+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:00.375978+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:03.952822+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:40:03.964868+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:40:04.007921+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:04.010102+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:04.010905+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:04.011560+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:05.838125+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:40:05.849811+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:40:05.893052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:05.894897+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:05.895730+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:05.896453+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:07.916042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:40:07.924051+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-17T22:40:07.938426+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:40:07.938462+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:40:07.938481+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:40:07.938496+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:40:07.938511+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:40:08.021815+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:08.026962+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:10.638904+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:40:10.650663+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-17T22:40:10.704050+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:10.705645+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:40:10.706440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:40:10.706883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:41:12.389391+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:41:12.397591+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-17T22:41:12.412118+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:41:12.412156+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:41:12.412176+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:41:12.412190+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:41:12.412204+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:41:12.497071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:41:12.502125+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:43:56.575134+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:43:56.583757+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-17T22:43:56.599427+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:43:56.599465+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:43:56.599485+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:43:56.599499+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:43:56.599512+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:43:56.691196+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:43:56.699028+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-17T22:45:18.252121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-17T22:45:18.261046+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-17T22:45:18.275809+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-17T22:45:18.275844+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:45:18.275864+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-17T22:45:18.275878+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:45:18.275892+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-17T22:45:18.362986+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-17T22:45:18.367799+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T10:32:35.067925+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T10:32:35.125953+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T10:32:35.197642+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T10:32:35.197693+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T10:32:35.197714+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T10:32:35.197728+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T10:32:35.197742+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T10:32:35.762309+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T10:32:35.823585+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T12:59:41.571022+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T12:59:41.587321+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T12:59:41.662646+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T12:59:41.662698+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T12:59:41.662718+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T12:59:41.662733+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T12:59:41.662747+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T12:59:41.735261+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T12:59:41.759768+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T12:59:41.763334+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T12:59:41.763367+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T12:59:41.763386+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T12:59:41.763401+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T12:59:41.763414+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T12:59:42.051037+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T12:59:42.051043+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T12:59:42.077368+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T12:59:42.077401+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:16.130613+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:16.139632+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T18:59:16.155534+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T18:59:16.155569+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:16.155589+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:16.155604+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:16.155618+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:16.246679+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:16.254580+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:17.234917+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:17.249424+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:17.504481+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:17.506360+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:17.507212+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:17.507752+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:19.619776+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:19.621486+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T18:59:19.624549+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T18:59:19.624581+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:19.624600+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:19.624614+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:19.624627+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:19.654411+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:19.656209+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:20.031393+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:20.042735+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:20.085860+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:20.087743+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:20.088583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:20.089176+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:22.268840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:22.280394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:22.322898+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:22.324683+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:22.325502+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:22.325832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:24.711995+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:24.723416+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:24.765718+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:24.767645+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:24.768466+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:24.768898+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:27.695337+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:27.706779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:27.749278+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:27.750948+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:27.751757+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:27.752273+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:31.598113+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:31.637205+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:31.721635+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:31.726295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:31.727095+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:31.727457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:34.508248+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:34.510069+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T18:59:34.518001+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T18:59:34.518036+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:34.518056+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:34.518075+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:34.518090+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:34.551850+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:34.553426+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:35.113688+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:35.115388+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-18T18:59:35.120079+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T18:59:35.120113+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:35.120773+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T18:59:35.120801+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:35.120820+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T18:59:35.147545+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:35.149176+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:36.005996+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:36.020679+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:36.097279+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:36.098640+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:36.099338+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:36.099697+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:38.124191+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:38.138354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:38.181332+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:38.182938+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:38.183616+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:38.183983+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:41.769469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:41.780968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:41.823190+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:41.824789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:41.825388+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:41.825785+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:44.751872+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:44.763505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:44.805971+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:44.807444+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:44.808061+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:44.808432+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:47.682139+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:47.725200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:47.807230+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:47.811982+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:47.812793+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:47.813376+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:49.513623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:49.525268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:49.568051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:49.569697+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:49.570306+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:49.570818+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:51.236654+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:51.250834+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:51.327397+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:51.329405+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:51.330224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:51.330686+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:53.130535+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:53.141920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:53.184470+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:53.186346+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:53.187159+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:53.187934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:53.995053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:54.006526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:54.049107+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:54.051117+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:54.052240+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:54.052664+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:55.639353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:55.650924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:55.693270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:55.695005+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:55.695846+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:55.696428+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:57.600297+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T18:59:57.611910+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T18:59:57.654229+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:57.655943+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T18:59:57.656735+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T18:59:57.657300+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:00.161915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:00.173530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:00.216515+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:00.218177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:00.218987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:00.219521+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:02.468737+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:02.488032+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:02.535097+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:02.536679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:02.537303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:02.538006+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:05.224088+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:05.264245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:05.349379+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:05.354409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:05.355216+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:05.355723+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:07.759925+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:07.774150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:07.848764+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:07.850784+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:07.851592+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:07.852176+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:08.563027+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:08.574567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:08.616992+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:08.618937+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:08.619760+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:08.620226+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:11.443821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:11.455300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:11.497650+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:11.499687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:11.500514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:11.500968+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:13.493733+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:13.505306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:13.547790+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:13.549701+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:13.550534+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:13.551048+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:15.304025+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:15.315497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:15.358308+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:15.360037+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:15.360856+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:15.361467+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:16.835981+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:16.848794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:16.895452+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:16.896809+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:16.897543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:16.897874+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:17.534832+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:17.548183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:17.592931+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:17.594591+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:17.595399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:17.596035+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:18.918300+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:18.929760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:18.972364+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:18.974058+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:18.974910+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:18.975256+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:20.510891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:20.549074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:20.632335+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:20.637107+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:20.637858+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:20.638279+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:21.976152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:21.987722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:22.030425+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:22.032033+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:22.032843+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:22.033440+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:23.819865+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:23.833235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:23.907566+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:23.909074+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:23.909879+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:23.910449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:25.704627+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:25.716390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:25.759674+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:25.761562+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:25.762398+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:25.762895+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:28.391446+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:28.393137+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T19:00:28.400211+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T19:00:28.400244+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T19:00:28.400264+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T19:00:28.400278+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T19:00:28.400292+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T19:00:28.433238+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:28.435059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:29.009625+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:29.021148+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:29.063695+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:29.065500+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:29.066320+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:29.066804+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:29.978111+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:29.990380+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:30.033811+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:30.035802+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:30.036631+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:30.037139+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:31.540522+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:31.542294+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-18T19:00:31.556950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-18T19:00:32.614380+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:32.625851+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:32.669572+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:32.671596+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:32.672436+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:32.673242+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:33.373679+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:33.385201+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:33.427950+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:33.429609+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:33.430415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:33.430956+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:34.111075+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:34.122559+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:34.165071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:34.167021+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:34.167828+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:34.168485+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:36.023561+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:36.031934+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-18T19:00:36.900775+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:36.912758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:36.992144+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:36.997565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:36.998429+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:36.999134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:39.167097+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:39.180724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:39.264754+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:39.266650+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:39.267452+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:39.268087+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:41.205704+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:41.217900+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:41.261024+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:41.262849+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:41.263681+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:41.264186+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:42.971978+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:42.983480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:43.025970+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:43.027766+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:43.028570+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:43.029167+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:45.868101+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:45.869846+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-18T19:00:45.877682+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-18T19:00:45.877717+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T19:00:45.877737+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-18T19:00:45.877752+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T19:00:45.877766+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-18T19:00:45.911773+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:45.913486+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:46.292444+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-18T19:00:46.304009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-18T19:00:46.421972+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:46.423576+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-18T19:00:46.424303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-18T19:00:46.424847+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:16:51.216878+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:16:51.258733+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-02-19T01:16:51.336274+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T01:16:51.336328+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:16:51.336348+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:16:51.336363+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:16:51.336377+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:16:51.786265+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:16:51.819940+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:21:44.612504+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:21:44.631827+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-19T01:21:44.680216+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T01:21:44.680263+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:21:44.680284+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:21:44.680298+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:21:44.680312+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:21:45.129663+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:21:45.154307+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:04.645381+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:22:04.654470+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-19T01:22:04.677131+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T01:22:04.677181+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:22:04.677209+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:22:04.677231+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:22:04.677253+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:22:05.044891+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:05.053143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:09.751649+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:22:09.765723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-19T01:22:10.032106+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:10.033900+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:10.034750+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:10.035224+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:15.994325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:22:16.006317+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sitemap.xml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sitemap.xml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-19T01:22:16.049458+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:16.051295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:16.052146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:16.052530+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:23.592485+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:22:23.631533+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-19T01:22:23.718811+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:23.723678+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:22:23.724484+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:22:23.725041+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:36:54.241996+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:36:54.251176+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-19T01:36:54.267145+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T01:36:54.267181+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:36:54.267201+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:36:54.267216+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:36:54.267230+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:36:54.369058+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:36:54.376677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:37:17.190437+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:37:17.199378+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-19T01:37:17.215173+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T01:37:17.215208+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:37:17.215230+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T01:37:17.215246+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:37:17.215260+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T01:37:17.495732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:37:17.501221+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:37:28.188233+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:37:28.202209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-19T01:37:28.444966+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:37:28.446471+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:37:28.447147+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:37:28.447638+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:37:35.017929+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:37:35.072526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sitemap.xml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sitemap.xml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-19T01:37:35.161732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:37:35.166595+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:37:35.167494+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:37:35.168038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:38:06.323312+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T01:38:06.378531+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-19T01:38:06.493815+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:38:06.498774+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T01:38:06.499592+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T01:38:06.499966+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T18:49:44.039681+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T18:49:44.079693+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-19T18:49:44.123419+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T18:49:44.123468+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T18:49:44.123488+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T18:49:44.123502+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T18:49:44.123516+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T18:49:44.594309+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T18:49:44.617544+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T18:49:44.885890+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T18:49:44.887749+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-19T18:49:44.891550+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T18:49:44.891583+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T18:49:44.891601+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T18:49:44.891615+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T18:49:44.891629+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T18:49:45.096323+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T18:49:45.098008+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T20:46:30.026385+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T20:46:30.034799+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-19T20:46:30.075817+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T20:46:30.075859+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T20:46:30.075878+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T20:46:30.075894+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T20:46:30.075908+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T20:46:30.424503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T20:46:30.451468+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-19T20:46:30.719470+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-19T20:46:30.721285+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-19T20:46:30.724922+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-19T20:46:30.724955+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T20:46:30.724974+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-19T20:46:30.724987+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T20:46:30.725001+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-19T20:46:30.930623+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-19T20:46:30.932145+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T07:24:52.279332+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T07:24:52.405510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-20T07:24:52.858662+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T07:24:52.867030+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T07:24:52.867936+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T07:24:52.868696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T07:58:49.804558+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T07:58:49.813248+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-20T07:58:49.855136+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T07:58:49.855179+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T07:58:49.855199+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T07:58:49.855214+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T07:58:49.855228+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T07:58:50.153584+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T07:58:50.160483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T09:38:00.848562+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T09:38:00.857558+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-20T09:38:00.889460+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T09:38:00.889503+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:38:00.889523+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:38:00.889538+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:38:00.889552+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:38:00.995837+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T09:38:01.003434+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T09:38:02.099470+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T09:38:02.101287+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-20T09:38:02.104444+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T09:38:02.104476+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:38:02.104498+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:38:02.104512+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:38:02.104525+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:38:02.135357+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T09:38:02.136973+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T09:45:18.814231+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T09:45:18.826457+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-20T09:45:18.858437+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T09:45:18.858479+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:45:18.858500+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:45:18.858515+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:45:18.858530+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:45:18.981631+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T09:45:18.998168+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T09:45:19.546958+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T09:45:19.548680+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-20T09:45:19.551819+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T09:45:19.551852+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:45:19.551872+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T09:45:19.551886+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:45:19.551900+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T09:45:19.582910+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T09:45:19.584539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T22:18:23.514585+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T22:18:23.523628+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-20T22:18:23.539049+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T22:18:23.539087+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T22:18:23.539107+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T22:18:23.539121+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T22:18:23.539136+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T22:18:23.627684+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T22:18:23.635741+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-20T22:18:24.121110+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-20T22:18:24.123015+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-20T22:18:24.126663+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-20T22:18:24.126696+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T22:18:24.126716+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-20T22:18:24.126730+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T22:18:24.126745+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-20T22:18:24.319224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-20T22:18:24.321113+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:28.545854+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:28.555070+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:27:28.571031+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:27:28.571070+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:28.571090+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:28.571104+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:28.571118+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:28.660631+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:28.667578+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:28.924457+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:28.926316+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:27:28.929545+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:27:28.929578+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:28.929597+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:28.929611+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:28.929625+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:28.960855+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:28.962502+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:29.334596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:29.348183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:29.479748+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:29.481454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:29.482290+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:29.482696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:37.689772+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:37.701189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:37.743867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:37.745539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:37.746374+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:37.746985+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:39.439565+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:39.451159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:39.494280+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:39.495906+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:39.496654+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:39.497065+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:40.150967+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:40.162566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:40.205433+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:40.207077+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:40.207881+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:40.208154+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:41.773808+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:41.786107+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:41.830383+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:41.831977+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:41.832786+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:41.833119+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:53.234326+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:53.242939+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:27:53.260008+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:27:53.260046+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:53.260066+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:53.260081+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:53.260096+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:53.375350+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:53.380389+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:53.890177+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:53.891872+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-21T00:27:53.896651+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:27:53.896684+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:53.897345+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:27:53.897373+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:53.897392+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:27:53.924052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:53.925830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:54.250389+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:54.264027+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:54.340098+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:54.341730+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:54.342565+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:54.342978+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:58.218074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:58.229526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:58.272047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:58.273971+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:58.274797+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:58.275235+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:58.881313+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:58.892840+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:58.934882+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:58.936412+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:58.937218+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:58.937539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:59.820405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:27:59.831949+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:27:59.874558+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:59.876164+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:27:59.876961+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:27:59.877444+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:05.283901+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:05.295472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:05.338101+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:05.339946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:05.340750+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:05.341277+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:05.919580+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:05.930944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:05.973519+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:05.975376+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:05.976200+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:05.976861+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:07.526217+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:07.537718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:07.580155+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:07.581972+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:07.582792+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:07.583383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:10.072596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:10.114371+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:10.243099+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:10.247760+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:10.248510+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:10.249107+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:12.022425+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:12.033820+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:12.076187+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:12.078149+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:12.078954+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:12.079466+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:13.418203+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:13.429524+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:13.472267+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:13.473986+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:13.474799+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:13.475295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:14.320456+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:14.331977+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:14.374472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:14.376476+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:14.377301+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:14.377779+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:14.774720+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:14.776424+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:28:14.785556+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:28:14.785591+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:28:14.785611+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:28:14.785626+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:28:14.785640+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:28:14.819280+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:14.821027+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:15.270765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:15.282164+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:15.324349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:15.326099+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:15.327178+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:15.327554+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:15.770879+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:15.786666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:15.832399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:15.834311+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:15.835159+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:15.835504+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:16.081796+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:16.084157+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:28:16.087390+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:28:16.087424+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:28:16.087449+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:28:16.087463+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:28:16.087477+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:28:16.116941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:16.118455+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:16.265173+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:16.277411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:16.320362+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:16.321879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:16.322717+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:16.323028+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:22.747090+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:22.758499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:22.800963+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:22.802395+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:22.802999+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:22.803815+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:22.998474+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:23.010114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:23.052996+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:23.054854+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:23.055674+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:23.056165+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:23.325314+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:23.340334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:23.384127+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:23.385894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:23.386583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:23.387288+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.026128+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:24.037643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:24.080304+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.082090+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.082895+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.083328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.327828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:24.339385+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:24.374687+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:24.381869+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.383367+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.384178+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.384653+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.388099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:24.434174+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.436118+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.437056+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.437533+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.678669+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:24.690097+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:24.732400+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.734313+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:24.735111+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:24.735829+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:25.218181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:25.258963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:25.379190+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:25.384171+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:25.385020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:25.385536+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:26.946019+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:26.957411+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:26.999813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:27.001377+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:27.002249+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:27.002553+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:28.067346+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:28.069064+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:28:28.072110+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:28:28.072142+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:28:28.072161+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:28:28.072175+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:28:28.072189+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:28:28.101560+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:28.103142+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:28.336347+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:28.347724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:28.390198+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:28.391897+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:28.392708+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:28.393140+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:28.757590+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:28.769022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:28.811959+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:28.813748+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:28.814585+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:28.814961+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:29.314874+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:29.326800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:29.370322+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:29.371603+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:29.372293+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:29.372667+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:30.814230+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:30.825683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:30.868514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:30.870477+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:30.871291+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:30.871888+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:32.322533+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:32.334039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:32.376665+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:32.378486+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:32.379293+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:32.379771+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:33.796754+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:33.808348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:33.850597+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:33.852290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:33.853105+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:33.853552+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:34.154138+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:34.165710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:34.208617+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:34.210471+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:34.211275+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:34.211857+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:36.289075+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:36.300610+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:36.343111+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:36.345030+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:36.345873+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:36.346394+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:37.005341+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:37.017024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:37.059875+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:37.061678+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:37.062489+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:37.062908+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:37.601134+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:37.612731+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:37.655276+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:37.657059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:37.657865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:37.658382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:37.981691+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:37.997641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:38.031465+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:38.052624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.054136+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.054828+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.055172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:38.055407+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.097730+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.099496+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.100310+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.100782+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.368453+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:38.380150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:38.423654+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.425457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.426282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.426658+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.667161+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:38.678854+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:38.722137+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.723699+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.724495+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.724852+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.782459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:38.793808+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:38.836353+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.838131+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:38.838960+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:38.839455+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:39.344895+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:39.356482+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:39.399088+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:39.400866+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:39.401679+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:39.402205+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:39.755262+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:39.766946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:39.809800+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:39.811595+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:39.812401+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:39.812798+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:40.232604+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:40.274047+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:40.385198+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:40.390004+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:40.390810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:40.391394+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:40.905909+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:40.917436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:40.960061+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:40.961955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:40.962780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:40.963388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:41.425529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:41.436918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:41.479303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:41.481189+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:41.482007+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:41.482540+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:44.536404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:44.548159+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:44.590987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:44.592792+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:44.593615+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:44.594290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:45.666033+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:45.667780+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-21T00:28:45.683791+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-21T00:28:47.042768+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:47.054655+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:47.096994+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:47.098631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:47.099448+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:47.099969+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:48.106357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:48.117922+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:48.160700+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:48.162377+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:48.163190+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:48.163614+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:53.454327+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:53.465884+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:53.508347+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:53.510123+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:53.510934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:53.511315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:53.854821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:53.866352+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:53.909077+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:53.910655+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:53.911445+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:53.912004+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:54.405459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:54.416937+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:54.459643+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:54.461499+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:54.462340+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:54.462875+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:55.800765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:55.800784+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:55.840954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:55.840975+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:55.951568+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:55.951602+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:55.956228+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:55.956247+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:55.957022+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:55.957052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:55.957365+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:55.957493+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:56.501692+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:56.512987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:56.555171+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:56.556785+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:56.557373+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:56.557717+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:56.656668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:56.658411+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-21T00:28:57.182412+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:57.193716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:57.236139+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:57.237662+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:57.238462+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:57.238856+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:58.160738+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:58.172207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:58.215270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:58.217102+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:58.217944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:58.218373+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:59.556924+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:28:59.568375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:28:59.611060+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:59.612689+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:28:59.613494+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:28:59.613962+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:00.758525+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:00.770408+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:00.813462+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:00.815339+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:00.816157+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:00.816527+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:00.921268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:00.932829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:00.975394+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:00.976956+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:00.977748+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:00.978085+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:01.318186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:01.330187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:01.373369+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:01.375136+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:01.375959+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:01.376562+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:01.845030+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:01.856404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:01.898929+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:01.900445+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:01.901242+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:01.901789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:02.685214+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:02.697024+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:02.739792+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:02.741299+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:02.742167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:02.742695+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.120953+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:03.122680+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:29:03.125580+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:03.130880+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:29:03.130913+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:29:03.130933+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:29:03.130947+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:29:03.130961+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:29:03.137494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:03.164555+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.166060+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.179833+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.181170+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.181800+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.182264+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.569165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:03.580564+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:03.623103+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.624922+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.625718+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.626201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.926780+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:03.938312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:03.980899+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.982619+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:03.983435+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:03.983904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:05.505974+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:05.517458+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:05.559862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:05.561474+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:05.562313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:05.562934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:06.083783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:06.095185+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:06.137778+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:06.139521+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:06.140331+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:06.140996+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:07.650392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:07.662050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:07.704584+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:07.706311+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:07.707130+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:07.707611+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:08.299702+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:08.311299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:08.354134+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:08.355713+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:08.356498+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:08.356849+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:09.901554+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:09.913034+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:09.955394+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:09.956981+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:09.957785+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:09.958137+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:10.545906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:10.547712+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:29:10.550759+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:29:10.550791+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:29:10.550811+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:29:10.550824+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:29:10.550838+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:29:10.581003+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:10.582734+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:11.979049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:12.020188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:12.135105+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:12.140014+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:12.140829+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:12.141192+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:12.693395+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:12.695153+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-21T00:29:12.710122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-21T00:29:23.227929+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:23.239514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:23.281821+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:23.283674+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:23.284468+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:23.284919+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:27.047922+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:27.056111+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-21T00:29:27.481222+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:27.494675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:27.602236+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:27.607173+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:27.607977+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:27.608582+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:31.022906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:31.034722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:31.079397+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:31.081022+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:31.081852+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:31.082169+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:32.421984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:32.433518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:32.475899+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:32.477572+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:32.478397+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:32.478934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:32.842445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:32.854072+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-21T00:29:32.897120+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:32.898595+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:32.899243+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:32.899698+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-21T00:29:33.424569+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-21T00:29:33.426301+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-21T00:29:33.433818+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-21T00:29:33.433852+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:29:33.433872+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-21T00:29:33.433887+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:29:33.433901+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-21T00:29:33.466651+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-21T00:29:33.468290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-22T03:30:18.809724+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-22T03:30:18.852063+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-22T03:30:19.004841+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-22T03:30:19.004893+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T03:30:19.004914+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T03:30:19.004929+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T03:30:19.004944+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T03:30:19.587677+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-22T03:30:19.614281+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-22T08:28:21.258760+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-22T08:28:21.280335+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-22T08:28:21.326342+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-22T08:28:21.326389+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T08:28:21.326410+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T08:28:21.326425+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T08:28:21.326439+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T08:28:21.625450+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-22T08:28:21.633815+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-22T08:51:10.728734+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-22T08:51:10.737638+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-22T08:51:10.752896+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-22T08:51:10.752933+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T08:51:10.752953+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T08:51:10.752967+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T08:51:10.752981+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T08:51:10.932718+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-22T08:51:10.940280+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-22T08:51:14.368097+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-22T08:51:14.369952+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-22T08:51:14.373208+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-22T08:51:14.373239+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T08:51:14.373258+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T08:51:14.373273+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T08:51:14.373291+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T08:51:14.405379+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-22T08:51:14.407387+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-22T15:25:56.269502+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-22T15:25:56.277836+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-22T15:25:56.292378+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-22T15:25:56.292416+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T15:25:56.292436+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-22T15:25:56.292451+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T15:25:56.292465+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-22T15:25:56.386525+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-22T15:25:56.396247+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T06:10:39.361347+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T06:10:39.380735+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-23T06:10:39.423758+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-23T06:10:39.423799+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T06:10:39.423819+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T06:10:39.423834+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T06:10:39.423849+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T06:10:39.733809+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T06:10:39.742391+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T06:10:39.837768+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T06:10:39.848806+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-23T06:10:39.853020+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-23T06:10:39.853054+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T06:10:39.853073+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T06:10:39.853088+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T06:10:39.853102+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T06:10:40.023843+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T06:10:40.025776+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:10.535178+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T09:32:10.543832+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-23T09:32:10.590434+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-23T09:32:10.590480+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:10.590501+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:10.590516+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:10.590531+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:10.861399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:10.868933+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:11.190536+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T09:32:11.192388+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-23T09:32:11.196086+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-23T09:32:11.196120+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:11.196140+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:11.196155+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:11.196169+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:11.308518+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:11.309791+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:11.678583+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T09:32:11.692825+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-23T09:32:11.893849+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:11.895269+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:11.895907+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:11.896452+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:12.976158+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T09:32:12.977896+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-23T09:32:12.981158+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-23T09:32:12.981192+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:12.981211+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:12.981225+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:12.981239+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:13.012135+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:13.013787+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:17.291799+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T09:32:17.293535+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-23T09:32:17.296806+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-23T09:32:17.296838+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:17.296858+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-23T09:32:17.296872+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:17.296886+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-23T09:32:17.333525+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:17.335313+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:18.011626+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T09:32:18.023631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-23T09:32:18.067147+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:18.068692+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T09:32:18.069315+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T09:32:18.069818+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T15:43:26.681331+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T15:43:26.723250+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-23T15:43:26.926367+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T15:43:26.933396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T15:43:26.934349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T15:43:26.934940+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T15:43:27.263946+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-23T15:43:27.275758+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-23T15:43:27.321051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T15:43:27.322791+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-23T15:43:27.323628+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-23T15:43:27.324409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T01:20:29.620151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T01:20:29.638725+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-25T01:20:29.669427+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-25T01:20:29.669467+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T01:20:29.669487+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T01:20:29.669501+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T01:20:29.669515+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T01:20:29.919508+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T01:20:29.928781+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T01:20:30.142138+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T01:20:30.144008+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-25T01:20:30.147263+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-25T01:20:30.147294+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T01:20:30.147313+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T01:20:30.147327+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T01:20:30.147342+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T01:20:30.178622+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T01:20:30.180259+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T05:42:52.831539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T05:42:52.976707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimalgit.web-ice.site/public/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimalgit.web-ice.site/public/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T05:42:53.558541+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T05:42:53.566295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T05:42:53.567281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T05:42:53.567962+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T08:05:38.372626+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T08:05:38.406593+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-25T08:05:38.491595+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-25T08:05:38.491645+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T08:05:38.491666+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T08:05:38.491681+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T08:05:38.491696+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T08:05:38.778137+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T08:05:38.785386+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T08:05:38.880218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T08:05:38.895115+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-25T08:05:38.899112+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-25T08:05:38.899145+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T08:05:38.899165+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T08:05:38.899179+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T08:05:38.899192+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T08:05:39.096264+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T08:05:39.098301+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:32.202477+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:32.261261+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-25T23:42:32.372041+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-25T23:42:32.372101+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T23:42:32.372126+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T23:42:32.372145+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T23:42:32.372164+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T23:42:33.031669+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:33.072000+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:33.141220+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:33.162638+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-25T23:42:33.166936+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-25T23:42:33.166969+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T23:42:33.166988+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-25T23:42:33.167003+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T23:42:33.167016+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-25T23:42:33.362731+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:33.364608+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:36.848673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:36.862916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:42:37.054135+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:37.055809+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:37.056624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:37.056969+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:41.255088+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:41.267470+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:42:41.313685+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:41.315301+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:41.315987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:41.316527+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:46.496414+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:46.508110+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/mondeanimal" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/mondeanimal\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mondeanimal/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:42:46.553140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:46.554732+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:46.555580+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:46.556017+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:51.324916+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:51.367252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:42:51.452642+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:51.457399+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:51.458269+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:51.458655+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:57.105307+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:42:57.118972+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/old" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/old\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:42:57.189423+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:57.191055+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:42:57.191676+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:42:57.192057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:03.685038+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:43:03.696721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/backup" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/backup\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:43:03.739507+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:03.741335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:03.742172+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:03.742742+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:09.021686+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:43:09.060912+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/new" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/new\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:43:09.142575+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:09.147135+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:09.147813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:09.148532+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:13.136998+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:43:13.150379+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/test" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/test\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:43:13.222697+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:13.224292+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:13.225135+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:13.225676+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:17.030221+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:43:17.041672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:43:17.084344+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:17.086051+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:17.086890+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:17.087450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:22.734757+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:43:22.746755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/temp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/temp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:43:22.790332+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:22.791765+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:22.792467+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:22.793048+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:24.135375+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-25T23:43:24.173746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/blog" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/blog\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-25T23:43:24.257969+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:24.262270+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-25T23:43:24.263037+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-25T23:43:24.263829+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T05:29:28.395137+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T05:29:28.561698+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T05:29:29.139170+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T05:29:29.147308+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T05:29:29.148230+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T05:29:29.148588+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T06:36:33.410739+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T06:36:33.430514+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-02-26T06:36:33.474291+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T06:36:33.474334+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T06:36:33.474354+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T06:36:33.474367+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T06:36:33.474381+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T06:36:33.886981+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T06:36:33.894633+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T09:49:43.577253+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T09:49:43.586689+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T09:49:43.630167+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T09:49:43.630212+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T09:49:43.630232+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T09:49:43.630247+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T09:49:43.630261+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T09:49:43.732688+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T09:49:43.746454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T09:49:44.333908+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T09:49:44.335747+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T09:49:44.338953+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T09:49:44.338984+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T09:49:44.339003+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T09:49:44.339017+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T09:49:44.339033+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T09:49:44.370054+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T09:49:44.371728+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:36.316771+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:38:36.405812+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T15:38:36.569808+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T15:38:36.569860+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:38:36.569880+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:38:36.569896+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:38:36.569911+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:38:37.250453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:37.273354+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:38.441261+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:38:38.456119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:38:38.775823+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:38.777650+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:38.778492+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:38.778930+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:49.516443+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:38:49.518200+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T15:38:49.521193+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T15:38:49.521226+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:38:49.521245+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:38:49.521261+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:38:49.521275+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:38:49.550963+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:49.552620+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:51.185098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:38:51.196811+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:38:51.239826+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:51.241442+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:51.242303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:51.242756+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:57.517592+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:38:57.590991+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:38:57.737031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:57.741719+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:38:57.742536+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:38:57.742971+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:03.192783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:03.204676+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:03.248622+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:03.250266+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:03.251197+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:03.251748+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:07.438986+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:07.451170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:07.497494+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:07.498975+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:07.499778+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:07.500143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:11.438576+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:11.450036+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:11.492607+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:11.494550+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:11.495580+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:11.496236+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:17.691887+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:17.701317+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T15:39:17.727862+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T15:39:17.727899+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:39:17.727919+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:39:17.727933+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:39:17.727951+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:39:17.884499+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:17.888952+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:18.714095+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:18.715960+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-26T15:39:18.720956+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T15:39:18.720988+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:39:18.721670+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:39:18.721699+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:39:18.721718+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:39:18.749750+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:18.751548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:19.961175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:19.975116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:20.121469+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:20.123336+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:20.124217+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:20.124635+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:23.654014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:23.666302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:23.710707+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:23.712569+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:23.713395+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:23.713906+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:34.194386+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:34.234136+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:34.329541+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:34.334949+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:34.335745+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:34.336565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:40.139514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:40.153084+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:40.223709+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:40.225252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:40.226056+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:40.226379+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:44.434464+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:44.445936+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:44.489947+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:44.491642+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:44.492439+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:44.492779+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:49.409172+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:49.448522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:49.546434+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:49.551219+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:49.552020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:49.552597+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:55.784019+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:39:55.798534+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:39:55.869498+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:55.871200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:39:55.872018+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:39:55.872610+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:00.590092+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:00.604040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:00.648999+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:00.650590+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:00.651397+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:00.651744+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:12.601282+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:12.649237+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:12.821935+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:12.827106+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:12.827961+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:12.828504+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:15.373013+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:15.384588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:15.427167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:15.428792+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:15.429603+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:15.430167+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:19.534034+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:19.545754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:19.589440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:19.591229+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:19.592071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:19.592659+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:23.966216+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:23.978771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:24.020983+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:24.022579+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:24.023387+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:24.023693+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:28.127407+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:28.166710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:28.296901+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:28.301636+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:28.302462+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:28.302880+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:31.774875+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:31.786298+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:31.828773+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:31.830478+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:31.831306+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:31.831847+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:35.833965+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:35.845368+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:35.887832+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:35.889535+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:35.890355+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:35.890951+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:37.319450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:37.330968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:37.373377+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:37.374879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:37.375633+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:37.376224+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:39.424939+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:39.436455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:39.479602+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:39.481164+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:39.481995+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:39.482533+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:45.236637+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:45.276960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:45.388956+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:45.393681+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:45.394472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:45.395075+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:48.870097+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:48.881650+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:48.923966+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:48.925557+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:48.926328+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:48.926785+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:51.958387+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:51.970089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:52.013580+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:52.015267+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:52.016295+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:52.016623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:55.867781+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:55.879618+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:55.924627+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:55.926392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:55.927244+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:55.927534+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:58.414849+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:40:58.426535+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:40:58.469906+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:58.471645+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:40:58.472460+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:40:58.473105+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:01.312835+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:01.351141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:01.459723+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:01.464261+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:01.465075+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:01.465482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:07.739055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:07.750625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:07.792952+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:07.794428+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:07.795218+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:07.795507+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:11.358649+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:11.370239+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:11.413021+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:11.414718+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:11.415527+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:11.416019+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:13.576954+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:13.588941+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:13.631995+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:13.633462+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:13.634152+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:13.634488+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:15.716658+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:15.718569+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T15:41:15.725656+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T15:41:15.725693+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:41:15.725712+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:41:15.725727+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:41:15.725741+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:41:15.759033+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:15.760603+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:17.002253+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:17.041383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:17.150403+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:17.154841+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:17.155689+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:17.156143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:19.232314+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:19.244047+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:19.381687+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:19.383497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:19.384311+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:19.384845+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:21.781719+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:21.793245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:21.835638+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:21.837261+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:21.838081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:21.838405+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:24.554202+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:24.565774+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:24.608773+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:24.610314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:24.611131+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:24.611495+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:27.500522+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:27.512968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:27.558654+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:27.560229+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:27.561055+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:27.561357+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:31.471247+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:31.482875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:31.525668+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:31.527178+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:31.527985+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:31.528341+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:35.773891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:35.820170+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:35.951258+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:35.955639+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:35.956312+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:35.956739+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:39.634968+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:39.646394+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:39.688771+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:39.690389+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:39.691172+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:39.691660+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:46.920885+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:46.932905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:46.976237+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:46.977577+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:46.978328+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:46.978636+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:50.920299+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:50.959876+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:51.069313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:51.073858+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:51.074673+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:51.075162+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:54.055365+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:54.066843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:54.109202+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:54.110861+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:54.111661+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:54.112191+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:55.712199+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:55.723688+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:55.766200+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:55.767824+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:55.768622+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:55.769169+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:59.675567+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:41:59.686963+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:41:59.729391+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:59.731163+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:41:59.732066+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:41:59.732680+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:03.308098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:03.320113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:03.364073+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:03.365668+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:03.366477+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:03.367002+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:06.021175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:06.064264+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:06.175757+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:06.180217+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:06.181004+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:06.181626+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:08.198835+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:08.210467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:08.254534+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:08.256059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:08.256862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:08.257207+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:12.552344+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:12.564125+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:12.607600+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:12.609227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:12.610012+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:12.610325+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:15.913495+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:15.925026+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:15.968021+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:15.969513+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:15.970350+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:15.970998+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:19.116558+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:19.128940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:19.173437+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:19.174990+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:19.175820+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:19.176201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:20.076133+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:20.087696+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:20.130633+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:20.131985+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:20.132684+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:20.133373+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:23.216629+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:23.255831+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:23.402208+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:23.406887+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:23.407748+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:23.408417+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:27.566048+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:27.577673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:27.620155+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:27.622004+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:27.622820+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:27.623384+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:29.296528+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:29.308502+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:29.351634+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:29.353663+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:29.354515+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:29.355226+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:31.140136+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:31.142071+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-26T15:42:31.159522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-26T15:42:31.650378+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:31.662138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:31.705079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:31.706865+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:31.707664+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:31.708076+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:34.673336+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:34.685227+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:34.728531+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:34.730488+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:34.731319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:34.731845+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:37.261712+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:37.273288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:37.316280+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:37.317947+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:37.318851+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:37.319198+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:40.502335+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:40.510906+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-26T15:42:42.472152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:42.486048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:42.598957+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:42.604116+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:42.604926+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:42.605445+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:45.474639+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:45.487372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:45.533704+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:45.535497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:45.536339+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:45.536860+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:50.061082+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:50.072646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:50.115247+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:50.116523+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:50.117162+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:50.117511+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:53.660685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:53.672247+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:42:53.714827+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:53.716502+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:53.717297+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:53.717758+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:42:58.408000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:42:58.416429+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-26T15:42:58.431396+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-26T15:42:58.431432+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:42:58.431451+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-26T15:42:58.431465+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:42:58.431478+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-26T15:42:58.554594+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:42:58.559193+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:43:01.580734+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-26T15:43:01.594348+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-26T15:43:01.697232+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:43:01.698759+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-26T15:43:01.699453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-26T15:43:01.699904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T06:54:14.700349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T06:54:14.700460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T06:54:14.723784+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T06:54:14.723837+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T06:54:14.883686+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T06:54:14.883736+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T06:54:14.883756+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T06:54:14.883771+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T06:54:14.883785+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T06:54:14.883769+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T06:54:14.883821+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T06:54:14.883842+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T06:54:14.883857+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T06:54:14.883871+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T06:54:15.210637+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T06:54:15.210738+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T06:54:15.218106+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T06:54:15.218108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T07:00:22.257703+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T07:00:22.266648+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/empty/search/results","method":"GET"} [] [2025-02-27T07:00:29.892582+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T07:00:29.894657+01:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/search?end=&ip=&limit=100&method=POST&start=&status_code=&token=&url=","method":"GET"} [] [2025-02-27T07:00:30.983516+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T07:00:30.985904+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"78dcba"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/78dcba/search/results?end=&ip=&limit=100&method=POST&start=&status_code=&url=","method":"GET"} [] [2025-02-27T07:00:42.578588+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T07:00:42.586906+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"78dcba"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/78dcba","method":"GET"} [] [2025-02-27T11:26:54.416087+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T11:26:54.424861+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T11:26:54.477289+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T11:26:54.477332+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T11:26:54.477352+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T11:26:54.477367+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T11:26:54.477381+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T11:26:54.719983+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T11:26:54.728001+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T11:26:54.826108+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T11:26:54.849004+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-27T11:26:54.853122+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T11:26:54.853157+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T11:26:54.853177+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T11:26:54.853191+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T11:26:54.853205+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T11:26:55.047842+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T11:26:55.049862+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:11.135632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:11.146225+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T12:35:11.163669+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T12:35:11.163713+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:11.163734+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:11.163748+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:11.163762+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:11.269443+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:11.277127+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:13.196650+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:13.198468+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T12:35:13.201633+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T12:35:13.201670+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:13.201690+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:13.201703+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:13.201717+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:13.232806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:13.234671+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:13.928527+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:13.943830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:35:14.203768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:14.205657+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:14.206497+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:14.206892+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:26.548267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:26.589694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:35:26.677665+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:26.682299+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:26.683062+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:26.683409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:29.679105+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:29.692568+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:35:29.766578+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:29.768051+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:29.768859+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:29.769221+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:41.632659+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:41.676360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:35:41.767992+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:41.772806+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:41.773650+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:41.774163+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:48.217976+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:48.231452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:35:48.306839+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:48.308585+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:48.309399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:48.309849+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:57.784795+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:57.793427+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T12:35:57.809977+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T12:35:57.810020+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:57.810040+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:57.810056+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:57.810070+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:57.899088+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:57.903534+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:35:58.958399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:35:58.960150+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-27T12:35:58.964972+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T12:35:58.965004+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:58.965691+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:35:58.965723+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:58.965743+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:35:58.993318+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:35:58.994993+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:00.892606+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:00.904040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:00.947319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:00.948898+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:00.949727+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:00.950154+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:02.358480+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:02.369844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:02.412146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:02.413808+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:02.414622+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:02.415223+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:06.149826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:06.166056+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:06.241424+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:06.243159+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:06.243980+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:06.244464+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:11.923559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:11.935101+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:11.979037+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:11.980814+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:11.981628+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:11.981970+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:14.956870+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:14.997217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:15.087590+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:15.092360+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:15.093123+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:15.093421+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:18.313492+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:18.325130+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:18.368771+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:18.370350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:18.371161+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:18.371479+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:20.011593+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:20.023218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:20.066361+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:20.067979+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:20.068843+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:20.069294+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:21.925266+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:21.938905+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:22.013934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:22.015647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:22.016463+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:22.016846+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:24.918226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:24.929962+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:24.973020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:24.974649+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:24.975470+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:24.975810+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:27.723186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:27.734892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:27.778486+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:27.780076+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:27.780911+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:27.781268+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:30.705571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:30.744021+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:30.828461+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:30.833320+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:30.834132+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:30.834470+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:32.140726+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:32.152863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:32.197329+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:32.198652+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:32.199292+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:32.199581+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:33.151479+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:33.163113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:33.206264+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:33.208013+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:33.208833+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:33.209170+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:37.296009+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:37.309918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:37.386596+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:37.388452+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:37.389270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:37.389840+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:41.452339+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:41.464068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:41.507239+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:41.508782+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:41.509609+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:41.510177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:45.439676+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:45.452556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:45.498488+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:45.500167+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:45.501002+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:45.501542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:46.491213+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:46.529794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:46.613962+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:46.618870+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:46.619673+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:46.620165+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:48.209544+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:48.221530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:48.265774+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:48.267684+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:48.268500+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:48.269019+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:50.151971+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:50.164754+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:50.209389+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:50.211132+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:50.211941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:50.212450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:51.164000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:51.175624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:51.219839+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:51.221522+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:51.222339+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:51.222771+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:52.722776+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:52.736465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:52.810828+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:52.812325+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:52.813124+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:52.813591+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:55.950982+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:55.962744+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:56.006187+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:56.007471+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:56.008074+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:56.008382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:57.640724+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:36:57.652418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:36:57.695343+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:57.696823+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:36:57.697606+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:36:57.697939+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:01.304395+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:01.316197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:01.359209+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:01.360723+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:01.361545+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:01.361899+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:05.535503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:05.586505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:05.724206+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:05.729250+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:05.730043+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:05.730395+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:10.618272+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:10.631984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:10.708382+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:10.710130+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:10.710813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:10.711172+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:16.925478+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:16.936990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:16.979381+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:16.981013+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:16.981811+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:16.982158+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:20.283943+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:20.296645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:20.340802+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:20.342660+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:20.343459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:20.344007+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:26.182726+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:26.223675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:26.335886+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:26.340679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:26.341490+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:26.341789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:30.677367+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:30.688814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:30.731238+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:30.732912+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:30.733713+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:30.734546+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:32.938757+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:32.940948+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T12:37:32.949132+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T12:37:32.949172+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:37:32.949192+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:37:32.949206+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:37:32.949219+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:37:32.984264+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:32.986110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:33.615353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:33.626969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:33.669806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:33.671740+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:33.672611+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:33.673038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:35.869932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:35.871691+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-27T12:37:35.886356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-27T12:37:37.670357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:37.684762+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:37.728064+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:37.729775+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:37.730626+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:37.731058+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:39.260790+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:39.272576+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:39.315627+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:39.317096+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:39.317906+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:39.318230+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:41.699012+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:41.738457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:41.900422+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:41.905300+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:41.906027+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:41.906314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:45.210191+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:45.211933+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-27T12:37:47.355598+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:47.368146+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:47.414368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:47.415755+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:47.416510+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:47.416800+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:51.691794+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:51.703892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:51.747084+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:51.749112+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:51.749932+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:51.750565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:55.335034+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:55.346681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:55.389791+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:55.391685+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:55.392452+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:55.393132+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:59.012119+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:37:59.053407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T12:37:59.163122+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:59.167727+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:37:59.168524+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:37:59.169116+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T12:38:03.318223+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T12:38:03.319986+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T12:38:03.327380+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T12:38:03.327414+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:38:03.327434+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T12:38:03.327448+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:38:03.327462+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T12:38:03.360857+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T12:38:03.362434+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T17:31:50.461830+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T17:31:50.532833+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-27T17:31:50.681362+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T17:31:50.692669+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T17:31:50.693624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T17:31:50.694253+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T17:31:51.569594+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T17:31:51.571430+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-02-27T17:31:51.584488+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T17:31:51.584523+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T17:31:51.585215+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T17:31:51.585244+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T17:31:51.585265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T17:31:51.622058+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T17:31:51.623628+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T17:31:51.699702+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T17:31:51.701692+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-27T17:31:51.705848+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T17:31:51.705881+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T17:31:51.705901+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T17:31:51.705916+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T17:31:51.705930+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T17:31:51.868765+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T17:31:51.870775+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T18:05:07.350929+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T18:05:07.359569+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-27T18:05:07.374470+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T18:05:07.374510+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T18:05:07.374530+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T18:05:07.374544+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T18:05:07.374559+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T18:05:07.461506+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T18:05:07.470009+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-27T18:05:07.556551+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-27T18:05:07.558656+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-02-27T18:05:07.562606+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-27T18:05:07.562639+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T18:05:07.562658+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-27T18:05:07.562674+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T18:05:07.562687+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-27T18:05:07.655199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-27T18:05:07.657113+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T09:20:21.397825+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T09:20:21.397987+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T09:20:21.433723+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-28T09:20:21.433757+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-28T09:20:21.523645+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-28T09:20:21.523700+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T09:20:21.523722+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T09:20:21.523737+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T09:20:21.523752+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T09:20:21.523717+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-28T09:20:21.523775+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T09:20:21.523803+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T09:20:21.523825+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T09:20:21.523847+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T09:20:21.825014+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T09:20:21.825112+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T09:20:21.831735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T09:20:21.831749+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T11:57:19.430749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T11:57:19.450197+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-28T11:57:19.520405+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-28T11:57:19.520452+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T11:57:19.520472+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T11:57:19.520487+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T11:57:19.520501+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T11:57:19.934370+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T11:57:19.946283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:31.641438+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:31.650895+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-02-28T15:18:32.198988+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:32.215753+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:32.550271+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:32.571365+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:32.572292+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:32.572945+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:33.226103+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:33.238556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:33.285948+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:33.287680+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:33.288571+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:33.288913+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:33.804748+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:33.820403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:33.871740+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:33.873284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:33.874068+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:33.874647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:34.391712+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:34.403633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:34.449962+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:34.451832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:34.452647+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:34.453057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:35.072991+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:35.085319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:35.128759+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:35.130442+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:35.131234+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:35.131730+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:35.725648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:35.727517+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-02-28T15:18:35.759990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-02-28T15:18:36.345182+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:36.356901+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:36.400480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:36.402233+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:36.403084+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:36.403493+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:36.980572+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:18:36.993539+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T15:18:37.040167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:37.042247+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:18:37.043071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:18:37.043638+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T15:57:58.705503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T15:57:58.715814+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-02-28T15:57:58.733609+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-02-28T15:57:58.733657+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T15:57:58.733683+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-02-28T15:57:58.733697+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T15:57:58.733710+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-02-28T15:57:58.842383+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T15:57:58.854201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T23:18:27.085205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-02-28T23:18:27.130427+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-02-28T23:18:27.340330+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T23:18:27.347059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-02-28T23:18:27.347942+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-02-28T23:18:27.348507+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T01:12:35.377361+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T01:12:35.420406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T01:12:35.540008+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T01:12:35.549290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T01:12:35.550231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T01:12:35.550603+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:22.199247+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:22.230453+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-01T12:52:22.309496+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T12:52:22.309553+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:52:22.309576+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:52:22.309594+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:52:22.309611+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:52:22.717362+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:22.737272+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:23.829427+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:23.845106+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:52:24.051606+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:24.053508+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:24.054372+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:24.054924+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:31.262978+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:31.264719+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-01T12:52:31.267782+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T12:52:31.267813+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:52:31.267832+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:52:31.267847+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:52:31.267861+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:52:31.298282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:31.299716+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:32.375610+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:32.387191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:52:32.430831+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:32.432475+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:32.433314+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:32.433867+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:38.267677+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:38.313691+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:52:38.399937+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:38.405253+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:38.406093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:38.406704+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:44.299143+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:44.313017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:52:44.387335+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:44.388899+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:44.389718+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:44.390028+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:51.233944+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:51.246387+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:52:51.291638+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:51.293269+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:51.294324+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:51.294789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:53.638226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:52:53.677369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:52:53.761613+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:53.766386+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:52:53.767183+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:52:53.767826+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:04.227528+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:04.229339+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-01T12:53:04.252421+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T12:53:04.252458+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:53:04.252479+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:53:04.252493+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:53:04.252507+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:53:04.303584+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:04.305339+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:05.056850+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:05.058632+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-01T12:53:05.063413+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T12:53:05.063445+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:53:05.064117+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:53:05.064145+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:53:05.064166+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:53:05.091749+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:05.093370+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:06.440933+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:06.454620+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:06.528510+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:06.530132+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:06.530990+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:06.531363+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:11.675559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:11.713889+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:11.795657+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:11.800083+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:11.800910+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:11.801245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:19.702031+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:19.714133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:19.756956+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:19.758736+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:19.759581+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:19.760118+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:24.319409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:24.332853+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:24.407192+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:24.409026+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:24.409850+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:24.410227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:28.964782+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:29.003122+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:29.086991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:29.091970+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:29.092795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:29.093437+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:32.547098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:32.558579+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:32.600911+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:32.602610+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:32.603413+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:32.603995+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:35.876930+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:35.889029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:35.931948+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:35.933626+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:35.934446+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:35.934813+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:41.386485+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:41.399794+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:41.477480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:41.479177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:41.479978+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:41.480344+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:47.472437+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:47.521660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:47.604346+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:47.608815+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:47.609622+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:47.610012+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:50.523036+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:50.535279+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:50.579042+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:50.580659+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:50.581486+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:50.581955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:55.018708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:55.031172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:55.073976+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:55.075464+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:55.076109+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:55.076584+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:57.146973+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:53:57.160877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:53:57.237647+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:57.239414+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:53:57.240247+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:53:57.240838+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:02.145320+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:02.156956+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:02.199849+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:02.201631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:02.202469+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:02.203035+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:07.203870+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:07.244189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:07.330148+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:07.334974+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:07.335787+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:07.336200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:10.553468+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:10.565525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:10.608096+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:10.609739+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:10.610577+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:10.611085+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:14.792599+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:14.806263+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:14.883849+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:14.885374+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:14.886067+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:14.886433+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:19.288784+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:19.300729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:19.346042+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:19.347321+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:19.348030+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:19.348316+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:22.684234+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:22.722894+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:22.806780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:22.811830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:22.812923+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:22.813351+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:29.432233+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:29.444649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:29.487642+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:29.489253+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:29.490069+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:29.490412+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:33.002887+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:33.016749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:33.090336+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:33.091888+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:33.092697+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:33.093013+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:40.436275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:40.474029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:40.559577+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:40.564350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:40.565163+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:40.565450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:47.196758+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:47.208864+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:47.251670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:47.253516+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:47.254361+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:47.254805+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:49.064529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:49.079014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:49.156381+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:49.158168+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:49.159059+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:49.159439+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:52.658623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:52.670472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:52.713441+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:52.714826+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:52.715471+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:52.715946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:58.960343+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:54:58.999356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:54:59.084709+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:59.089718+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:54:59.090542+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:54:59.091161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:02.697652+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:02.709741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:02.752239+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:02.753963+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:02.755031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:02.755445+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:07.553253+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:07.555050+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-01T12:55:07.562504+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T12:55:07.562539+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:55:07.562558+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:55:07.562572+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:55:07.562585+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:55:07.596128+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:07.597767+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:12.300500+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:12.314313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:12.389777+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:12.391555+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:12.392357+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:12.392739+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:21.288658+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:21.326827+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:21.470433+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:21.474637+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:21.475374+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:21.475841+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:29.925127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:29.938672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:30.020669+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:30.022272+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:30.022922+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:30.023443+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:37.841975+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:37.885712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:37.968991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:37.973802+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:37.974566+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:37.975207+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:49.094108+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:49.108750+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:49.186412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:49.188077+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:49.188892+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:49.189200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:54.091447+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:55:54.132386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:55:54.213453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:54.218227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:55:54.219043+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:55:54.219444+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:01.642842+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:01.654477+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:01.697098+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:01.699045+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:01.699908+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:01.700549+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:09.410046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:09.456852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:09.570960+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:09.575833+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:09.576635+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:09.577072+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:19.052928+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:19.064639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:19.107962+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:19.109752+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:19.110583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:19.111158+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:24.194735+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:24.208752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:24.257162+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:24.258886+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:24.259685+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:24.260427+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:29.338708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:29.379456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:29.491941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:29.496816+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:29.497629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:29.498016+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:32.832986+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:32.844554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:32.887150+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:32.888623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:32.889453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:32.889771+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:37.839444+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:37.851878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:37.897341+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:37.899003+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:37.899810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:37.900285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:43.176082+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:43.187694+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:43.230926+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:43.232394+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:43.233202+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:43.233529+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:48.612019+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:48.651756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:48.770231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:48.776038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:48.776932+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:48.777464+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:54.811813+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:54.823620+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:54.866140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:54.867830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:54.868660+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:54.869314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:59.296689+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:56:59.309404+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:56:59.354224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:59.356008+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:56:59.356943+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:56:59.357306+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:04.714347+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:04.753968+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:04.881951+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:04.886864+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:04.887675+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:04.888372+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:10.905787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:10.917356+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:10.959591+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:10.961272+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:10.962093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:10.962522+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:15.146449+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:15.158792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:15.203980+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:15.205759+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:15.206907+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:15.207631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:19.903914+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:19.961488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:20.097452+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:20.102407+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:20.103440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:20.104152+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:28.583363+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:28.595156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:28.638399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:28.641902+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:28.642751+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:28.643323+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:34.413762+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:34.425944+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:34.471207+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:34.473030+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:34.473854+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:34.474186+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:38.537815+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:38.547228+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-01T12:57:38.594364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-01T12:57:40.181108+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:40.194566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:40.272124+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:40.277030+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:40.277873+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:40.278551+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:44.234152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:44.245707+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:44.288588+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:44.289911+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:44.290579+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:44.290902+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:47.887175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:57:47.899135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:57:47.943058+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:47.944857+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:57:47.945670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:57:47.946021+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:00.509089+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:00.527165+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-01T12:58:03.284105+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:03.297951+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:58:03.402363+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:03.407155+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:03.407957+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:03.408312+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:08.537121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:08.549166+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:58:08.594564+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:08.596529+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:08.597358+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:08.597741+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:15.259699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:15.271625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:58:15.323727+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:15.325580+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:15.326512+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:15.326979+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:19.604072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:19.644877+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:58:19.759132+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:19.763919+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:19.764727+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:19.765084+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:23.836951+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:23.838700+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-01T12:58:23.846120+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T12:58:23.846155+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:58:23.846174+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T12:58:23.846189+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:58:23.846203+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T12:58:23.880059+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:23.881776+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:28.336701+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T12:58:28.348888+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-01T12:58:28.437025+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:28.438720+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T12:58:28.439549+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T12:58:28.439999+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-01T21:02:26.671406+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-01T21:02:26.680608+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-01T21:02:26.696196+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-01T21:02:26.696246+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T21:02:26.696266+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-01T21:02:26.696280+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T21:02:26.696293+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-01T21:02:26.798805+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-01T21:02:26.806438+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-02T10:55:09.892925+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-02T10:55:09.951303+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-02T10:55:10.038043+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-02T10:55:10.038092+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T10:55:10.038113+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T10:55:10.038128+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T10:55:10.038142+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T10:55:10.619502+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-02T10:55:10.644194+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-02T12:23:17.758881+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-02T12:23:17.769307+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-02T12:23:17.894872+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-02T12:23:17.894923+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T12:23:17.894943+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T12:23:17.894957+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T12:23:17.894972+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T12:23:17.991412+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-02T12:23:18.014866+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-02T12:23:18.018276+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-02T12:23:18.018308+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T12:23:18.018327+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T12:23:18.018342+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T12:23:18.018355+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T12:23:18.221676+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-02T12:23:18.221810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-02T12:23:18.241451+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-02T12:23:18.241462+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-02T22:53:34.433746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-02T22:53:34.480146+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-03-02T22:53:34.617813+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-02T22:53:34.617869+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T22:53:34.617890+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-02T22:53:34.617903+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T22:53:34.617922+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-02T22:53:35.267603+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-02T22:53:35.304511+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-04T11:24:18.034096+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-04T11:24:18.079897+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-04T11:24:18.178385+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-04T11:24:18.178436+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-04T11:24:18.178457+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-04T11:24:18.178472+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-04T11:24:18.178487+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-04T11:24:18.735690+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-04T11:24:18.767539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-04T13:00:10.483634+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-04T13:00:10.597433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-04T13:00:11.008560+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-04T13:00:11.028628+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-04T13:00:11.029549+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-04T13:00:11.030064+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-04T17:33:35.436132+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-04T17:33:35.444867+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-04T17:33:35.460043+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-04T17:33:35.460078+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-04T17:33:35.460097+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-04T17:33:35.460111+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-04T17:33:35.460131+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-04T17:33:35.558742+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-04T17:33:35.565939+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-04T17:33:35.871458+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-04T17:33:35.873331+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-04T17:33:35.876657+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-04T17:33:35.876688+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-04T17:33:35.876707+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-04T17:33:35.876721+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-04T17:33:35.876734+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-04T17:33:35.909388+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-04T17:33:35.910980+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-05T16:52:29.376603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-05T16:52:29.424283+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-05T16:52:29.534460+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-05T16:52:29.534513+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:52:29.534533+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:52:29.534549+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:52:29.534565+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:52:30.110128+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-05T16:52:30.144941+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-05T16:52:30.334165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-05T16:52:30.345953+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-05T16:52:30.350184+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-05T16:52:30.350216+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:52:30.350235+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:52:30.350248+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:52:30.350262+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:52:30.625663+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-05T16:52:30.627685+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-05T16:52:34.207539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-05T16:52:34.209514+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"574439"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/574439","method":"GET"} [] [2025-03-05T16:53:13.111254+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-05T16:53:13.122647+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-05T16:53:13.149076+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-05T16:53:13.149113+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:53:13.149132+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:53:13.149147+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:53:13.149161+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:53:13.249861+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-05T16:53:13.255641+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-05T16:53:13.421902+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-05T16:53:13.423862+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-05T16:53:13.427649+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-05T16:53:13.427681+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:53:13.427700+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-05T16:53:13.427714+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:53:13.427728+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-05T16:53:13.542212+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-05T16:53:13.544127+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T06:25:23.746193+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T06:25:23.782924+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T06:25:23.909185+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T06:25:23.909238+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T06:25:23.909260+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T06:25:23.909274+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T06:25:23.909289+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T06:25:24.396499+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T06:25:24.419316+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T08:30:07.261937+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T08:30:07.282262+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T08:30:07.336012+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T08:30:07.336058+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T08:30:07.336078+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T08:30:07.336092+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T08:30:07.336106+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T08:30:07.673584+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T08:30:07.682851+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T18:20:00.480357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T18:20:00.480379+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T18:20:00.542389+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T18:20:00.542448+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T18:20:00.646473+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T18:20:00.646522+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T18:20:00.646543+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T18:20:00.646557+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T18:20:00.646572+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T18:20:00.646571+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T18:20:00.646622+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T18:20:00.646643+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T18:20:00.646658+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T18:20:00.646673+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T18:20:01.258690+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T18:20:01.258712+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T18:20:01.292889+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T18:20:01.293007+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T18:56:29.225494+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T18:56:29.325902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T18:56:29.907368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T18:56:29.914091+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T18:56:29.915047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T18:56:29.915542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:11.891273+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:11.900989+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T21:37:11.916791+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T21:37:11.916831+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:11.916856+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:11.916876+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:11.916901+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:12.009732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:12.016802+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:13.887596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:13.902722+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:13.984471+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:13.986392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:13.987249+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:13.987649+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:15.019630+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:15.031069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:15.074522+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:15.076075+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:15.076938+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:15.077315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:16.097903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:16.109666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:16.153762+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:16.155611+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:16.156468+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:16.157173+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:17.290311+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:17.301809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:17.344048+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:17.345375+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:17.346015+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:17.346611+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:20.622372+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:20.624084+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T21:37:20.627185+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T21:37:20.627218+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:20.627236+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:20.627251+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:20.627265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:20.656152+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:20.657634+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:21.271529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:21.273293+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-06T21:37:21.278106+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T21:37:21.278137+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:21.278821+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:21.278849+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:21.278868+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:21.310028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:21.311731+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:21.885450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:21.896915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:21.939825+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:21.941638+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:21.942514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:21.942986+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:23.034935+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:23.046480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:23.089073+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:23.090997+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:23.091837+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:23.092526+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:24.090849+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:24.102925+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:24.146823+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:24.148406+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:24.149210+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:24.149760+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:25.091046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:25.102731+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:25.145640+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:25.147415+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:25.148243+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:25.148782+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:26.198408+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:26.211751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:26.259103+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:26.261114+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:26.262082+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:26.262601+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:27.409356+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:27.451554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:27.539156+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:27.543896+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:27.544703+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:27.545178+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:28.598602+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:28.610098+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:28.652661+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:28.654492+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:28.655335+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:28.655875+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:29.638835+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:29.652475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:29.728028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:29.729829+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:29.730653+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:29.731016+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:30.787521+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:30.799339+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:30.842482+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:30.844246+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:30.845056+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:30.845455+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:31.948545+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:31.960191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:32.003339+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:32.005043+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:32.005877+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:32.006460+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:32.980430+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:32.991906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:33.034779+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:33.036647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:33.037484+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:33.037972+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:34.399073+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:34.410850+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:34.454415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:34.455817+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:34.456518+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:34.456955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:35.481003+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:35.492472+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:35.535028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:35.536719+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:35.537552+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:35.537870+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:36.678765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:36.690349+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:36.733281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:36.735199+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:36.736087+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:36.736483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:38.317655+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:38.329288+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:38.372486+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:38.374129+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:38.375018+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:38.375515+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:39.407497+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:39.419231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:39.462895+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:39.464757+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:39.465572+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:39.466131+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:40.475517+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:40.487770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:40.532539+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:40.534284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:40.535112+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:40.535652+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:41.498121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:41.509741+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:41.552377+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:41.554106+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:41.554949+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:41.555423+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:43.199060+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:43.237766+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:43.321712+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:43.326314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:43.327023+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:43.327512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:44.291279+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:44.303210+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:44.347423+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:44.349235+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:44.350061+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:44.350783+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:45.332615+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:45.345996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:45.418535+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:45.420331+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:45.421161+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:45.421811+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:46.391698+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:46.403220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:46.445627+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:46.447402+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:46.448227+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:46.448679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:47.636171+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:47.648223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:47.692212+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:47.694049+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:47.694861+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:47.695546+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:48.683434+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:48.695231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:48.738669+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:48.740282+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:48.741145+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:48.741597+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:49.709878+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:49.721645+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:49.765319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:49.766846+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:49.767631+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:49.768110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:50.749769+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:50.761525+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:50.804501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:50.806214+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:50.807033+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:50.807454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:51.883388+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:51.894804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:51.937290+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:51.938955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:51.939807+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:51.940358+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:53.981518+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:53.993391+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:54.036788+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:54.038470+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:54.039247+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:54.039714+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:55.310561+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:55.322403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:55.366614+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:55.368251+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:55.369056+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:55.369560+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:56.388082+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:56.399902+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:56.444272+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:56.445986+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:56.446844+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:56.447274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:57.596737+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:57.598565+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T21:37:57.606049+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T21:37:57.606094+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:57.606114+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:37:57.606129+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:57.606142+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:37:57.641720+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:57.643711+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:58.422990+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:58.462343+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:37:58.550532+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:58.555285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:58.556125+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:37:58.556680+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:37:59.818457+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:37:59.820230+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-06T21:37:59.836455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-06T21:38:00.721325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:00.734767+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:00.810268+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:00.811840+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:00.812651+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:00.813125+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:02.137562+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:02.149077+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:02.191664+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:02.193271+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:02.194152+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:02.194810+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:03.323911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:03.336261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:03.381027+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:03.382437+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:03.383172+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:03.383780+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:04.395010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:04.396750+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-06T21:38:05.260833+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:05.272608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:05.316132+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:05.317714+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:05.318527+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:05.319227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:06.309487+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:06.321176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:06.364871+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:06.366785+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:06.367644+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:06.368353+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:07.707553+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:07.719366+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:07.762814+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:07.764558+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:07.765394+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:07.765883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:08.798049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:08.810018+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-06T21:38:08.853766+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:08.855312+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:08.856167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:08.856673+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-06T21:38:09.940112+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-06T21:38:09.941912+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-06T21:38:09.945022+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-06T21:38:09.945054+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:38:09.945073+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-06T21:38:09.945086+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:38:09.945099+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-06T21:38:09.975219+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-06T21:38:09.976439+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-07T05:37:45.304677+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-07T05:37:45.323057+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-07T05:37:45.386006+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-07T05:37:45.386056+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-07T05:37:45.386077+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-07T05:37:45.386092+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-07T05:37:45.386107+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-07T05:37:45.773771+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-07T05:37:45.781479+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T02:36:38.001299+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T02:36:38.133141+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T02:36:38.786547+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T02:36:38.796274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T02:36:38.797109+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T02:36:38.797693+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T06:29:40.858929+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T06:29:40.873384+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T06:29:40.897268+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T06:29:40.897307+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T06:29:40.897327+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T06:29:40.897341+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T06:29:40.897355+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T06:29:41.082196+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T06:29:41.090539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T06:29:41.202509+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T06:29:41.228184+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T06:29:41.231741+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T06:29:41.231776+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T06:29:41.231796+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T06:29:41.231811+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T06:29:41.231824+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T06:29:41.264378+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T06:29:41.265946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T06:31:01.255469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T06:31:01.264220+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-08T16:57:18.836128+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:18.877320+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T16:57:18.950064+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T16:57:18.950116+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:18.950136+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:18.950151+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:18.950165+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:19.241955+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:19.248582+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:19.558433+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:19.560197+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T16:57:19.563357+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T16:57:19.563389+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:19.563408+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:19.563425+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:19.563439+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:19.594732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:19.596828+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:20.074014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:20.087737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:20.242794+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:20.244515+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:20.245362+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:20.245818+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:23.717324+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:23.728970+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:23.772436+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:23.774337+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:23.775198+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:23.775766+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:26.364237+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:26.375583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:26.417666+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:26.419521+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:26.420340+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:26.420954+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:28.607325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:28.619216+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:28.662646+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:28.664276+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:28.665127+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:28.665696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:30.651699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:30.663240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:30.706384+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:30.708409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:30.709224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:30.710042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:37.076147+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:37.084809+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T16:57:37.100399+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T16:57:37.100436+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:37.100460+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:37.100475+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:37.100489+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:37.187769+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:37.192707+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:38.048834+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:38.050608+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-08T16:57:38.055411+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T16:57:38.055444+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:38.056116+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:57:38.056144+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:38.056163+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:57:38.083360+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:38.085059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:39.421858+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:39.435114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:39.512165+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:39.514185+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:39.515010+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:39.515507+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:40.611000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:40.622418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:40.664816+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:40.666243+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:40.666912+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:40.667417+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:43.038028+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:43.049462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:43.091763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:43.093651+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:43.094661+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:43.095206+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:44.198661+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:44.210245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:44.253284+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:44.254938+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:44.255755+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:44.256307+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:45.248034+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:45.259710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:45.302803+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:45.304687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:45.305507+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:45.306003+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:47.664060+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:47.675755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:47.719035+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:47.720892+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:47.721717+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:47.722284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:50.134054+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:50.147498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:50.195399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:50.197130+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:50.197927+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:50.198770+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:52.541733+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:52.581406+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:52.667478+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:52.672327+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:52.673138+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:52.673687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:54.837673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:54.851328+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:54.924962+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:54.927014+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:54.927997+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:54.928719+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:56.343162+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:56.354843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:56.397736+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:56.399623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:56.400459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:56.401129+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:58.017558+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:58.029497+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:58.073502+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:58.075372+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:58.076192+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:58.076825+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:59.004425+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:57:59.016135+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:57:59.059145+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:59.060987+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:57:59.061811+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:57:59.062627+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:00.828640+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:00.840574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:00.883899+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:00.885816+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:00.886652+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:00.887285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:02.936504+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:02.948214+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:02.991294+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:02.993115+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:02.993930+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:02.994562+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:04.624361+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:04.636633+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:04.680720+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:04.682448+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:04.683262+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:04.683685+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:07.007615+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:07.019280+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:07.062539+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:07.064405+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:07.065237+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:07.065660+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:09.265619+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:09.303388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:09.386702+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:09.391677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:09.392488+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:09.392865+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:10.987099+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:11.000453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:11.072197+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:11.074138+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:11.074972+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:11.075428+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:12.247272+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:12.258967+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:12.301825+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:12.303477+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:12.304300+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:12.304836+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:15.218120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:15.229799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:15.273285+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:15.274926+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:15.275799+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:15.276341+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:16.826361+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:16.838066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:16.882301+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:16.883769+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:16.884594+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:16.884921+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:18.948218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:18.959802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:19.002185+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:19.003735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:19.004550+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:19.004886+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:21.396104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:21.407547+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:21.449986+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:21.451626+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:21.452446+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:21.452789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:24.288601+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:24.326501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:24.410767+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:24.415718+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:24.416459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:24.416963+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:26.301323+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:26.315173+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:26.389095+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:26.390745+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:26.391592+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:26.392088+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:27.842354+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:27.854011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:27.897224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:27.898495+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:27.899204+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:27.899792+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:29.802868+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:29.815804+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:29.862183+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:29.864457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:29.865399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:29.865811+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:32.382070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:32.393733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:32.436435+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:32.438244+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:32.439050+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:32.439811+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:35.882664+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:35.894207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:35.938643+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:35.940392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:35.941232+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:35.941877+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:37.978140+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:37.990238+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:38.033919+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:38.035562+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:38.036387+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:38.037032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:40.251139+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:40.259577+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T16:58:40.274602+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T16:58:40.274642+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:58:40.274662+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:58:40.274678+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:58:40.274693+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:58:40.369427+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:40.374335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:41.975984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:41.990498+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:42.065377+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:42.066937+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:42.067765+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:42.068207+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:44.588547+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:44.590306+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-08T16:58:44.614873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-08T16:58:45.967162+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:45.978534+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:46.020556+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:46.022299+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:46.023128+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:46.023687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:48.121661+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:48.133363+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:48.177307+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:48.179285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:48.180141+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:48.180547+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:50.501661+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:50.513076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:50.555437+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:50.557032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:50.557839+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:50.558425+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:52.713894+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:52.715630+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-08T16:58:53.638161+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:53.651749+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:53.705058+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:53.706486+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:53.707197+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:53.707684+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:55.974559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:56.012480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:56.099056+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:56.103485+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:56.104296+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:56.104709+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:58.514132+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:58:58.527420+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:58:58.600058+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:58.601942+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:58:58.602741+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:58:58.603184+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:59:00.235309+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:59:00.251461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-08T16:59:00.299876+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:59:00.301757+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:59:00.302602+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:59:00.303053+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T16:59:02.097110+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T16:59:02.098975+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T16:59:02.107318+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T16:59:02.107353+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:59:02.107373+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T16:59:02.107387+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:59:02.107400+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T16:59:02.142242+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T16:59:02.143640+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-08T23:35:33.223789+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-08T23:35:33.283519+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-08T23:35:33.400943+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-08T23:35:33.400999+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T23:35:33.401021+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-08T23:35:33.401035+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T23:35:33.401050+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-08T23:35:34.080903+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-08T23:35:34.095112+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T05:56:32.311169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T05:56:32.326589+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-09T05:56:32.327596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T05:56:32.357837+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-09T05:56:32.400994+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-09T05:56:32.401038+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T05:56:32.401058+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T05:56:32.401071+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T05:56:32.401055+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-09T05:56:32.401084+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T05:56:32.401096+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T05:56:32.401116+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T05:56:32.401132+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T05:56:32.401146+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T05:56:32.913096+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T05:56:32.913166+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T05:56:32.932994+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T05:56:32.933059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:32.072706+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T14:37:32.089608+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-09T14:37:32.104848+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-09T14:37:32.104884+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:32.104904+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:32.104919+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:32.104936+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:32.429873+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:32.486881+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:32.735374+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T14:37:32.737229+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-09T14:37:32.741455+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-09T14:37:32.741496+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:32.741522+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:32.741541+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:32.741557+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:32.940723+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:32.942518+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:33.256053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T14:37:33.270671+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-09T14:37:33.430481+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:33.432038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:33.432893+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:33.433441+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:34.139810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T14:37:34.141573+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-09T14:37:34.144672+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-09T14:37:34.144704+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:34.144723+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:34.144738+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:34.144752+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:34.174209+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:34.175984+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:36.090163+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T14:37:36.091908+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-09T14:37:36.095130+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-09T14:37:36.095162+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:36.095181+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-09T14:37:36.095197+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:36.095211+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-09T14:37:36.132008+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:36.133698+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:36.598690+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-09T14:37:36.610742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-09T14:37:36.655085+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:36.656826+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-09T14:37:36.657636+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-09T14:37:36.658251+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T02:30:29.798395+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T02:30:29.850269+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T02:30:29.957788+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T02:30:29.957843+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T02:30:29.957865+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T02:30:29.957879+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T02:30:29.957894+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T02:30:30.568645+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T02:30:30.585331+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T02:30:31.066280+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T02:30:31.068135+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T02:30:31.071365+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T02:30:31.071396+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T02:30:31.071415+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T02:30:31.071430+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T02:30:31.071444+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T02:30:31.102458+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T02:30:31.104261+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T06:56:46.841012+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T06:56:46.864245+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-10T06:56:46.929571+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T06:56:46.929621+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T06:56:46.929642+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T06:56:46.929656+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T06:56:46.929671+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T06:56:47.192695+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T06:56:47.201305+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T07:02:32.174453+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T07:02:32.182449+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-10T07:02:32.252753+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T07:02:32.252808+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T07:02:32.252829+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T07:02:32.252844+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T07:02:32.252859+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T07:02:32.431810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T07:02:32.438620+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T13:50:40.633185+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T13:50:40.644166+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-10T13:50:40.682506+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T13:50:40.682546+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T13:50:40.682566+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T13:50:40.682586+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T13:50:40.682601+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T13:50:40.862394+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T13:50:40.873714+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T13:55:17.296511+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T13:55:17.304594+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-10T13:55:17.319589+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T13:55:17.319627+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T13:55:17.319647+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T13:55:17.319661+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T13:55:17.319675+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T13:55:17.407081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T13:55:17.412308+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T16:24:05.900202+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:24:05.909018+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-10T16:24:05.925019+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T16:24:05.925055+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:24:05.925078+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:24:05.925092+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:24:05.925106+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:24:06.017653+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T16:24:06.025574+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T16:30:43.135501+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:30:43.144281+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-10T16:30:43.159217+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T16:30:43.159256+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:30:43.159275+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:30:43.159290+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:30:43.159304+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:30:43.248163+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T16:30:43.255381+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T16:56:39.740055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:56:39.748922+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T16:56:39.764615+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T16:56:39.764652+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:39.764671+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:39.764686+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:39.764699+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:39.855642+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T16:56:39.863110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T16:56:40.028711+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:56:40.030565+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-10T16:56:40.034255+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T16:56:40.034287+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:40.034305+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:40.034319+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:40.034332+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:40.322417+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T16:56:40.324282+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T16:56:42.606603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:56:42.608519+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2986bc"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/2986bc","method":"GET"} [] [2025-03-10T16:56:51.170446+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:56:51.172346+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T16:56:51.175722+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T16:56:51.175753+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:51.175772+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:51.175786+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:51.175800+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:51.206490+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T16:56:51.208017+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T16:56:51.372011+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T16:56:51.373778+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-10T16:56:51.376975+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T16:56:51.377006+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:51.377025+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T16:56:51.377038+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:51.377051+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T16:56:51.413728+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T16:56:51.415328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T18:55:23.352336+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T18:55:23.361774+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T18:55:23.377804+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T18:55:23.377840+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T18:55:23.377860+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T18:55:23.377873+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T18:55:23.377887+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T18:55:23.470349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T18:55:23.477538+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T18:55:23.605558+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T18:55:23.607580+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T18:55:23.611139+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T18:55:23.611172+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T18:55:23.611193+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T18:55:23.611206+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T18:55:23.611220+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T18:55:23.643816+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T18:55:23.645929+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T23:30:02.937794+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T23:30:02.937804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-10T23:30:03.006792+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T23:30:03.006855+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-10T23:30:03.121341+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T23:30:03.121370+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-10T23:30:03.121394+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T23:30:03.121416+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T23:30:03.121417+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T23:30:03.121431+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T23:30:03.121438+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-10T23:30:03.121451+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T23:30:03.121452+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T23:30:03.121467+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-10T23:30:03.708534+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T23:30:03.708559+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-10T23:30:03.759095+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-10T23:30:03.759104+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T02:18:40.497943+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T02:18:40.563971+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-11T04:42:20.620827+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T04:42:20.661407+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-03-11T04:42:20.764765+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T04:42:20.764821+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T04:42:20.764842+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T04:42:20.764862+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T04:42:20.764876+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T04:42:21.244904+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T04:42:21.252281+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:19:38.398012+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T05:19:38.419945+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-11T05:19:38.460019+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T05:19:38.460063+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T05:19:38.460084+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T05:19:38.460099+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T05:19:38.460114+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T05:19:38.777754+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:19:38.791941+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:01.326451+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T05:20:01.335280+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-11T05:20:01.386306+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T05:20:01.386352+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T05:20:01.386373+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T05:20:01.386388+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T05:20:01.386402+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T05:20:01.646967+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:01.652031+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:06.238743+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T05:20:06.255690+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T05:20:06.543972+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:06.545830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:06.546664+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:06.547076+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:16.494031+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T05:20:16.559361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sitemap.xml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sitemap.xml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sitemap.xml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T05:20:16.685588+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:16.696955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:16.697784+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:16.698188+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:42.198963+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T05:20:42.247123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T05:20:42.478010+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:42.483197+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T05:20:42.484013+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T05:20:42.484376+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:40.263292+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:40.297952+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-11T11:28:40.987089+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:41.016630+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:41.733835+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:41.780703+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:41.781596+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:41.782225+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:42.406629+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:42.419235+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:42.473501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:42.475172+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:42.476000+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:42.476368+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:43.832759+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:43.845457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:43.899457+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:43.901161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:43.902017+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:43.902544+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:44.429291+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:44.441469+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:44.485917+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:44.487490+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:44.488339+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:44.488950+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:46.018527+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:46.030575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:46.075349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:46.076684+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:46.077372+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:46.077820+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:46.803847+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:46.805638+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-11T11:28:46.820360+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-11T11:28:47.452052+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:47.463761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:47.507319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:47.509034+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:47.509867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:47.510368+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:48.527328+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:28:48.539162+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-11T11:28:48.583174+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:48.584828+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:28:48.585642+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:28:48.585959+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:43:50.105429+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:43:50.144206+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-11T11:43:50.210186+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T11:43:50.210236+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T11:43:50.210257+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T11:43:50.210271+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T11:43:50.210285+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T11:43:50.666956+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:43:50.683810+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T11:48:14.950777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T11:48:14.958730+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-11T11:48:14.984470+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T11:48:14.984509+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T11:48:14.984530+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T11:48:14.984546+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T11:48:14.984560+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T11:48:15.087009+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T11:48:15.091939+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T14:48:48.762187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T14:48:48.771266+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-11T14:48:48.798580+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T14:48:48.798621+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T14:48:48.798641+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T14:48:48.798656+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T14:48:48.798670+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T14:48:48.910404+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T14:48:48.918293+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T14:53:22.478817+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T14:53:22.487271+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-11T14:53:22.502692+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T14:53:22.502731+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T14:53:22.502750+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T14:53:22.502763+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T14:53:22.502777+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T14:53:22.593214+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T14:53:22.598454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T14:53:25.802217+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T14:53:25.804133+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-11T14:53:25.807424+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-11T14:53:25.807456+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T14:53:25.807477+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-11T14:53:25.807494+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T14:53:25.807508+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-11T14:53:25.839122+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-11T14:53:25.841269+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-11T22:40:56.476478+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T22:40:56.529188+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-11T23:16:35.038756+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-11T23:16:35.086609+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-12T10:15:37.242385+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T10:15:37.270270+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-12T10:15:37.350404+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T10:15:37.350452+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T10:15:37.350473+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T10:15:37.350487+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T10:15:37.350501+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T10:15:37.747155+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T10:15:37.758547+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T10:30:01.203055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T10:30:01.220006+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-12T10:30:01.274958+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T10:30:01.275001+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T10:30:01.275024+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T10:30:01.275040+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T10:30:01.275054+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T10:30:01.570808+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T10:30:01.577630+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T12:56:27.465003+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T12:56:27.473423+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-12T12:56:27.488155+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T12:56:27.488191+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T12:56:27.488214+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T12:56:27.488229+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T12:56:27.488243+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T12:56:27.576161+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T12:56:27.583492+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T13:18:55.535749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T13:18:55.543892+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-03-12T13:18:55.559069+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T13:18:55.559105+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T13:18:55.559125+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T13:18:55.559140+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T13:18:55.559154+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T13:18:55.663175+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T13:18:55.671068+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T15:56:27.001157+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T15:56:27.026150+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-12T15:56:27.042308+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T15:56:27.042343+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T15:56:27.042363+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T15:56:27.042377+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T15:56:27.042392+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T15:56:27.131284+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T15:56:27.138042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T15:56:27.239030+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T15:56:27.240997+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-12T15:56:27.244723+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T15:56:27.244755+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T15:56:27.244775+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T15:56:27.244790+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T15:56:27.244804+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T15:56:27.277810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T15:56:27.279981+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:20:43.359538+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:20:43.368492+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-12T23:20:43.384580+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T23:20:43.384620+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T23:20:43.384640+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T23:20:43.384654+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T23:20:43.384668+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T23:20:43.472791+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:20:43.480874+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:20:44.926836+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:20:44.928730+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-12T23:20:44.931968+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-12T23:20:44.932000+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T23:20:44.932019+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-12T23:20:44.932034+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T23:20:44.932048+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-12T23:20:44.962374+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:20:44.964121+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:22:58.446789+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:22:58.456410+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-12T23:23:02.756168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:02.772605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:03.082667+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:03.087789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:03.088725+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:03.089046+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:05.291810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:05.303875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:05.348093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:05.349852+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:05.350744+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:05.351078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:05.953206+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:05.964759+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:06.007546+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:06.009250+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:06.010074+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:06.010416+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:07.030711+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:07.042998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:07.087865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:07.089493+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:07.090316+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:07.090894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:07.911021+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:07.922505+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:07.965330+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:07.967038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:07.967909+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:07.968407+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:08.767072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:08.768896+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-12T23:23:08.783117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-12T23:23:09.285555+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:09.297422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:09.341084+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:09.342425+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:09.343156+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:09.343638+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:10.513753+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-12T23:23:10.525581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-12T23:23:10.568950+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:10.570319+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-12T23:23:10.570967+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-12T23:23:10.571441+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:33.981331+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:34.017343+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T09:16:34.100061+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T09:16:34.100115+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:16:34.100137+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:16:34.100151+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:16:34.100165+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:16:34.448817+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:34.459378+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:34.917883+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:34.937039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:16:35.122998+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:35.124724+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:35.125569+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:35.125921+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:39.501236+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:39.502993+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T09:16:39.506103+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T09:16:39.506134+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:16:39.506154+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:16:39.506169+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:16:39.506183+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:16:39.535692+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:39.537392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:40.248522+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:40.260526+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:16:40.306789+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:40.308350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:40.309160+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:40.309534+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:44.836949+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:44.848768+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:16:44.892350+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:44.894451+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:44.895566+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:44.896186+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:49.405710+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:49.471410+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:16:49.658160+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:49.663047+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:49.664199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:49.664670+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:53.687010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:16:53.701311+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:16:53.877322+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:53.878977+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:16:53.879763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:16:53.880174+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:00.683639+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:00.698667+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:00.743546+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:00.745187+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:00.746024+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:00.746603+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:07.899316+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:07.907670+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T09:17:07.933472+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T09:17:07.933510+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:17:07.933531+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:17:07.933545+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:17:07.933559+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:17:08.033430+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:08.038151+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:09.075467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:09.077210+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-13T09:17:09.081964+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T09:17:09.082003+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:17:09.082670+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:17:09.082699+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:17:09.082717+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:17:09.110326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:09.111901+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:13.174092+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:13.188652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:13.264768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:13.266126+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:13.266893+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:13.267218+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:16.158502+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:16.170232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:16.213380+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:16.214657+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:16.215321+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:16.215809+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:27.078216+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:27.117089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:27.201073+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:27.205596+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:27.206435+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:27.206779+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:31.049993+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:31.063494+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:31.142833+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:31.144459+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:31.145342+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:31.145741+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:34.921977+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:34.934527+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:34.978693+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:34.979976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:34.980657+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:34.980954+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:38.445803+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:38.457733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:38.502471+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:38.504323+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:38.505199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:38.505623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:41.265010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:41.277439+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:41.322509+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:41.324032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:41.324755+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:41.325136+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:44.233536+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:44.271255+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:44.353987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:44.358990+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:44.359813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:44.360311+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:49.753489+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:49.768273+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:49.848735+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:49.850200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:49.850893+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:49.851379+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:51.549342+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:51.561433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:51.605224+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:51.606955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:51.607808+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:51.608384+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:53.673606+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:53.686399+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:53.733403+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:53.734894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:53.735547+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:53.735875+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:54.795923+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:54.808119+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:54.859543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:54.861450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:54.862369+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:54.862830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:57.266103+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:17:57.277898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:17:57.320607+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:57.322482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:17:57.323308+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:17:57.323922+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:00.563728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:00.602321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:00.684782+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:00.689551+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:00.690374+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:00.690943+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:02.825125+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:02.837391+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:02.881871+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:02.883655+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:02.884453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:02.884944+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:05.783434+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:05.797019+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:05.870358+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:05.871976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:05.872788+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:05.873141+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:08.461732+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:08.473474+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:08.517384+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:08.519036+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:08.519831+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:08.520150+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:11.123565+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:11.135244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:11.177795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:11.179301+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:11.180081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:11.180439+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:14.232403+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:14.244138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:14.287346+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:14.288968+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:14.289813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:14.290193+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:17.573140+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:17.611802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:17.695305+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:17.699979+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:17.700795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:17.701128+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:21.096214+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:21.109760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:21.184396+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:21.185923+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:21.186763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:21.187232+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:30.557072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:30.569666+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:30.617899+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:30.619621+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:30.620447+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:30.620823+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:33.758689+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:33.800756+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:33.894782+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:33.899804+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:33.900943+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:33.901377+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:34.857953+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:34.869507+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:34.912919+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:34.914333+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:34.915032+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:34.915513+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:35.956972+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:35.969663+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:36.014222+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:36.015950+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:36.016781+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:36.017162+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:39.498863+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:39.512885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:39.591344+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:39.592638+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:39.593326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:39.593772+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:42.800786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:42.802518+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T09:18:42.810044+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T09:18:42.810077+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:18:42.810096+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:18:42.810110+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:18:42.810125+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:18:42.843783+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:42.845382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:44.649627+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:44.661619+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:44.705985+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:44.707396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:44.708101+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:44.708433+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:46.953863+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:46.965326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:47.237273+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:47.239123+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:47.239944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:47.240450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:49.856538+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:49.896699+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:49.984767+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:49.989571+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:49.990392+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:49.990830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:52.098233+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:52.109957+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:52.153803+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:52.155443+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:52.156256+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:52.156601+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:54.580914+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:54.594087+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:54.664920+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:54.666630+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:54.667466+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:54.668019+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:55.861618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:55.873501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:55.917118+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:55.918528+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:55.919183+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:55.919777+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:57.964689+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:57.976182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:58.018784+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:58.020577+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:58.021398+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:58.021863+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:58.947245+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:58.958780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:59.001540+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:59.003448+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:59.004262+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:59.004750+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:59.592087+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:18:59.603751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:18:59.646611+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:59.648607+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:18:59.649432+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:18:59.649927+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:02.318423+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:02.330934+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:02.376121+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:02.377730+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:02.378541+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:02.378888+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:02.938787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:02.950608+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:02.993719+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:02.995541+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:02.996334+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:02.996818+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:04.232053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:04.245770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:04.302852+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:04.304540+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:04.305370+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:04.305712+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:05.289503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:05.331681+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:05.431718+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:05.437057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:05.438070+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:05.438501+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:07.508272+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:07.521217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:07.566480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:07.567899+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:07.568635+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:07.569085+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:10.111417+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:10.126033+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:10.204442+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:10.206122+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:10.206917+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:10.207278+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:13.139886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:13.151513+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:13.194533+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:13.196324+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:13.197169+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:13.197586+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:14.911467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:14.924785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:14.969641+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:14.971373+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:14.972199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:14.972563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:17.686881+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:17.698436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:17.741139+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:17.742772+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:17.743583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:17.743993+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:21.132031+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:21.171780+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:21.256881+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:21.261733+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:21.262780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:21.263416+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:24.344444+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:24.355908+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:24.398536+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:24.400172+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:24.400979+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:24.401291+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:27.709257+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:27.722833+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:27.798000+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:27.799644+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:27.800471+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:27.800894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:30.411146+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:30.423120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:30.467122+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:30.468930+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:30.469794+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:30.470310+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:40.460550+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:40.499504+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:40.584473+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:40.592064+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:40.592883+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:40.593264+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:43.863636+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:43.865402+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-13T09:19:43.882154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-13T09:19:45.110459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:45.123062+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:45.166908+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:45.168439+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:45.169285+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:45.169773+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:47.699202+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:47.711092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:47.755861+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:47.757599+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:47.758420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:47.758801+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:49.894199+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:49.906200+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:49.949685+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:49.951432+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:49.952370+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:49.952866+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:52.373700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:52.375488+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-13T09:19:53.548429+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:53.560299+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:53.605036+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:53.606731+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:53.607623+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:53.608122+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:55.985154+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:56.025778+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:56.112731+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:56.117803+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:56.118626+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:56.119058+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:58.140860+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:19:58.154301+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:19:58.202600+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:58.204623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:19:58.205520+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:19:58.205967+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:20:00.295623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:20:00.309026+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:20:00.382403+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:20:00.383910+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:20:00.384498+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:20:00.384913+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:20:02.921900+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:20:02.923632+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T09:20:02.931127+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T09:20:02.931162+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:20:02.931181+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T09:20:02.931194+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:20:02.931208+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T09:20:02.964503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:20:02.966052+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:20:03.599088+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T09:20:03.610554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T09:20:03.703319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:20:03.705112+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T09:20:03.705938+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T09:20:03.706454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:46.346381+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:46.373287+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:31:46.399732+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:31:46.399773+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:46.399793+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:46.399809+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:46.399823+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:46.539678+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:46.549663+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:49.733365+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:49.735303+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:31:49.738703+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:31:49.738736+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:49.738755+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:49.738770+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:49.738784+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:49.770036+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:49.771653+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:50.019467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:50.034433+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:50.126952+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:50.128671+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:50.129467+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:50.130012+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:51.859297+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:51.871066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:51.914929+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:51.916471+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:51.917269+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:51.917583+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:52.958361+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:52.969969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:53.012654+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:53.014565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:53.015397+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:53.016081+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:53.390607+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:53.402118+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:53.444920+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:53.446696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:53.447516+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:53.448279+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:53.845681+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:53.857973+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:53.905624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:53.907299+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:53.908107+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:53.908714+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:55.192025+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:55.193737+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:31:55.196738+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:31:55.196772+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:55.196791+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:55.196806+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:55.196820+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:55.225879+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:55.227619+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:55.509641+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:55.511410+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-13T19:31:55.516166+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:31:55.516202+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:55.516882+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:31:55.516911+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:55.516932+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:31:55.544942+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:55.546668+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:57.004253+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:57.015721+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:57.057934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:57.059698+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:57.060515+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:57.061057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:57.564304+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:57.575789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:57.618105+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:57.619859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:57.620678+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:57.621215+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:58.485233+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:58.497573+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:58.541353+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:58.542921+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:58.543543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:58.543860+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:59.005852+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:59.017605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:59.060341+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:59.062128+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:59.062962+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:59.063441+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:59.485868+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:31:59.497373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:31:59.539509+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:59.541059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:31:59.541889+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:31:59.542352+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:00.409950+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:00.421491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:00.463970+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:00.465483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:00.466339+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:00.466676+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:01.394491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:01.415993+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:01.475352+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:01.477076+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:01.477912+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:01.478252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:01.782356+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:01.812710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:01.883821+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:01.889139+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:01.889937+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:01.890415+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:02.161247+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:02.172779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:02.216040+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:02.217928+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:02.219016+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:02.219382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:02.553736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:02.565336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:02.607582+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:02.609162+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:02.609972+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:02.610334+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:03.093787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:03.105565+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:03.148445+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:03.149976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:03.150791+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:03.151156+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:04.660872+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:04.672457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:04.715078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:04.716922+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:04.718008+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:04.718440+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:05.342349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:05.356465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:05.435597+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:05.437142+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:05.437955+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:05.438341+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:07.134471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:07.146025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:07.188853+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:07.190366+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:07.191277+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:07.191643+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:07.699160+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:07.711531+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:07.756017+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:07.757780+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:07.758614+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:07.759060+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:08.061246+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:08.073244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:08.116845+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:08.118437+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:08.119259+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:08.119725+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:10.339127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:10.351079+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:10.395157+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:10.396920+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:10.397732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:10.398054+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:11.697147+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:11.708787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:11.751412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:11.753058+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:11.753857+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:11.754275+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:13.240095+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:13.251651+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:13.294186+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:13.295682+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:13.296501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:13.296920+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:14.473994+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:14.486739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:14.530862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:14.532213+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:14.532859+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:14.533336+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:15.091221+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:15.103300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:15.146490+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:15.147910+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:15.148524+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:15.148838+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:16.870775+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:16.910518+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:16.997720+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:17.003125+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:17.003942+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:17.004320+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:22.303856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:22.317783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:22.391913+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:22.393347+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:22.394012+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:22.394406+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:23.186580+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:23.197994+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:23.240865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:23.242379+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:23.243142+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:23.243496+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:23.856312+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:23.868540+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:23.912806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:23.914323+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:23.914986+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:23.915460+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:24.331159+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:24.342770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:24.385825+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:24.387388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:24.388200+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:24.388538+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:25.626611+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:25.638161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:25.680613+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:25.682347+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:25.683179+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:25.683630+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:25.973749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:25.985462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:26.028973+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:26.030626+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:26.031419+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:26.031768+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:26.262607+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:26.274146+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:26.316506+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:26.317817+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:26.318464+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:26.318803+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:26.826386+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:26.838714+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:26.882855+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:26.884446+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:26.885257+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:26.885575+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:28.001168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:28.013615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:28.058070+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:28.059733+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:28.060548+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:28.060869+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:28.474652+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:28.476351+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:32:28.483777+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:32:28.483813+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:32:28.483832+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:32:28.483848+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:32:28.483862+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:32:28.517380+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:28.518837+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:28.690167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:28.702083+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:28.745613+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:28.746998+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:28.747675+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:28.748002+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:29.147392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:29.159292+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:29.202655+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:29.204029+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:29.204788+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:29.205087+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:30.024413+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:30.026165+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-13T19:32:30.041575+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-13T19:32:30.319144+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:30.330693+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:30.375142+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:30.376865+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:30.377678+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:30.378049+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:31.187302+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:31.199918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:31.247079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:31.248851+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:31.249664+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:31.250117+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:31.581401+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:31.593189+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:31.636652+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:31.637976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:31.638600+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:31.639166+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:32.143151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:32.151521+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-13T19:32:32.678270+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:32.689997+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:32.767219+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:32.772020+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:32.772831+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:32.773148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:35.388059+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:35.399641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:35.442829+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:35.444369+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:35.444991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:35.445536+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:35.827457+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:35.839132+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:35.881876+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:35.883739+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:35.884578+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:35.885058+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:37.187592+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:37.199517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:32:37.242867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:37.244615+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:37.245415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:37.246101+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:32:37.478903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:32:37.480716+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:32:37.483806+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:32:37.483839+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:32:37.483859+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:32:37.483874+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:32:37.483888+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:32:37.513788+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:32:37.515363+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:09.092194+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:09.101684+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:33:09.117162+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:33:09.117203+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:09.117223+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:09.117238+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:09.117251+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:09.208446+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:09.212884+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:12.358513+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:12.360261+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:33:12.363276+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:33:12.363308+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:12.363327+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:12.363342+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:12.363355+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:12.393141+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:12.394753+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:12.792657+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:12.806898+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:12.889113+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:12.890616+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:12.891338+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:12.891943+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:13.453861+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:13.465803+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:13.509313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:13.510999+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:13.511807+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:13.512177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:14.938736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:14.950412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:14.993549+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:14.995101+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:14.995683+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:14.995974+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:15.990470+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:16.003050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:16.047562+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:16.049465+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:16.050281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:16.050715+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:16.270079+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:16.281763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:16.325831+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:16.327486+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:16.328308+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:16.328766+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:19.158645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:19.160409+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:33:19.163462+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:33:19.163495+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:19.163514+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:19.163529+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:19.163543+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:19.194442+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:19.196238+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:19.317466+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:19.319371+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-13T19:33:19.324586+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:33:19.324619+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:19.325344+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:19.325373+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:19.325393+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:19.354009+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:19.355475+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:19.730349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:19.742176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:19.786079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:19.788018+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:19.788974+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:19.789613+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:20.041834+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:20.054041+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:20.099639+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:20.101116+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:20.101763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:20.102382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:20.454132+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:20.467624+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:20.512866+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:20.514698+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:20.515611+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:20.516148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:20.867908+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:20.880510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:20.925415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:20.927256+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:20.928095+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:20.928687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:21.393580+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:21.405195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:21.448046+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:21.449622+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:21.450476+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:21.451017+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:22.017226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:22.028830+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:22.071333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:22.072923+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:22.073747+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:22.074207+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:22.384935+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:22.396326+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:22.438894+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:22.440447+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:22.441282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:22.441779+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:22.690069+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:22.701906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:22.745553+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:22.747442+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:22.748292+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:22.748759+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:23.077239+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:23.090897+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:23.142146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:23.144013+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:23.144840+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:23.145345+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:23.345089+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:23.357629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:23.402766+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:23.404764+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:23.405638+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:23.406318+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:23.784075+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:23.795792+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:23.840129+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:23.841730+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:23.842560+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:23.843078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:25.303685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:25.342742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:25.425316+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:25.429745+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:25.430558+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:25.431148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:26.027227+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:26.039167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:26.082711+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:26.084404+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:26.085216+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:26.085689+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:26.886768+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:26.898369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:26.941624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:26.943131+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:26.943744+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:26.944110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:27.209586+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:27.221167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:27.264029+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:27.265896+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:27.266720+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:27.267258+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:27.594239+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:27.605771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:27.648590+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:27.650328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:27.650930+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:27.651431+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:28.043491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:28.057719+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:28.135446+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:28.137238+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:28.138051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:28.138530+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:28.729220+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:28.740899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:28.784328+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:28.786285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:28.787123+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:28.787569+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:29.067626+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:29.079203+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:29.122007+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:29.123806+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:29.124628+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:29.125196+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:29.367959+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:29.379821+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:29.423624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:29.425548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:29.426375+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:29.426984+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:29.684893+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:29.696388+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:29.739289+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:29.741115+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:29.741928+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:29.742465+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:30.042815+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:30.054779+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:30.099211+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:30.101100+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:30.102093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:30.102468+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:30.314126+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:30.326307+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:30.370715+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:30.372542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:30.373405+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:30.374100+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:30.656405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:30.668220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:30.711318+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:30.713078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:30.713914+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:30.714484+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:32.042123+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:32.055609+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:32.103108+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:32.104964+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:32.105872+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:32.106225+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:32.477582+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:32.489940+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:32.534804+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:32.536789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:32.537701+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:32.538208+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:32.827873+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:32.839874+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:32.886523+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:32.888255+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:32.889065+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:32.889716+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:33.197702+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:33.209144+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:33.251656+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:33.253422+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:33.254232+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:33.254691+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:36.151828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:36.166646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:36.220493+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:36.222473+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:36.223333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:36.223804+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:36.507286+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:36.518918+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:36.561891+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:36.563616+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:36.564409+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:36.564825+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:36.920462+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:36.932598+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:36.977254+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:36.979109+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:36.979918+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:36.980290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:37.217037+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:37.228764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:37.271727+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:37.273305+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:37.274150+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:37.274539+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:37.511417+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:37.513205+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:33:37.520247+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:33:37.520282+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:37.520301+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:37.520316+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:37.520330+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:37.553365+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:37.554878+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:37.702115+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:37.715735+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:37.769620+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:37.771338+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:37.772167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:37.772810+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:38.356487+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:38.368131+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:38.410897+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:38.412553+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:38.413474+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:38.413849+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:38.744108+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:38.745970+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-13T19:33:38.760885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-13T19:33:39.019591+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:39.031178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:39.074306+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:39.076177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:39.077012+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:39.077324+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:39.314390+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:39.326215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:39.369139+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:39.370425+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:39.371020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:39.371327+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:39.616398+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:39.627882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:39.671140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:39.672939+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:39.673789+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:39.674308+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:40.502698+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:40.511109+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-13T19:33:40.769375+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:40.781081+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:40.871051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:40.875946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:40.876742+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:40.877199+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:41.157964+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:41.169899+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:41.213242+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:41.214950+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:41.215768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:41.216144+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:42.513949+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:42.525397+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:42.568214+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:42.569871+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:42.570716+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:42.571085+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:43.026510+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:43.038815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-13T19:33:43.081580+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:43.083171+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:43.083993+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:43.084308+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-13T19:33:44.941163+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-13T19:33:44.943045+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-13T19:33:44.946101+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-13T19:33:44.946133+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:44.946153+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-13T19:33:44.946167+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:44.946180+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-13T19:33:44.976138+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-13T19:33:44.977403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T02:45:05.522188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T02:45:05.671763+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T02:45:06.276966+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T02:45:06.300601+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T02:45:06.301536+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T02:45:06.302204+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T02:45:06.920458+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T02:45:06.922477+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T02:45:06.972948+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T02:45:06.973000+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T02:45:06.973023+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T02:45:06.973038+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T02:45:06.973054+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T02:45:07.011670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T02:45:07.013411+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T02:45:07.395910+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T02:45:07.397716+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-14T02:45:07.401409+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T02:45:07.401441+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T02:45:07.401461+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T02:45:07.401475+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T02:45:07.401489+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T02:45:07.651138+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T02:45:07.652830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:26.977654+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:26.993492+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T03:35:27.014264+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T03:35:27.014308+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:27.014328+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:27.014343+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:27.014358+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:27.192322+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:27.210664+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:27.706907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:27.721491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:27.826293+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:27.828125+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:27.828944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:27.829330+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:29.650699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:29.652451+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T03:35:29.655498+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T03:35:29.655530+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:29.655549+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:29.655564+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:29.655578+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:29.684888+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:29.686705+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:30.293058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:30.304480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:30.346862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:30.348551+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:30.349358+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:30.349941+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:32.865032+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:32.876467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:32.919294+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:32.920988+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:32.921800+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:32.922228+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:34.674459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:34.686155+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:34.730670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:34.732059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:34.732762+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:34.733086+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:36.183601+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:36.195879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:36.240459+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:36.242394+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:36.243208+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:36.243774+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:38.205833+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:38.217873+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:38.261892+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:38.263403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:38.264094+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:38.264435+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:42.743246+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:42.762986+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T03:35:42.800510+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T03:35:42.800553+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:42.800573+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:42.800587+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:42.800601+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:42.988245+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:42.993776+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:43.729241+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:43.730967+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-14T03:35:43.735773+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T03:35:43.735806+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:43.736465+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:35:43.736494+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:43.736513+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:35:43.763481+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:43.764976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:51.381754+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:51.395456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:51.496170+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:51.497828+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:51.498629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:51.498974+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:53.231685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:53.243229+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:53.286349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:53.288054+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:53.288893+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:53.289237+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:57.096472+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:57.108178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:57.151304+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:57.152962+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:57.153804+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:57.154388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:59.184298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:35:59.251800+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:35:59.403844+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:59.412750+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:35:59.413799+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:35:59.414492+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:01.186935+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:01.199292+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:01.243256+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:01.244853+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:01.245667+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:01.246022+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:02.917073+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:02.929075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:02.972501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:02.974045+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:02.974851+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:02.975168+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:04.101154+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:04.113011+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:04.156658+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:04.158252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:04.159077+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:04.159438+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:04.973234+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:04.985017+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:05.028304+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:05.030052+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:05.030865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:05.031389+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:07.712570+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:07.726434+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:07.836647+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:07.838390+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:07.839198+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:07.839668+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:09.285462+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:09.298965+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:09.348218+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:09.349685+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:09.350542+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:09.350843+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:10.168226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:10.181461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:10.228550+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:10.230524+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:10.231476+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:10.231847+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:10.932526+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:10.944260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:10.988088+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:10.989822+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:10.990654+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:10.991152+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:12.002391+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:12.014422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:12.059634+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:12.061146+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:12.061994+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:12.062332+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:13.337909+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:13.349383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:13.391795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:13.393222+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:13.394015+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:13.394343+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:15.254161+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:15.330652+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:15.469245+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:15.485544+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:15.486379+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:15.486795+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:16.789554+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:16.801178+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:16.844266+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:16.845886+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:16.846710+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:16.847088+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:19.164632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:19.176233+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:19.219534+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:19.221082+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:19.221926+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:19.222378+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:21.412628+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:21.424558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:21.473743+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:21.475396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:21.476189+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:21.476467+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:23.437364+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:23.451555+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:23.546551+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:23.548070+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:23.548868+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:23.549211+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:25.053730+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:25.065319+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:25.108087+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:25.109274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:25.109872+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:25.110271+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:26.164427+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:26.176546+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:26.219820+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:26.221370+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:26.222183+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:26.222505+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:28.057751+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:28.069529+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:28.112465+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:28.114220+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:28.115306+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:28.115684+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:29.585757+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:29.597246+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:29.639898+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:29.641512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:29.642341+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:29.642774+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:31.733910+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:31.828815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:31.995257+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:32.000411+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:32.001246+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:32.001644+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:33.591268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:33.602913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:33.646414+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:33.647913+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:33.648583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:33.649034+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:35.593242+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:35.604871+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:35.648292+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:35.649842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:35.650675+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:35.651044+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:36.766685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:36.768371+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T03:36:36.775638+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T03:36:36.775674+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:36:36.775693+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:36:36.775708+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:36:36.775723+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:36:36.815247+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:36.816835+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:59.295821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:36:59.358885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:36:59.584368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:59.589242+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:36:59.590068+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:36:59.590601+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:01.153305+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:01.164764+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:01.330798+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:01.332456+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:01.333281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:01.333679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:02.367358+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:02.380405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:02.425813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:02.427495+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:02.428309+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:02.428649+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:03.097814+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:03.109334+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:03.151887+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:03.153392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:03.154219+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:03.154567+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:04.022409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:04.034369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:04.079296+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:04.080894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:04.081927+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:04.082337+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:05.767074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:05.779303+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:05.823371+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:05.824710+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:05.825467+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:05.825897+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:07.965800+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:07.977785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:08.022760+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:08.024191+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:08.024797+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:08.025201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:09.468920+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:09.480402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:09.523189+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:09.525078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:09.526210+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:09.526654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:10.566416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:10.577881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:10.620345+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:10.621814+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:10.622652+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:10.623156+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:12.289565+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:12.301386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:12.345150+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:12.346861+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:12.347703+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:12.348041+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:13.853168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:13.865466+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:13.910968+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:13.912418+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:13.913230+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:13.913560+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:15.669072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:15.744733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:15.933714+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:15.945078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:15.945920+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:15.946457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:16.490967+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:16.502641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:16.545499+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:16.547054+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:16.547885+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:16.548306+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:18.179085+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:18.191463+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:18.236540+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:18.238327+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:18.239155+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:18.239633+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:19.702994+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:19.715268+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:19.759525+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:19.761344+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:19.762210+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:19.762768+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:21.219013+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:21.230626+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:21.273233+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:21.274796+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:21.275390+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:21.275955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:21.867503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:21.879405+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:21.923506+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:21.925305+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:21.926153+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:21.926670+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:22.462608+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:22.474429+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:22.517862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:22.519550+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:22.520238+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:22.520740+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:23.682070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:23.693517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:23.735891+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:23.737341+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:23.738151+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:23.738482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:24.417521+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:24.429236+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:24.472389+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:24.473935+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:24.474780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:24.475296+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:25.845073+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:25.857212+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:25.902313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:25.904015+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:25.904845+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:25.905326+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:28.558767+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:28.570138+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:28.612759+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:28.614311+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:28.615119+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:28.615556+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:31.389521+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:31.554549+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:31.800302+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:31.805218+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:31.806062+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:31.806497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:32.791993+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:32.793851+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-14T03:37:32.810517+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T03:37:33.495913+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:33.507916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:33.551331+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:33.552756+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:33.553461+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:33.553940+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:34.447533+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:34.459004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:34.502233+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:34.504151+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:34.505085+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:34.505439+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:35.854110+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:35.865953+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:35.909360+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:35.910839+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:35.911629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:35.912253+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:37.220497+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:37.222322+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-14T03:37:37.670592+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:37.682495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:37.725600+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:37.726899+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:37.727498+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:37.727826+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:38.590538+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:38.602346+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:38.646894+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:38.648591+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:38.649463+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:38.649864+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:39.341095+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:39.353240+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:39.397017+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:39.398637+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:39.399431+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:39.399837+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:40.949205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:40.960725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:41.003236+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:41.005007+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:41.005806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:41.006280+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:42.693105+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:42.694908+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T03:37:42.751697+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T03:37:42.751745+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:37:42.751765+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T03:37:42.751781+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:37:42.751796+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T03:37:42.792746+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:42.794522+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:44.772600+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T03:37:44.785710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T03:37:44.902217+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:44.903908+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T03:37:44.904730+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T03:37:44.905079+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:30.066821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:30.121054+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_configurator/final"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_configurator/final\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_configurator/final/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:30.255053+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:30.262039+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:30.262984+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:30.263383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:31.280295+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:31.282100+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml&line=0","method":"GET"} [] [2025-03-14T04:39:31.298182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:32.162500+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:32.164298+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fservices.yml&line=0","method":"GET"} [] [2025-03-14T04:39:32.177662+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/services.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/services.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:33.034317+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:33.036706+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fconfig.yml&line=0","method":"GET"} [] [2025-03-14T04:39:33.050100+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/config.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/config.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:33.910746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:33.912484+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=config%2Fparameters.yaml&line=0","method":"GET"} [] [2025-03-14T04:39:33.935244+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/parameters.yaml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/parameters.yaml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:34.823988+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:34.825737+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=config%2Fservices.yaml&line=0","method":"GET"} [] [2025-03-14T04:39:35.378031+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:35.379911+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=config%2Fconfig.yaml&line=0","method":"GET"} [] [2025-03-14T04:39:35.393716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "config/config.yaml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"config/config.yaml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:36.252844+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:36.254596+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=var%2Fcache%2Fdev%2FappDevDebugProjectContainer.xml&line=0","method":"GET"} [] [2025-03-14T04:39:36.272279+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/appDevDebugProjectContainer.xml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/appDevDebugProjectContainer.xml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:37.112940+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:37.114699+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=var%2Fcache%2Fdev%2FApp_KernelDevDebugContainer.xml&line=0","method":"GET"} [] [2025-03-14T04:39:38.057058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:38.058796+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=var%2Fcache%2Fdev%2FsrcApp_KernelDevDebugContainer.xml&line=0","method":"GET"} [] [2025-03-14T04:39:38.082014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/srcApp_KernelDevDebugContainer.xml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/srcApp_KernelDevDebugContainer.xml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:38.939564+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:38.941302+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=var%2Fcache%2Fdev%2FsrcDevDebugProjectContainer.xml&line=0","method":"GET"} [] [2025-03-14T04:39:38.954697+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "var/cache/dev/srcDevDebugProjectContainer.xml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"var/cache/dev/srcDevDebugProjectContainer.xml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-14T04:39:39.832722+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:39.834619+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-14T04:39:40.418028+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:40.431253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_configurator/final"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_configurator/final\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_configurator/final/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:40.480941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:40.482397+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:40.483124+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:40.483734+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:41.514470+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:41.526686+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:41.570727+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:41.572178+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:41.572876+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:41.573500+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:42.592405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:42.604613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:42.649658+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:42.651291+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:42.652117+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:42.652521+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:43.674633+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:43.686612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:43.730093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:43.731548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:43.732146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:43.732703+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:44.757087+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:44.770094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:44.815394+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:44.816970+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:44.817795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:44.818170+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:46.081654+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:46.122920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:46.261278+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:46.268161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:46.268988+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:46.269466+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:47.291995+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:47.304082+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:47.347346+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:47.348950+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:47.349767+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:47.350086+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:48.375151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:48.386746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:48.429440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:48.431191+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:48.432008+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:48.432570+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:49.439059+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:49.451453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:49.495914+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:49.497498+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:49.498341+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:49.498754+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:50.509028+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:50.521422+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:50.566700+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:50.568208+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:50.569024+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:50.569360+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:51.576889+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T04:39:51.589321+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T04:39:51.637702+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:51.639298+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T04:39:51.640141+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T04:39:51.640610+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:02:34.923765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T07:02:34.966960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T07:02:35.090850+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:02:35.097817+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:02:35.098809+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:02:35.099366+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:02:35.516269+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T07:02:35.528183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/microsoft.asc"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/microsoft.asc\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/microsoft.asc/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T07:02:35.573680+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:02:35.575679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:02:35.576776+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:02:35.577186+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:37:37.913220+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T07:37:37.956996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T07:37:38.076778+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:37:38.084201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:37:38.085148+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:37:38.085756+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:37:38.242212+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T07:37:38.244039+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T07:37:38.281874+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T07:37:38.281919+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T07:37:38.281939+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T07:37:38.281954+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T07:37:38.281969+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T07:37:38.339761+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:37:38.341747+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T07:37:38.610851+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T07:37:38.612597+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-14T07:37:38.616177+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T07:37:38.616212+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T07:37:38.616231+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T07:37:38.616246+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T07:37:38.616260+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T07:37:38.813485+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T07:37:38.815005+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T08:10:44.327845+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T08:10:44.371974+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/microsoft.asc"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/microsoft.asc\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/microsoft.asc/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T08:10:44.499206+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T08:10:44.507043+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T08:10:44.507981+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T08:10:44.508383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T08:23:14.556516+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T08:23:14.612199+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T08:23:14.725147+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T08:23:14.732411+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T08:23:14.733399+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T08:23:14.733954+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T08:23:15.014829+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T08:23:15.026924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/microsoft.asc"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/microsoft.asc\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/microsoft.asc/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T08:23:15.071984+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T08:23:15.073678+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T08:23:15.074543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T08:23:15.074906+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:11.834731+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T10:47:11.895232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T10:47:12.070552+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T10:47:12.080126+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:12.081083+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T10:47:12.081458+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:13.188571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T10:47:13.190467+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T10:47:13.201684+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T10:47:13.201718+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T10:47:13.201739+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T10:47:13.201754+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T10:47:13.201769+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T10:47:13.239572+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T10:47:13.241295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:13.398225+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T10:47:13.399961+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-14T10:47:13.403753+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T10:47:13.403786+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T10:47:13.403805+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T10:47:13.403819+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T10:47:13.403832+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T10:47:13.548941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T10:47:13.550443+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:18.282041+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T10:47:18.293727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T10:47:18.336835+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T10:47:18.338553+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:18.339503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T10:47:18.339862+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T10:47:19.926848+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T10:47:19.928570+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"4ab274"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/4ab274","method":"GET"} [] [2025-03-14T12:59:23.013777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T12:59:23.057503+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T12:59:23.171002+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T12:59:23.178640+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T12:59:23.179537+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T12:59:23.180134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T13:27:30.479516+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T13:27:30.525751+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-14T13:27:30.638194+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T13:27:30.647374+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T13:27:30.648285+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T13:27:30.648657+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T13:27:31.200230+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T13:27:31.202090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab274"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4ab274?panel=request","method":"GET"} [] [2025-03-14T13:52:01.930777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T13:52:01.940834+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33ca19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/33ca19?panel=request","method":"GET"} [] [2025-03-14T17:03:25.533821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T17:03:25.542546+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T17:03:25.557458+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T17:03:25.557497+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T17:03:25.557516+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T17:03:25.557530+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T17:03:25.557544+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T17:03:25.647415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T17:03:25.655283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-14T17:03:25.807794+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-14T17:03:25.809883+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-14T17:03:25.813431+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-14T17:03:25.813464+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T17:03:25.813487+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-14T17:03:25.813501+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T17:03:25.813515+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-14T17:03:25.845853+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-14T17:03:25.847345+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T05:00:32.487227+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T05:00:32.487250+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T05:00:32.531258+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T05:00:32.531287+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T05:00:32.634759+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T05:00:32.634773+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T05:00:32.634804+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T05:00:32.634821+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T05:00:32.634826+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T05:00:32.634842+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T05:00:32.634843+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T05:00:32.634856+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T05:00:32.634858+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T05:00:32.634872+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T05:00:33.029794+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T05:00:33.029869+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T05:00:33.040394+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T05:00:33.040478+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T06:47:23.474557+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T06:47:23.497132+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T06:47:23.558898+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T06:47:23.558944+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T06:47:23.558964+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T06:47:23.558978+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T06:47:23.558991+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T06:47:23.980268+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T06:47:23.988054+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T06:47:24.085140+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T06:47:24.110419+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-15T06:47:24.114558+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T06:47:24.114591+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T06:47:24.114610+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T06:47:24.114624+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T06:47:24.114637+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T06:47:24.327072+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T06:47:24.328836+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T10:55:37.551762+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T10:55:37.595556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T10:55:37.923701+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T10:55:37.932823+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T10:55:37.933746+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T10:55:37.934364+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T10:55:38.911085+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T10:55:38.912819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab274"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4ab274?panel=validator","method":"GET"} [] [2025-03-15T13:17:15.172777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:15.181726+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:17:15.198368+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:17:15.198408+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:15.198427+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:15.198442+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:15.198455+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:15.308777+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:15.316290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:19.018608+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:19.020448+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:17:19.023797+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:17:19.023831+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:19.023849+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:19.023864+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:19.023878+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:19.055124+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:19.056765+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:19.715224+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:19.730755+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:19.924060+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:19.925729+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:19.926598+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:19.926928+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:22.154277+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:22.166211+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:22.209619+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:22.211080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:22.211715+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:22.212037+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:23.250973+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:23.262402+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:23.304851+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:23.306283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:23.306863+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:23.307261+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:24.300627+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:24.312364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:24.355228+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:24.356996+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:24.357829+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:24.358180+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:25.382036+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:25.394099+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:25.451542+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:25.453581+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:25.454633+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:25.455051+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:29.075481+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:29.077208+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:17:29.080291+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:17:29.080323+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:29.080342+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:29.080357+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:29.080371+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:29.109712+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:29.111397+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:29.758402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:29.760105+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-15T13:17:29.764855+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:17:29.764887+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:29.765548+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:17:29.765576+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:29.765595+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:17:29.792499+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:29.793721+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:30.580609+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:30.618050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:30.700446+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:30.704945+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:30.705770+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:30.706211+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:31.698037+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:31.709417+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:31.751629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:31.753209+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:31.754038+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:31.754407+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:32.697130+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:32.709183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:32.752525+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:32.754070+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:32.754869+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:32.755207+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:33.879859+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:33.891581+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:33.935892+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:33.937673+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:33.938696+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:33.939126+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:35.062269+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:35.076335+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:35.148207+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:35.149476+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:35.150098+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:35.150371+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:36.321574+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:36.333276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:36.376264+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:36.377829+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:36.378635+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:36.378983+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:37.506097+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:37.517656+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:37.560412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:37.562100+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:37.563123+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:37.563488+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:38.724806+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:38.736372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:38.779591+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:38.781088+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:38.781736+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:38.782104+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:39.898490+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:39.910071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:39.953167+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:39.954920+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:39.955753+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:39.956285+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:40.890114+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:40.901479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:40.943753+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:40.945403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:40.946220+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:40.946762+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:41.957144+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:41.968658+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:42.011433+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:42.013072+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:42.013892+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:42.014426+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:43.033202+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:43.044783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:43.087484+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:43.089187+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:43.090006+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:43.090469+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:44.156310+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:44.168448+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:44.211940+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:44.213224+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:44.213867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:44.214201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:45.233747+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:45.245423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:45.288184+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:45.289647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:45.290491+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:45.290802+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:46.473633+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:46.513489+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:46.598311+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:46.603225+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:46.604020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:46.604424+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:47.764983+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:47.776959+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:47.820242+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:47.822059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:47.822903+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:47.823284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:48.874120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:48.887879+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:48.938507+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:48.940057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:48.940781+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:48.941148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:50.000880+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:50.013247+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:50.057370+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:50.058976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:50.059769+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:50.060366+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:51.089765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:51.103734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:51.178472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:51.180027+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:51.180821+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:51.181149+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:52.298181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:52.310076+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:52.353320+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:52.354840+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:52.355648+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:52.356016+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:53.402975+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:53.414548+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:53.456943+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:53.458718+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:53.459515+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:53.459994+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:54.434152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:54.445723+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:54.488685+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:54.490497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:54.491332+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:54.491859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:55.521226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:55.532881+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:55.575817+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:55.577621+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:55.578512+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:55.578965+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:58.057398+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:58.069040+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:58.112368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:58.114020+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:58.114793+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:58.115493+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:59.301166+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:17:59.312752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:17:59.355206+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:59.356900+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:17:59.357673+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:17:59.358311+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:00.524616+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:00.536243+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:00.580068+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:00.581922+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:00.582751+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:00.583463+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:01.929268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:01.970322+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:02.054688+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:02.059200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:02.060005+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:02.060529+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:03.261648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:03.273453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:03.317865+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:03.319568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:03.320373+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:03.320791+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:04.435407+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:04.446829+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:04.489494+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:04.491314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:04.492135+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:04.492651+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:05.600804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:05.612293+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:05.655051+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:05.656594+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:05.657405+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:05.657843+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:06.772452+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:06.786614+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:06.862784+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:06.864696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:06.865480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:06.866093+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:07.997042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:08.008827+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:08.052827+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:08.054498+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:08.055323+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:08.055900+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:09.239159+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:09.240892+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:18:09.248887+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:18:09.248925+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:09.248944+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:09.248958+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:09.248972+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:09.285433+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:09.287137+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:10.045320+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:10.058567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:10.106994+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:10.108722+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:10.109519+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:10.109873+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:11.176917+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:11.188413+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:11.231989+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:11.233810+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:11.234639+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:11.235092+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:12.207658+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:12.209403+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-15T13:18:12.223895+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-15T13:18:13.096607+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:13.108386+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:13.152194+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:13.153843+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:13.154790+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:13.155190+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:14.107492+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:14.120215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:14.167312+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:14.168872+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:14.169670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:14.169989+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:15.255414+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:15.267014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:15.309746+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:15.310953+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:15.311564+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:15.311851+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:16.620339+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:16.622096+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-15T13:18:17.766649+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:17.805480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:17.891787+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:17.896879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:17.897706+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:17.898142+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:19.033907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:19.046465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:19.092131+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:19.093881+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:19.094934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:19.095330+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:20.052708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:20.064400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:20.107081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:20.108659+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:20.109453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:20.109826+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:21.154461+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:21.166283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:21.209688+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:21.211321+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:21.212122+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:21.212441+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:22.189427+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:22.191164+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:18:22.194180+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:18:22.194212+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:22.194231+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:22.194250+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:22.194264+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:22.223587+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:22.225287+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:41.713242+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:41.721535+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:18:41.735996+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:18:41.736036+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:41.736056+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:41.736071+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:41.736085+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:41.821691+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:41.825936+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:45.281772+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:45.284058+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:18:45.288062+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:18:45.288094+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:45.288113+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:45.288127+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:45.288141+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:45.325400+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:45.327144+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:45.754607+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:45.768364+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:45.846706+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:45.848039+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:45.848691+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:45.849049+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:47.498488+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:47.510739+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:47.554875+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:47.556284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:47.557021+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:47.557328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:48.385564+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:48.397369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:48.440888+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:48.442774+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:48.443595+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:48.444043+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:49.246210+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:49.258207+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:49.301687+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:49.303120+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:49.303746+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:49.304134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:50.094607+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:50.106278+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:50.149084+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:50.150449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:50.151047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:50.151398+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:52.467354+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:52.469091+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:18:52.472152+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:18:52.472184+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:52.472203+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:52.472218+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:52.472232+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:52.501412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:52.503147+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:52.902767+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:52.904552+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-15T13:18:52.909533+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:18:52.909566+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:52.910293+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:18:52.910322+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:52.910342+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:18:52.938619+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:52.940549+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:53.384101+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:53.396337+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:53.440179+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:53.442134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:53.443028+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:53.443683+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:54.388248+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:54.399787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:54.442263+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:54.444041+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:54.444935+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:54.445445+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:55.541557+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:55.553872+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:55.598997+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:55.600934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:55.601737+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:55.602348+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:56.387915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:56.399423+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:56.442120+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:56.443762+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:56.444576+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:56.445075+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:57.444451+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:57.484984+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:57.578733+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:57.583756+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:57.584576+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:57.585169+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:58.452858+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:58.464554+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:58.507890+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:58.509603+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:58.510477+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:58.511042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:59.331764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:18:59.343418+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:18:59.386258+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:59.387886+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:18:59.388741+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:18:59.389394+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:00.194587+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:00.208025+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:00.251905+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:00.253675+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:00.254509+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:00.255238+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:01.051055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:01.064673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:01.134900+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:01.136542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:01.137347+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:01.137881+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:02.016063+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:02.028004+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:02.071691+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:02.073634+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:02.074475+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:02.075133+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:02.892272+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:02.904172+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:02.947507+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:02.949178+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:02.950001+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:02.950505+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:03.871904+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:03.883372+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:03.926013+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:03.927704+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:03.928527+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:03.929003+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:04.737340+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:04.749259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:04.792307+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:04.793951+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:04.794779+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:04.795249+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:05.586482+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:05.598673+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:05.643624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:05.645245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:05.646066+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:05.646805+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:06.458469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:06.470419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:06.513513+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:06.515356+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:06.516237+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:06.516634+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:07.355816+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:07.367595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:07.410537+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:07.412258+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:07.413073+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:07.413627+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:08.200215+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:08.211878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:08.255693+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:08.257559+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:08.258403+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:08.258859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:09.267605+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:09.279167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:09.321790+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:09.323612+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:09.324451+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:09.324891+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:10.143014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:10.155013+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:10.199208+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:10.200992+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:10.201868+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:10.202563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:11.003333+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:11.014782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:11.057450+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:11.059196+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:11.060001+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:11.060449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:11.846103+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:11.858113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:11.901514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:11.902845+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:11.903470+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:11.903817+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:13.026697+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:13.066257+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:13.149957+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:13.154643+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:13.155458+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:13.156018+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:13.954883+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:13.966683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:14.010053+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:14.011993+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:14.012828+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:14.013403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:14.857404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:14.869773+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:14.913033+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:14.914942+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:14.915763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:14.916383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:15.834454+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:15.846270+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:15.889396+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:15.891310+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:15.892116+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:15.892739+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:16.692176+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:16.705374+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:16.778769+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:16.780449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:16.781282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:16.781871+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:17.640981+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:17.652566+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:17.695987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:17.697779+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:17.698588+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:17.699065+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:18.505648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:18.517300+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:18.560268+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:18.561964+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:18.562786+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:18.563363+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:19.378504+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:19.390111+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:19.433351+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:19.434706+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:19.435313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:19.435902+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:20.218745+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:20.230197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:20.272735+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:20.274192+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:20.274795+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:20.275359+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:21.062353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:21.074107+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:21.117396+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:21.119230+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:21.120032+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:21.120696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:21.980989+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:21.992531+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:22.035347+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:22.037265+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:22.038113+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:22.038619+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:22.921519+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:22.923314+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:19:22.930163+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:19:22.930198+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:19:22.930218+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:19:22.930233+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:19:22.930247+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:19:22.964202+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:22.965854+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:23.413556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:23.425271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:23.471259+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:23.472807+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:23.473626+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:23.474134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:24.403535+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:24.415121+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:24.459135+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:24.460654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:24.461393+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:24.461749+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:25.329875+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:25.331739+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-15T13:19:25.346924+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-15T13:19:26.180237+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:26.192891+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:26.243233+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:26.245015+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:26.246126+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:26.246755+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:27.061949+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:27.074183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:27.119693+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:27.121259+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:27.122074+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:27.122404+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:28.101275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:28.141269+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:28.227312+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:28.232266+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:28.233099+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:28.233473+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:29.065872+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:29.067612+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-15T13:19:29.757068+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:29.769048+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:29.813867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:29.815546+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:29.816402+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:29.816720+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:30.634343+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:30.646088+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:30.689483+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:30.690818+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:30.691426+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:30.691745+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:31.525989+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:31.537493+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:31.580052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:31.581925+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:31.582896+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:31.583252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:32.419442+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:32.433403+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T13:19:32.512207+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:32.513754+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:32.514568+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:32.514912+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T13:19:33.466188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T13:19:33.467937+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T13:19:33.471025+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T13:19:33.471057+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:19:33.471076+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T13:19:33.471090+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:19:33.471109+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T13:19:33.500298+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T13:19:33.502132+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T14:43:46.063425+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T14:43:46.084648+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T14:43:46.100345+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T14:43:46.100383+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T14:43:46.100403+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T14:43:46.100417+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T14:43:46.100431+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T14:43:46.202680+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T14:43:46.211172+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T14:43:46.519471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T14:43:46.521432+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-15T14:43:46.525494+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T14:43:46.525528+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T14:43:46.525548+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T14:43:46.525562+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T14:43:46.525576+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T14:43:46.744918+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T14:43:46.746497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T15:01:32.271180+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T15:01:32.320312+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T15:01:32.449182+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T15:01:32.456563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T15:01:32.457467+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T15:01:32.457955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T15:01:32.867455+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T15:01:32.869211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=validator","method":"GET"} [] [2025-03-15T18:36:12.874612+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:36:12.924274+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T18:36:13.039965+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T18:36:13.046643+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T18:36:13.047565+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T18:36:13.048134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T18:36:13.319745+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:36:13.321761+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984/search/results?ip=3.134.112.111","method":"GET"} [] [2025-03-15T18:36:13.656225+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:36:13.657974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=translation","method":"GET"} [] [2025-03-15T18:41:30.914335+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:41:30.923655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=router","method":"GET"} [] [2025-03-15T18:52:20.489039+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:52:20.497355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=notifier","method":"GET"} [] [2025-03-15T18:52:20.626148+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:52:20.628447+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=security","method":"GET"} [] [2025-03-15T18:55:00.694749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:55:00.703857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=time","method":"GET"} [] [2025-03-15T18:57:25.386364+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T18:57:25.394730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=events","method":"GET"} [] [2025-03-15T19:02:57.523744+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:02:57.532944+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=http_client","method":"GET"} [] [2025-03-15T19:24:46.123861+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:24:46.132690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=config","method":"GET"} [] [2025-03-15T19:30:12.513335+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:30:12.513411+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:30:12.522469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=doctrine_migrations","method":"GET"} [] [2025-03-15T19:30:12.522508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=cache","method":"GET"} [] [2025-03-15T19:30:12.670942+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-15T19:32:57.901828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:32:57.901719+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:32:57.911415+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-15T19:32:57.911628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=dump","method":"GET"} [] [2025-03-15T19:32:57.927100+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T19:32:57.927139+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T19:32:57.927159+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T19:32:57.927173+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T19:32:57.927186+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T19:32:57.997101+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T19:32:58.004110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T19:32:58.156573+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:32:58.158478+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-15T19:32:58.162087+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-15T19:32:58.162120+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T19:32:58.162138+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-15T19:32:58.162152+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T19:32:58.162166+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-15T19:32:58.256417+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T19:32:58.258294+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T19:52:27.397788+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:52:27.442261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-15T19:52:27.561642+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T19:52:27.569398+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T19:52:27.570432+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-15T19:52:27.571182+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-15T19:52:27.846103+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:52:27.847918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=db","method":"GET"} [] [2025-03-15T19:55:17.441583+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-15T19:55:17.449950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=logger","method":"GET"} [] [2025-03-16T00:16:23.397058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:16:23.448799+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T00:16:23.683055+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T00:16:23.690143+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T00:16:23.690956+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T00:16:23.691542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T00:16:24.147445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:16:24.149196+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=logger","method":"GET"} [] [2025-03-16T00:16:24.214471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:16:24.216996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=time","method":"GET"} [] [2025-03-16T00:16:24.548696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:16:24.548696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:16:24.550496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=db","method":"GET"} [] [2025-03-16T00:16:24.550495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=dump","method":"GET"} [] [2025-03-16T00:16:24.716744+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:16:24.718622+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-16T00:23:43.860499+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:23:43.860616+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:23:43.869832+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=197","method":"GET"} [] [2025-03-16T00:23:43.869975+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=202","method":"GET"} [] [2025-03-16T00:23:43.971074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:23:44.013089+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=187","method":"GET"} [] [2025-03-16T00:23:44.171539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:23:44.173460+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=111","method":"GET"} [] [2025-03-16T00:23:44.258925+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:23:44.261446+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=133","method":"GET"} [] [2025-03-16T00:28:57.905624+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:28:57.914316+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=620","method":"GET"} [] [2025-03-16T00:28:57.918841+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:28:57.921047+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=365","method":"GET"} [] [2025-03-16T00:28:58.114304+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:28:58.116194+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=262","method":"GET"} [] [2025-03-16T00:28:58.224848+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:28:58.226699+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=192","method":"GET"} [] [2025-03-16T00:28:58.395746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:28:58.397519+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=380","method":"GET"} [] [2025-03-16T00:31:38.013843+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:31:38.022178+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1646","method":"GET"} [] [2025-03-16T00:31:38.036428+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:31:38.038862+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=196","method":"GET"} [] [2025-03-16T00:31:38.212953+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:31:38.214816+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=258","method":"GET"} [] [2025-03-16T00:31:38.309195+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:31:38.311054+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=135","method":"GET"} [] [2025-03-16T00:31:38.510786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:31:38.512513+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=622","method":"GET"} [] [2025-03-16T00:34:19.051629+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:34:19.051639+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:34:19.060485+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1072","method":"GET"} [] [2025-03-16T00:34:19.060606+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1887","method":"GET"} [] [2025-03-16T00:34:19.214098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:34:19.215986+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1655","method":"GET"} [] [2025-03-16T00:34:19.362270+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:34:19.364296+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1934","method":"GET"} [] [2025-03-16T00:34:19.486645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:34:19.488447+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1939","method":"GET"} [] [2025-03-16T00:37:02.868052+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:37:02.868058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:37:02.876639+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle%2FMonologBundle.php&line=30","method":"GET"} [] [2025-03-16T00:37:02.876820+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Ftwig%2Fextra-bundle%2FTwigExtraBundle.php&line=18","method":"GET"} [] [2025-03-16T00:37:02.977972+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:37:02.979987+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fdebug-bundle%2FDebugBundle.php&line=23","method":"GET"} [] [2025-03-16T00:37:03.080902+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:37:03.082824+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1885","method":"GET"} [] [2025-03-16T00:37:03.256886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:37:03.258719+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1082","method":"GET"} [] [2025-03-16T00:39:49.782321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:39:49.789054+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:39:49.791363+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=59","method":"GET"} [] [2025-03-16T00:39:49.791383+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=48","method":"GET"} [] [2025-03-16T00:39:49.976955+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:39:49.978949+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfiler.php&line=161","method":"GET"} [] [2025-03-16T00:39:50.069451+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:39:50.071719+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Ferror-handler%2FDebugClassLoader.php&line=331","method":"GET"} [] [2025-03-16T00:39:50.266595+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:39:50.268417+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=26","method":"GET"} [] [2025-03-16T00:42:49.968575+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:42:49.978107+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=230","method":"GET"} [] [2025-03-16T00:42:49.998257+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:42:50.000716+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-server-bundle%2FWebServerBundle.php&line=23","method":"GET"} [] [2025-03-16T00:42:50.173663+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:42:50.175957+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-server-bundle%2FWebServerBundle.php&line=21","method":"GET"} [] [2025-03-16T00:42:50.253506+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:42:50.255378+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FFrameworkBundle.php&line=91","method":"GET"} [] [2025-03-16T00:42:50.456248+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:42:50.458061+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfiler.php&line=137","method":"GET"} [] [2025-03-16T00:45:40.338774+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:45:40.338904+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:45:40.348019+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FWebProfilerBundle.php&line=19","method":"GET"} [] [2025-03-16T00:45:40.348063+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=51","method":"GET"} [] [2025-03-16T00:45:40.527963+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:45:40.529894+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2Fsrc%2FDoctrineBundle.php&line=37","method":"GET"} [] [2025-03-16T00:45:40.619590+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:45:40.621514+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-server-bundle%2FWebServerBundle.php&line=19","method":"GET"} [] [2025-03-16T00:45:40.816792+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:45:40.818577+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=222","method":"GET"} [] [2025-03-16T00:48:24.928158+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:48:24.937208+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FEnvelopeListener.php&line=43","method":"GET"} [] [2025-03-16T00:48:24.939499+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:48:24.941871+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FMySQLSchemaManager.php&line=56","method":"GET"} [] [2025-03-16T00:48:25.139044+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:48:25.140939+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FMySQLSchemaManager.php&line=58","method":"GET"} [] [2025-03-16T00:48:25.229325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:48:25.231185+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=64","method":"GET"} [] [2025-03-16T00:48:25.423596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:48:25.425327+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=34","method":"GET"} [] [2025-03-16T00:59:39.978199+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:59:39.978199+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:59:39.990235+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=47","method":"GET"} [] [2025-03-16T00:59:39.990333+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=60","method":"GET"} [] [2025-03-16T00:59:40.030647+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:59:40.033123+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=91","method":"GET"} [] [2025-03-16T00:59:40.210527+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:59:40.212403+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=118","method":"GET"} [] [2025-03-16T00:59:40.299332+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T00:59:40.301463+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=125","method":"GET"} [] [2025-03-16T01:02:22.976124+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:02:22.976196+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:02:22.984949+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fruntime%2FRunner%2FSymfony%2FHttpKernelRunner.php&line=33","method":"GET"} [] [2025-03-16T01:02:22.984982+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FException%2FConnectionException.php&line=10","method":"GET"} [] [2025-03-16T01:02:23.144959+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:02:23.146835+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=325","method":"GET"} [] [2025-03-16T01:02:23.223539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:02:23.225553+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=312","method":"GET"} [] [2025-03-16T01:02:23.429167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:02:23.430967+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fruntime%2FRunner%2FSymfony%2FHttpKernelRunner.php&line=35","method":"GET"} [] [2025-03-16T01:04:52.479559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:04:52.487766+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} [] [2025-03-16T01:04:52.501350+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:04:52.503821+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=1778","method":"GET"} [] [2025-03-16T01:04:52.689801+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:04:52.691677+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=1776","method":"GET"} [] [2025-03-16T01:04:52.788706+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:04:52.790650+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=143","method":"GET"} [] [2025-03-16T01:04:52.984389+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:04:52.986117+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSessionListener.php&line=31","method":"GET"} [] [2025-03-16T01:07:37.676342+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:07:37.680837+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:07:37.684876+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=66","method":"GET"} [] [2025-03-16T01:07:37.684878+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=108","method":"GET"} [] [2025-03-16T01:07:37.881151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:07:37.883102+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=78","method":"GET"} [] [2025-03-16T01:07:37.964131+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:07:37.966026+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=39","method":"GET"} [] [2025-03-16T01:07:38.166363+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:07:38.168250+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageLoggerListener.php&line=41","method":"GET"} [] [2025-03-16T01:09:57.955125+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:09:57.963547+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-03-16T01:09:58.047190+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:09:58.049177+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-link%2FEventListener%2FAddLinkHeaderListener.php&line=39","method":"GET"} [] [2025-03-16T01:09:58.171826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:09:58.173726+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Ferror-handler%2FException%2FSilencedErrorContext.php&line=19","method":"GET"} [] [2025-03-16T01:09:58.322092+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:09:58.323931+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=122","method":"GET"} [] [2025-03-16T01:15:06.639210+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:15:06.648455+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=76","method":"GET"} [] [2025-03-16T01:15:06.655900+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:15:06.658305+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=30","method":"GET"} [] [2025-03-16T01:15:06.849736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:15:06.851625+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=370","method":"GET"} [] [2025-03-16T01:15:06.948571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:15:06.950470+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-03-16T01:17:46.107039+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:17:46.161202+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T01:17:46.861388+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T01:17:46.884932+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T01:17:46.885785+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T01:17:46.886429+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T01:17:47.242005+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:17:47.244035+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FUserProviderListener.php&line=35","method":"GET"} [] [2025-03-16T01:17:47.410654+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:17:47.412421+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=154","method":"GET"} [] [2025-03-16T01:17:47.538139+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:17:47.540152+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=134","method":"GET"} [] [2025-03-16T01:17:47.732235+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:17:47.734012+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=375","method":"GET"} [] [2025-03-16T01:22:47.095217+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:22:47.095200+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:22:47.095228+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:22:47.103931+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FCsrfProtectionListener.php&line=35","method":"GET"} [] [2025-03-16T01:22:47.103944+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=239","method":"GET"} [] [2025-03-16T01:22:47.103996+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FStreamedResponseListener.php&line=32","method":"GET"} [] [2025-03-16T01:22:47.222071+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:22:47.223926+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=108","method":"GET"} [] [2025-03-16T01:25:20.467345+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:25:20.467308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:25:20.476399+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php&line=101","method":"GET"} [] [2025-03-16T01:25:20.476423+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FExpressionVoter.php&line=27","method":"GET"} [] [2025-03-16T01:25:20.655742+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:25:20.657748+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAuthenticatorManagerListener.php&line=23","method":"GET"} [] [2025-03-16T01:25:20.689382+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:25:20.691242+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php&line=32","method":"GET"} [] [2025-03-16T01:27:53.915557+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:27:53.924406+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=27","method":"GET"} [] [2025-03-16T01:27:53.968134+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:27:53.970608+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FDependencyInjection%2FMainConfiguration.php&line=73","method":"GET"} [] [2025-03-16T01:27:54.129082+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:27:54.131064+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FCheckCredentialsListener.php&line=50","method":"GET"} [] [2025-03-16T01:27:54.251962+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:27:54.253870+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FSensioFrameworkExtraBundle.php&line=23","method":"GET"} [] [2025-03-16T01:30:17.427672+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:30:17.427672+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:30:17.456286+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fframework-bundle%2FEventListener%2FSuggestMissingPackageSubscriber.php&line=46","method":"GET"} [] [2025-03-16T01:30:17.456480+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FCsrfTokenClearingLogoutListener.php&line=32","method":"GET"} [] [2025-03-16T01:30:17.481350+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:30:17.483686+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FCollector%2FMigrationsCollector.php&line=43","method":"GET"} [] [2025-03-16T01:30:17.680778+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:30:17.682675+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FCollector%2FMigrationsCollector.php&line=33","method":"GET"} [] [2025-03-16T01:32:56.678428+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:32:56.678594+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:32:56.687178+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=225","method":"GET"} [] [2025-03-16T01:32:56.687197+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=215","method":"GET"} [] [2025-03-16T01:32:56.822611+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:32:56.824577+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=78","method":"GET"} [] [2025-03-16T01:32:56.912715+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T01:32:56.914704+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=76","method":"GET"} [] [2025-03-16T05:01:51.304694+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:01:51.325110+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-16T05:01:52.346165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:01:52.371116+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:01:52.859039+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:52.867311+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:52.868220+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:52.868864+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:54.467499+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:01:54.479892+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:01:54.527556+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:54.529388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:54.530252+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:54.530892+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:56.249673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:01:56.261309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:01:56.304150+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:56.305803+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:56.306639+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:56.306999+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:57.953828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:01:57.965218+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:01:58.008027+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:58.009889+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:01:58.010711+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:01:58.011272+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:02:02.640713+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:02:02.652407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:02:02.695363+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:02:02.697078+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:02:02.697878+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:02:02.698433+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:02:07.327412+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:02:07.335619+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-16T05:02:07.401039+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-16T05:02:12.105270+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:02:12.125453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:02:12.403923+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:02:12.409717+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:02:12.410553+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:02:12.411011+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:02:16.508900+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:02:16.521499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:02:16.564817+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:02:16.566557+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:02:16.567334+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:02:16.567767+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:53:46.510721+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:53:46.556839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T05:53:46.670635+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:53:46.677450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:53:46.678379+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T05:53:46.678928+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T05:53:47.095188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:53:47.096928+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5/search/results?ip=18.117.110.119","method":"GET"} [] [2025-03-16T05:59:06.508687+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T05:59:06.518286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=exception","method":"GET"} [] [2025-03-16T06:01:59.812143+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:01:59.861987+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T06:01:59.976612+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T06:01:59.983907+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T06:01:59.984833+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T06:01:59.985307+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T06:04:42.132070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:04:42.140441+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=91","method":"GET"} [] [2025-03-16T06:07:38.387274+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:07:38.396032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=notifier","method":"GET"} [] [2025-03-16T06:10:17.490987+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:10:17.500099+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=249","method":"GET"} [] [2025-03-16T06:12:59.625830+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:12:59.634916+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=86","method":"GET"} [] [2025-03-16T06:15:42.983560+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:15:42.992439+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=translation","method":"GET"} [] [2025-03-16T06:18:32.907648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:18:32.917042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=events","method":"GET"} [] [2025-03-16T06:18:32.907674+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:18:32.933913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T06:18:33.135146+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T06:24:19.611442+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:24:19.628095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=validator","method":"GET"} [] [2025-03-16T06:27:03.811000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:27:03.819508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=router","method":"GET"} [] [2025-03-16T06:27:03.826765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:27:03.844011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=db","method":"GET"} [] [2025-03-16T06:32:26.710118+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:32:26.719038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=form","method":"GET"} [] [2025-03-16T06:35:06.033945+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:35:06.042901+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=139","method":"GET"} [] [2025-03-16T06:37:56.109738+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:37:56.118988+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-03-16T06:40:37.832356+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:40:37.841121+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=logger","method":"GET"} [] [2025-03-16T06:43:24.238119+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:43:24.246957+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=mailer","method":"GET"} [] [2025-03-16T06:48:50.571177+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:48:50.571193+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:48:50.580069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=security","method":"GET"} [] [2025-03-16T06:48:50.580066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=request","method":"GET"} [] [2025-03-16T06:51:42.394696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:51:42.403261+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=223","method":"GET"} [] [2025-03-16T06:54:33.423473+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:54:33.463051+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T06:54:33.576343+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T06:54:33.584005+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T06:54:33.584903+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T06:54:33.585254+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T06:54:33.883972+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:54:33.886345+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=135","method":"GET"} [] [2025-03-16T06:54:34.092903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:54:34.095106+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=220","method":"GET"} [] [2025-03-16T06:57:25.289849+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T06:57:25.298467+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=twig","method":"GET"} [] [2025-03-16T07:00:20.831959+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T07:00:20.842055+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-03-16T07:00:20.899656+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T07:00:20.902201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=http_client","method":"GET"} [] [2025-03-16T07:00:21.058314+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T07:00:21.060276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=time","method":"GET"} [] [2025-03-16T07:08:23.264290+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T07:08:23.272819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=config","method":"GET"} [] [2025-03-16T07:11:17.452568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T07:11:17.461011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40","method":"GET"} [] [2025-03-16T08:42:19.846005+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T08:42:19.889637+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T08:42:20.030140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T08:42:20.115522+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T08:42:20.116472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T08:42:20.117327+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T08:42:20.786660+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T08:42:20.798428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T08:42:20.843469+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T08:42:20.845131+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T08:42:20.845977+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T08:42:20.846583+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T09:15:26.831739+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T09:15:26.880490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T09:15:26.993383+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T09:15:27.006909+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T09:15:27.007814+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T09:15:27.008248+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T09:15:27.412864+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T09:15:27.414670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.117.110.119","method":"GET"} [] [2025-03-16T09:31:08.223278+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T09:31:08.231798+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} [] [2025-03-16T09:47:40.328940+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T09:47:40.338256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=exception","method":"GET"} [] [2025-03-16T09:49:58.786627+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T09:49:58.795703+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=111","method":"GET"} [] [2025-03-16T10:01:25.694402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:01:25.702941+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FRouter.php&line=257","method":"GET"} [] [2025-03-16T10:04:15.967923+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:04:15.976581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=request","method":"GET"} [] [2025-03-16T10:06:34.179830+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:06:34.180008+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:06:34.190255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=twig","method":"GET"} [] [2025-03-16T10:06:34.190282+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FIcon%2Fsymfony.svg&line=1","method":"GET"} [] [2025-03-16T10:09:04.297350+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:09:04.306277+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_item.html.twig&line=1","method":"GET"} [] [2025-03-16T10:09:04.297424+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:09:04.316753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=mailer","method":"GET"} [] [2025-03-16T10:09:04.477199+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:09:04.479235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=dump","method":"GET"} [] [2025-03-16T10:11:47.817803+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:11:47.826770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=exception","method":"GET"} [] [2025-03-16T10:11:47.841856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:11:47.868412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=form","method":"GET"} [] [2025-03-16T10:14:49.709897+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:14:49.719230+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.html.twig&line=1","method":"GET"} [] [2025-03-16T10:14:49.737863+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:14:49.760912+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=events","method":"GET"} [] [2025-03-16T10:14:49.928960+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:14:49.930977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest","method":"GET"} [] [2025-03-16T10:17:31.396175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:17:31.438717+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T10:17:31.563495+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T10:17:31.570518+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T10:17:31.571448+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T10:17:31.571991+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T10:17:31.840421+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:17:31.842181+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=logger","method":"GET"} [] [2025-03-16T10:20:12.252350+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:20:12.261102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=cache","method":"GET"} [] [2025-03-16T10:30:25.367886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:30:25.376896+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Fbase_js.html.twig&line=1","method":"GET"} [] [2025-03-16T10:30:25.367823+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:30:25.395804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=db","method":"GET"} [] [2025-03-16T10:33:06.526864+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:33:06.535938+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40/search/results?ip=18.117.110.119","method":"GET"} [] [2025-03-16T10:35:24.980962+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:35:24.990022+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=mailer","method":"GET"} [] [2025-03-16T10:35:24.981018+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:35:24.999079+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} [] [2025-03-16T10:50:12.697645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:50:12.706473+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FIcon%2Fclose.svg&line=1","method":"GET"} [] [2025-03-16T10:50:12.714496+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:50:12.732585+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=twig","method":"GET"} [] [2025-03-16T10:52:54.204143+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:52:54.247204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T10:52:54.362905+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T10:52:54.369801+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T10:52:54.370724+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T10:52:54.371320+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T10:52:55.439806+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:52:55.441557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=mailer","method":"GET"} [] [2025-03-16T10:55:59.596566+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:55:59.604970+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T10:55:59.608186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:55:59.625986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=http_client","method":"GET"} [] [2025-03-16T10:55:59.753257+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T10:59:18.189034+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T10:59:18.197913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=form","method":"GET"} [] [2025-03-16T11:04:01.815409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:04:01.823747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=twig","method":"GET"} [] [2025-03-16T11:05:08.549817+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:05:08.558480+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FLogger.php&line=23","method":"GET"} [] [2025-03-16T11:10:45.424176+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:10:45.433140+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=notifier","method":"GET"} [] [2025-03-16T11:16:27.815793+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:16:27.824223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=security","method":"GET"} [] [2025-03-16T11:19:29.812299+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:19:29.853621+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T11:19:29.976974+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T11:19:29.984171+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T11:19:29.985107+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T11:19:29.985889+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T11:19:30.259839+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:19:30.261577+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_js.html.twig&line=1","method":"GET"} [] [2025-03-16T11:19:30.428984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:19:30.430753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=router","method":"GET"} [] [2025-03-16T11:26:26.895541+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:26:26.904365+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=translation","method":"GET"} [] [2025-03-16T11:31:10.066818+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:31:10.076549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=mailer","method":"GET"} [] [2025-03-16T11:32:03.767767+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:32:03.776076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=exception","method":"GET"} [] [2025-03-16T11:33:47.280831+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:33:47.289853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=form","method":"GET"} [] [2025-03-16T11:41:14.093703+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:41:14.102110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=form","method":"GET"} [] [2025-03-16T11:44:40.656284+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:44:40.656275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:44:40.665114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=time","method":"GET"} [] [2025-03-16T11:44:40.665172+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f/search/results?ip=3.143.254.11","method":"GET"} [] [2025-03-16T11:47:12.939023+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:47:12.939042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:47:12.948170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=exception","method":"GET"} [] [2025-03-16T11:47:12.948194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=notifier","method":"GET"} [] [2025-03-16T11:55:56.491880+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T11:55:56.501801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=db","method":"GET"} [] [2025-03-16T12:01:40.696985+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:01:40.697125+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:01:40.705604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=logger","method":"GET"} [] [2025-03-16T12:01:40.705732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=security","method":"GET"} [] [2025-03-16T12:01:40.851048+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:01:40.853201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=cache","method":"GET"} [] [2025-03-16T12:07:11.128397+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:07:11.137105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=events","method":"GET"} [] [2025-03-16T12:10:05.589103+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:10:05.597925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=http_client","method":"GET"} [] [2025-03-16T12:15:30.971136+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:15:30.979419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=validator","method":"GET"} [] [2025-03-16T12:15:31.009813+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:15:31.012430+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=dump","method":"GET"} [] [2025-03-16T12:22:55.874952+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:22:55.914427+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:22:56.024851+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:22:56.038085+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:22:56.039000+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:22:56.039583+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:22:56.315187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:22:56.317292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=request","method":"GET"} [] [2025-03-16T12:25:38.373090+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:25:38.382275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=config","method":"GET"} [] [2025-03-16T12:31:06.558003+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:31:06.566920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=router","method":"GET"} [] [2025-03-16T12:33:52.752419+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:33:52.761633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=twig","method":"GET"} [] [2025-03-16T12:39:13.886924+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:39:13.886964+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:39:13.895249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1","method":"GET"} [] [2025-03-16T12:39:13.895372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T12:39:14.016161+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T12:46:11.566951+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:11.623486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:11.740989+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:11.748281+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:11.749282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:11.749768+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:12.294038+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:12.305569+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:12.351078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:12.352395+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:12.353023+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:12.353380+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:13.207068+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:13.208862+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-16T12:46:13.226556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-16T12:46:13.844850+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:13.857152+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:13.900991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:13.902754+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:13.903605+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:13.904092+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:14.500826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:14.502666+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-16T12:46:14.955053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:14.967743+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:15.012231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:15.013584+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:15.014315+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:15.014713+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:16.091139+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:16.102893+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:16.145937+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:16.147497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:16.148312+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:16.148697+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:16.685204+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:16.696775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:16.740723+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:16.742243+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:16.742876+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:16.743316+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:17.346038+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:17.357926+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:17.401029+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:17.402701+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:17.403501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:17.403935+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:32.726845+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:32.766927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T12:46:32.880752+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:32.885348+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:32.886267+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T12:46:32.886931+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T12:46:33.861571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T12:46:33.863390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=exception","method":"GET"} [] [2025-03-16T13:19:10.723825+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T13:19:10.732954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=mailer","method":"GET"} [] [2025-03-16T13:52:13.174422+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T13:52:13.217730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T13:52:13.338047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T13:52:13.345565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T13:52:13.346385+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T13:52:13.346827+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T13:52:14.377031+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T13:52:14.379101+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=twig","method":"GET"} [] [2025-03-16T14:02:04.644348+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T14:02:04.685545+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T14:02:04.799690+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T14:02:04.806678+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T14:02:04.807608+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T14:02:04.808166+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T14:02:05.210735+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T14:02:05.212468+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5","method":"GET"} [] [2025-03-16T14:18:58.778153+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T14:18:58.787295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=form","method":"GET"} [] [2025-03-16T14:59:15.332812+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T14:59:15.374649+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T14:59:15.489966+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T14:59:15.497416+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T14:59:15.498352+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T14:59:15.498803+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T14:59:16.419171+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T14:59:16.421006+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FRememberMe%2FResponseListener.php&line=33","method":"GET"} [] [2025-03-16T14:59:16.433168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T14:59:16.435663+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} [] [2025-03-16T15:00:09.414142+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:00:09.461412+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T15:00:09.589048+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T15:00:09.594269+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T15:00:09.595140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T15:00:09.595555+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T15:05:46.420671+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:05:46.429017+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=46","method":"GET"} [] [2025-03-16T15:19:06.816968+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:19:06.816968+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:19:06.826438+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FSecurityBundle.php&line=54","method":"GET"} [] [2025-03-16T15:19:06.826614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=cache","method":"GET"} [] [2025-03-16T15:24:43.551655+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:24:43.560190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=translation","method":"GET"} [] [2025-03-16T15:30:17.758369+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:30:17.766773+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=350","method":"GET"} [] [2025-03-16T15:30:54.147836+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:30:54.189053+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T15:30:54.301992+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T15:30:54.309942+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T15:30:54.310885+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T15:30:54.311404+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T15:30:54.734221+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:30:54.736226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=time","method":"GET"} [] [2025-03-16T15:35:57.259010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:35:57.259212+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:35:57.268716+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=validator","method":"GET"} [] [2025-03-16T15:35:57.268864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=dump","method":"GET"} [] [2025-03-16T15:36:59.440202+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:36:59.449178+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=352","method":"GET"} [] [2025-03-16T15:40:33.758626+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:40:33.758632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:40:33.767996+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=translation","method":"GET"} [] [2025-03-16T15:40:33.768009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.143.254.11","method":"GET"} [] [2025-03-16T15:43:19.257351+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:43:19.265862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=mailer","method":"GET"} [] [2025-03-16T15:45:39.143148+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:45:39.151453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=logger","method":"GET"} [] [2025-03-16T15:48:38.759941+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:48:38.760104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:48:38.769148+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=twig","method":"GET"} [] [2025-03-16T15:48:38.769295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=security","method":"GET"} [] [2025-03-16T15:50:27.756118+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:50:27.764936+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T15:50:27.811362+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T15:50:27.811406+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T15:50:27.811427+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T15:50:27.811442+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T15:50:27.811457+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T15:50:27.934631+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T15:50:27.944485+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T15:50:28.669568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:50:28.671393+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T15:50:28.674613+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T15:50:28.674646+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T15:50:28.674666+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T15:50:28.674681+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T15:50:28.674696+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T15:50:28.705619+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T15:50:28.707295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T15:54:10.443026+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:54:10.452142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=events","method":"GET"} [] [2025-03-16T15:54:10.489665+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:54:10.492120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=config","method":"GET"} [] [2025-03-16T15:54:10.672035+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:54:10.673778+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=router","method":"GET"} [] [2025-03-16T15:59:35.375513+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T15:59:35.384864+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T15:59:35.505022+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T16:13:15.173072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:13:15.182572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=cache","method":"GET"} [] [2025-03-16T16:18:48.594568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:18:48.603420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=db","method":"GET"} [] [2025-03-16T16:21:34.217308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:21:34.225531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=http_client","method":"GET"} [] [2025-03-16T16:26:29.988645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:26:29.997833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=request","method":"GET"} [] [2025-03-16T16:31:14.806878+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:31:14.849541+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T16:31:14.982556+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T16:31:14.991983+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T16:31:14.992908+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T16:31:14.993579+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T16:31:15.272386+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:31:15.274247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=notifier","method":"GET"} [] [2025-03-16T16:34:04.224630+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:34:04.234114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=exception","method":"GET"} [] [2025-03-16T16:42:27.961377+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:42:27.961533+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T16:42:27.970711+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=form","method":"GET"} [] [2025-03-16T16:42:27.970885+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1/search/results?ip=3.143.254.11","method":"GET"} [] [2025-03-16T17:48:47.636905+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:48:47.645351+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:48:47.676116+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:48:47.676161+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:48:47.676182+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:48:47.676196+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:48:47.676210+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:48:47.799629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:48:47.807139+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:48:52.920943+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:48:52.935561+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:48:53.015996+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:48:53.017833+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:48:53.018781+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:48:53.019357+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:48:55.805932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:48:55.807698+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:48:55.810737+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:48:55.810768+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:48:55.810787+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:48:55.810801+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:48:55.810814+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:48:55.840410+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:48:55.842110+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:48:56.821127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:48:56.832640+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:48:56.875535+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:48:56.877363+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:48:56.878244+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:48:56.878642+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:00.746396+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:00.757916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:00.800477+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:00.801861+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:00.802807+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:00.803374+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:03.277160+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:03.326904+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:03.411578+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:03.416203+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:03.416909+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:03.417413+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:04.430894+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:04.442594+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:04.485563+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:04.487164+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:04.487832+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:04.488211+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:07.222913+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:07.234797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:07.278148+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:07.279809+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:07.280621+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:07.281163+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:12.616142+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:12.617843+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:49:12.625247+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:49:12.625281+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:49:12.625301+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:49:12.625316+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:49:12.625329+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:49:12.658407+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:12.660179+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:13.368699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:13.370443+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-16T17:49:13.375200+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:49:13.375233+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:49:13.375901+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:49:13.375930+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:49:13.375949+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:49:13.403227+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:13.404828+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:15.493145+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:15.506225+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:15.579275+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:15.580850+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:15.581711+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:15.582070+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:17.884947+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:17.896615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:17.940185+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:17.941846+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:17.942677+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:17.943165+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:20.630928+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:20.675552+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:20.794349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:20.799241+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:20.800008+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:20.800513+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:21.759507+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:21.771008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:21.813965+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:21.815480+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:21.816082+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:21.816490+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:24.146496+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:24.158261+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:24.201497+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:24.203183+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:24.203835+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:24.204339+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:26.972389+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:26.984084+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:27.026793+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:27.028588+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:27.029402+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:27.029944+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:29.075054+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:29.086613+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:29.129551+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:29.131180+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:29.131985+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:29.132411+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:31.163205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:31.176572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:31.252702+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:31.254600+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:31.255421+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:31.255897+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:33.350659+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:33.362373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:33.405195+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:33.406682+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:33.407491+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:33.407842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:35.810523+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:35.848927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:35.931514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:35.935917+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:35.936713+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:35.937102+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:38.728145+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:38.739765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:38.782889+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:38.784548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:38.785352+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:38.785669+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:41.461131+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:41.472610+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:41.514934+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:41.516520+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:41.517164+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:41.517505+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:43.475661+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:43.487999+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:43.532957+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:43.534823+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:43.535655+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:43.536008+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:44.677755+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:44.689277+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:44.731704+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:44.733454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:44.734241+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:44.734725+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:47.106590+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:47.120426+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:47.196563+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:47.198098+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:47.198878+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:47.199247+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:48.929915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:48.941761+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:48.985412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:48.986883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:48.987711+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:48.988050+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:50.930703+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:50.969253+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:51.053478+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:51.058063+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:51.058846+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:51.059199+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:53.073178+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:53.084734+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:53.127316+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:53.128791+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:53.129592+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:53.129953+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:57.089555+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:49:57.101476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:49:57.147273+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:57.149157+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:49:57.149969+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:49:57.150417+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:00.820130+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:00.832220+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:00.876522+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:00.878148+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:00.878955+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:00.879565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:04.352715+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:04.365839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:04.438091+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:04.439973+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:04.440961+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:04.441467+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:05.396353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:05.407844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:05.450691+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:05.452459+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:05.453281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:05.453706+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:06.453116+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:06.492436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:06.578055+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:06.582537+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:06.583297+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:06.583647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:09.618677+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:09.630653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:09.673819+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:09.675584+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:09.676410+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:09.677048+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:10.760065+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:10.772094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:10.816127+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:10.817966+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:10.818803+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:10.819322+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:16.042303+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:16.053809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:16.096009+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:16.097592+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:16.098441+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:16.098842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:17.707554+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:17.718960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:17.761031+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:17.762882+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:17.763687+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:17.764275+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:21.179747+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:21.193725+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:21.272517+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:21.274482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:21.275616+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:21.276259+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:24.358653+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:24.397777+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:24.483163+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:24.488315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:24.489140+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:24.489537+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:26.168526+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:26.180428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:26.223283+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:26.224937+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:26.225763+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:26.226331+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:26.907671+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:26.919133+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:26.961427+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:26.963097+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:26.963942+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:26.964457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:28.101267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:28.112835+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:28.155823+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:28.157314+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:28.158138+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:28.158585+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:30.574541+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:30.576311+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:50:30.584069+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:50:30.584104+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:50:30.584125+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:50:30.584139+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:50:30.584153+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:50:30.618575+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:30.620228+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:31.817989+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:31.830069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:31.872596+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:31.874123+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:31.874733+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:31.875047+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:33.117425+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:33.129009+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:33.171557+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:33.172997+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:33.173780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:33.174103+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:34.650390+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:34.652296+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-16T17:50:34.668022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-16T17:50:36.153851+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:36.165662+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:36.209139+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:36.210701+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:36.211565+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:36.211954+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:37.655151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:37.669187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:37.746661+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:37.748316+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:37.749126+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:37.749460+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:40.585517+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:40.626438+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:40.715254+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:40.719980+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:40.720821+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:40.721347+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:41.818293+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:41.820019+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-16T17:50:42.601059+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:42.612775+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:42.656969+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:42.658506+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:42.659367+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:42.659745+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:44.761306+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:44.773050+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:44.816590+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:44.818144+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:44.818990+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:44.819449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:46.456549+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:46.468208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:46.511725+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:46.513071+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:46.513783+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:46.514107+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:47.898526+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:47.910495+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:47.953705+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:47.955366+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:47.956161+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:47.956632+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:50.172699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:50.174522+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:50:50.182457+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:50:50.182492+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:50:50.182511+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:50:50.182526+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:50:50.182540+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:50:50.217146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:50.218896+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:50.894698+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:50:50.906537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:50:51.018874+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:51.020399+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:50:51.021195+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:50:51.021613+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:20.887444+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:20.896208+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:52:20.911696+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:52:20.911737+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:20.911757+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:20.911771+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:20.911785+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:21.003057+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:21.008866+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:27.689997+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:27.704742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:52:27.783489+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:27.785056+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:27.785897+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:27.786410+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:29.574978+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:29.576734+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:52:29.579891+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:52:29.579923+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:29.579942+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:29.579956+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:29.579969+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:29.611082+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:29.612446+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:30.021406+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:30.033075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:52:30.076562+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:30.078457+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:30.079299+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:30.079836+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:31.390957+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:31.402639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:52:31.445592+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:31.447298+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:31.448122+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:31.448657+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:31.865117+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:31.876878+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:52:31.920420+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:31.921955+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:31.922649+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:31.923172+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:34.794786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:34.806785+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:52:34.851387+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:34.853185+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:34.853996+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:34.854484+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:35.698213+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:35.712746+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:52:35.760262+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:35.761951+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:35.762754+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:35.763409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:44.751342+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:44.759568+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:52:44.774109+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:52:44.774148+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:44.774168+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:44.774182+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:44.774196+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:44.860304+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:44.865275+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:52:45.686809+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:52:45.688581+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-16T17:52:45.693457+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:52:45.693491+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:45.694205+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:52:45.694234+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:45.694253+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:52:45.721381+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:52:45.723136+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:21.920093+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:21.959392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:22.090751+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:22.096038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:22.096950+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:22.097481+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:27.048223+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:27.060260+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:27.106091+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:27.107654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:27.108475+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:27.109032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:28.433626+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:28.445085+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:28.488181+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:28.489881+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:28.490726+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:28.491538+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:30.338352+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:30.355476+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:30.401160+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:30.402784+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:30.403603+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:30.403998+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:31.873899+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:31.885612+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:31.928807+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:31.930410+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:31.931225+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:31.931766+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:32.900708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:32.912278+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:32.955057+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:32.956758+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:32.957571+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:32.958057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:33.719982+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:33.731906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:33.774811+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:33.776442+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:33.777243+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:33.777609+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:34.524232+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:34.535964+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:34.578916+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:34.580531+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:34.581351+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:34.581704+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:35.311370+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:35.323182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:35.365999+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:35.367684+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:35.368508+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:35.368805+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:36.362523+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:36.374059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:36.417233+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:36.419103+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:36.419940+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:36.420414+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:37.007928+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:37.046216+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:37.153238+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:37.158061+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:37.158876+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:37.159203+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:38.595182+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:38.607091+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:38.650881+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:38.652382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:38.653085+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:38.653481+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:41.193181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:41.205221+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:41.248444+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:41.250178+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:41.250999+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:41.251558+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:42.352796+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:42.364296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:42.406526+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:42.408271+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:42.409108+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:42.409623+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:43.257107+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:43.268743+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:43.311857+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:43.313669+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:43.314571+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:43.315071+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:43.754453+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:43.766016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:43.808832+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:43.810622+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:43.811443+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:43.811914+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:44.942683+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:44.954223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:44.997013+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:44.998848+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:44.999663+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:45.000238+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:45.770134+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:45.781715+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:45.827360+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:45.828940+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:45.829583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:45.830107+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:47.201589+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:47.213188+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:47.256456+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:47.260383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:47.261180+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:47.261642+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:48.954513+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:48.967814+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:49.015476+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:49.017043+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:49.017872+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:49.018388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:51.692508+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:51.704154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:51.747103+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:51.748931+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:51.749756+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:51.750150+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:53.393048+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:53.435452+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:53.550574+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:53.555517+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:53.556443+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:53.556798+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:54.265324+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:54.277453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:54.320295+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:54.322161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:54.323114+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:54.323620+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:55.269214+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:55.280748+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:55.323310+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:55.324833+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:55.325662+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:55.325971+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:57.063783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:57.075885+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:57.126387+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:57.127964+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:57.128787+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:57.129108+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:59.857680+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:53:59.869020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:53:59.911220+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:59.912986+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:53:59.913821+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:53:59.914161+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:00.736433+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:00.748604+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:00.793299+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:00.795032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:00.795854+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:00.796296+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:03.089905+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:03.101760+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:03.145155+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:03.146800+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:03.147614+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:03.148129+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:04.230467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:04.242247+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:04.285273+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:04.286953+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:04.287786+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:04.288328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:05.867879+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:05.882370+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:05.929681+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:05.931224+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:05.932055+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:05.932395+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:07.011523+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:07.024068+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:07.069117+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:07.070705+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:07.071529+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:07.071935+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:08.029628+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:08.041428+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:08.084710+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:08.086284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:08.087165+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:08.087649+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:09.353413+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:09.362283+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:54:09.378800+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:54:09.378838+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:54:09.378858+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:54:09.378871+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:54:09.378885+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:54:09.470326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:09.475244+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:10.049764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:10.063514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:10.146894+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:10.148357+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:10.149018+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:10.149534+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:11.334236+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:11.346601+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:11.390988+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:11.392702+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:11.393535+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:11.393896+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:47.399945+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:47.408226+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-16T17:54:47.449123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-16T17:54:48.404498+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:48.417729+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:48.497179+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:48.502512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:48.503406+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:48.503789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:50.518664+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:50.531787+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:50.578401+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:50.580057+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:50.580905+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:50.581335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:51.232070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:51.246407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:51.299101+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:51.300647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:51.301479+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:51.302027+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:53.193751+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:53.195535+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-16T17:54:54.111517+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:54.123191+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:54.167136+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:54.168832+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:54.169674+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:54.170017+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:55.240819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:55.254123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:55.301289+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:55.302933+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:55.303749+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:55.304080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:56.506729+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:56.520716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:56.566165+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:56.567692+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:56.568498+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:56.568880+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:58.370295+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:54:58.383028+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:54:58.427260+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:58.428831+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:54:58.429695+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:54:58.430049+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:55:33.255543+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:55:33.264694+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-16T17:55:33.280657+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-16T17:55:33.280693+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:55:33.280712+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-16T17:55:33.280726+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:55:33.280744+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-16T17:55:33.371201+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:55:33.379022+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:55:33.773817+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T17:55:33.799949+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T17:55:33.927479+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:55:33.929033+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T17:55:33.929885+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T17:55:33.930241+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:05:52.644246+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:05:52.700066+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T18:05:52.815718+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T18:05:52.823622+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:05:52.824559+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T18:05:52.825095+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:05:53.096847+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:05:53.098712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca","method":"GET"} [] [2025-03-16T18:05:53.215410+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:05:53.228590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T18:05:53.275072+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T18:05:53.276968+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:05:53.277686+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T18:05:53.278170+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:05:53.430895+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:05:53.442490+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T18:05:53.485344+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T18:05:53.487133+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:05:53.487978+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T18:05:53.488431+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T18:08:48.340631+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:08:48.340637+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:08:48.349158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60","method":"GET"} [] [2025-03-16T18:08:48.349281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=db","method":"GET"} [] [2025-03-16T18:11:36.602700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:11:36.602753+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:11:36.611172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=time","method":"GET"} [] [2025-03-16T18:11:36.611323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=db","method":"GET"} [] [2025-03-16T18:14:06.491873+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:14:06.491998+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:14:06.501670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=dump","method":"GET"} [] [2025-03-16T18:14:06.501844+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=form","method":"GET"} [] [2025-03-16T18:16:12.912865+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:16:12.918544+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:16:12.922250+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=twig","method":"GET"} [] [2025-03-16T18:16:12.922448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=form","method":"GET"} [] [2025-03-16T18:18:29.757475+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:18:29.757638+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:18:29.766420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=twig","method":"GET"} [] [2025-03-16T18:18:29.766564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=dump","method":"GET"} [] [2025-03-16T18:20:51.016914+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:20:51.025994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=cache","method":"GET"} [] [2025-03-16T18:20:51.053900+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:20:51.056634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=time","method":"GET"} [] [2025-03-16T18:23:10.197720+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:23:10.197775+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:23:10.207280+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=cache","method":"GET"} [] [2025-03-16T18:23:10.207297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=config","method":"GET"} [] [2025-03-16T18:25:31.925421+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:25:31.925432+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:25:31.935271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=mailer","method":"GET"} [] [2025-03-16T18:25:31.935287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=logger","method":"GET"} [] [2025-03-16T18:27:52.519439+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:27:52.519557+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:27:52.528700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=config","method":"GET"} [] [2025-03-16T18:27:52.528733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=events","method":"GET"} [] [2025-03-16T18:30:10.972446+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:30:10.972335+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:30:10.981174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=events","method":"GET"} [] [2025-03-16T18:30:10.981178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=router","method":"GET"} [] [2025-03-16T18:32:29.110946+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:32:29.120235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=logger","method":"GET"} [] [2025-03-16T18:34:51.519722+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:34:51.529107+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=mailer","method":"GET"} [] [2025-03-16T18:37:23.194867+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:37:23.203746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=request","method":"GET"} [] [2025-03-16T18:40:21.380300+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:40:21.389254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=request","method":"GET"} [] [2025-03-16T18:43:15.054481+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:43:15.063273+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=security","method":"GET"} [] [2025-03-16T18:45:34.531642+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:45:34.540699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=notifier","method":"GET"} [] [2025-03-16T18:47:53.434174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:47:53.442572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=notifier","method":"GET"} [] [2025-03-16T18:50:24.920572+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:50:24.929923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=security","method":"GET"} [] [2025-03-16T18:52:43.286000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:52:43.294781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=validator","method":"GET"} [] [2025-03-16T18:54:20.945169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:54:20.953925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=exception","method":"GET"} [] [2025-03-16T18:56:39.608181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:56:39.617009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=exception","method":"GET"} [] [2025-03-16T18:59:18.468091+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T18:59:18.477431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=validator","method":"GET"} [] [2025-03-16T19:01:37.326065+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:01:37.334989+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=http_client","method":"GET"} [] [2025-03-16T19:03:55.555307+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:03:55.564560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=translation","method":"GET"} [] [2025-03-16T19:06:14.613938+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:06:14.657969+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T19:06:14.776915+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T19:06:14.784565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T19:06:14.785551+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T19:06:14.785959+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T19:06:15.170947+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:06:15.172781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=http_client","method":"GET"} [] [2025-03-16T19:08:34.984346+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:08:34.993177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=translation","method":"GET"} [] [2025-03-16T19:09:38.354808+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:09:38.364182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T19:09:38.495117+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T19:11:56.822205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:11:56.831012+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T19:11:56.940864+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T19:15:30.608459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:15:30.617381+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07/search/results?ip=18.218.24.244","method":"GET"} [] [2025-03-16T19:21:12.235865+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T19:21:12.245045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f","method":"GET"} [] [2025-03-16T20:31:01.663801+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:31:01.718320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T20:31:01.859681+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T20:31:01.869047+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T20:31:01.869953+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T20:31:01.870617+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T20:31:02.285301+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:31:02.287378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=db","method":"GET"} [] [2025-03-16T20:31:02.328892+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:31:02.331036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=db","method":"GET"} [] [2025-03-16T20:33:09.120074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:33:09.128616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=time","method":"GET"} [] [2025-03-16T20:33:09.161636+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:33:09.164314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=dump","method":"GET"} [] [2025-03-16T20:35:44.911904+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:35:44.920006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=dump","method":"GET"} [] [2025-03-16T20:35:45.065393+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:35:45.067496+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=twig","method":"GET"} [] [2025-03-16T20:38:02.949696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:38:02.957857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=time","method":"GET"} [] [2025-03-16T20:38:03.087194+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:38:03.089307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=form","method":"GET"} [] [2025-03-16T20:40:44.116738+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:40:44.124841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=cache","method":"GET"} [] [2025-03-16T20:40:44.135588+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:40:44.138113+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=twig","method":"GET"} [] [2025-03-16T20:43:25.804651+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:43:25.804620+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:43:25.813645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=cache","method":"GET"} [] [2025-03-16T20:43:25.813726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=router","method":"GET"} [] [2025-03-16T20:46:08.429735+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:46:08.438352+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=events","method":"GET"} [] [2025-03-16T20:46:08.466146+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:46:08.468717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=logger","method":"GET"} [] [2025-03-16T20:48:52.061145+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:48:52.068791+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:48:52.070794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=mailer","method":"GET"} [] [2025-03-16T20:48:52.071380+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=config","method":"GET"} [] [2025-03-16T20:51:29.156742+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:51:29.165673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=config","method":"GET"} [] [2025-03-16T20:53:53.057868+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:53:53.066975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=events","method":"GET"} [] [2025-03-16T20:56:21.333653+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:56:21.343152+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=mailer","method":"GET"} [] [2025-03-16T20:59:16.400486+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T20:59:16.409456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=logger","method":"GET"} [] [2025-03-16T21:01:57.330500+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:01:57.339618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=router","method":"GET"} [] [2025-03-16T21:04:32.783409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:04:32.791866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=request","method":"GET"} [] [2025-03-16T21:06:54.221988+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:06:54.230491+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=request","method":"GET"} [] [2025-03-16T21:09:30.910536+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:09:30.921351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=security","method":"GET"} [] [2025-03-16T21:10:54.109600+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:10:54.117833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=notifier","method":"GET"} [] [2025-03-16T21:13:35.487954+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:13:35.499534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=security","method":"GET"} [] [2025-03-16T21:16:13.916179+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:16:13.925343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=exception","method":"GET"} [] [2025-03-16T21:18:33.709338+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:18:33.718521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=validator","method":"GET"} [] [2025-03-16T21:21:18.206888+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:21:18.215533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=exception","method":"GET"} [] [2025-03-16T21:23:47.336969+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:23:47.345597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=validator","method":"GET"} [] [2025-03-16T21:26:23.722849+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:26:23.732200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=http_client","method":"GET"} [] [2025-03-16T21:28:54.874875+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:28:54.883584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=translation","method":"GET"} [] [2025-03-16T21:31:19.055135+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:31:19.097534+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T21:31:19.234077+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T21:31:19.240674+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T21:31:19.241586+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T21:31:19.242200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T21:31:19.526573+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:31:19.528554+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=translation","method":"GET"} [] [2025-03-16T21:33:58.121853+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:33:58.130618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=http_client","method":"GET"} [] [2025-03-16T21:36:19.567830+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:36:19.576472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T21:36:19.689881+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T21:38:37.031209+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:38:37.040618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=doctrine_migrations","method":"GET"} [] [2025-03-16T21:38:37.155879+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-16T21:39:47.052570+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:39:47.061671+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60/search/results?ip=31.220.40.210","method":"GET"} [] [2025-03-16T21:42:15.982695+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:42:15.992450+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca/search/results?ip=18.218.24.244","method":"GET"} [] [2025-03-16T21:58:28.761583+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T21:58:28.770575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-16T22:56:18.272223+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T22:56:18.318457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T22:56:18.437368+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T22:56:18.444657+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T22:56:18.445603+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T22:56:18.446154+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T22:56:18.723195+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T22:56:18.724967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-16T23:41:25.438086+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T23:41:25.483583+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-16T23:41:25.606855+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T23:41:25.615846+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T23:41:25.616769+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-16T23:41:25.617424+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-16T23:41:26.586911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-16T23:41:26.588745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=dump","method":"GET"} [] [2025-03-17T00:01:48.707833+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:01:48.707836+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:01:48.716486+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=74","method":"GET"} [] [2025-03-17T00:01:48.716722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=time","method":"GET"} [] [2025-03-17T00:21:39.204551+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:21:39.212621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=validator","method":"GET"} [] [2025-03-17T00:24:31.403211+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:24:31.447770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T00:24:31.564281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T00:24:31.571544+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T00:24:31.572472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T00:24:31.573114+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T00:24:31.978679+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:24:31.980427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T00:32:14.704586+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:32:14.704672+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:32:14.713598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=translation","method":"GET"} [] [2025-03-17T00:32:14.713781+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=cache","method":"GET"} [] [2025-03-17T00:32:14.878339+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T00:32:14.880192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=config","method":"GET"} [] [2025-03-17T01:29:39.458992+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:29:39.501306+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:29:39.623771+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:39.630874+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:39.631813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:39.632463+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:40.653902+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:29:40.666863+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:29:40.714590+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:40.716387+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:40.717215+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:40.717620+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:42.212326+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:29:42.214040+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-17T01:29:42.229295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-17T01:29:43.158990+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:29:43.170752+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:29:43.214263+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:43.215794+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:43.216619+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:43.217166+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:44.676398+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:29:44.678205+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-17T01:29:46.008771+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:29:46.020654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:29:46.064938+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:46.066621+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:29:46.067480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:29:46.068080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:30:08.976449+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:30:09.031692+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:30:09.219229+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:30:09.224264+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:30:09.225042+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:30:09.225563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:30:13.181405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:30:13.193095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:30:13.235828+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:30:13.237822+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:30:13.238624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:30:13.239339+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:30:17.826778+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T01:30:17.838475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T01:30:17.881709+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:30:17.883653+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T01:30:17.884480+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T01:30:17.885077+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T02:13:42.022563+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T02:13:42.036523+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-17T02:13:42.060552+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-17T02:13:42.060592+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-17T02:13:42.060612+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-17T02:13:42.060626+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-17T02:13:42.060639+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-17T02:13:42.209068+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T02:13:42.223087+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T02:13:42.414619+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T02:13:42.416543+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-17T02:13:42.419859+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-17T02:13:42.419890+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-17T02:13:42.419908+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-17T02:13:42.419922+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-17T02:13:42.419936+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-17T02:13:42.451831+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T02:13:42.453564+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T02:22:07.186217+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T02:22:07.233742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T02:22:07.377563+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T02:22:07.384661+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T02:22:07.385591+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T02:22:07.386156+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T02:22:07.662533+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T02:22:07.664306+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T03:01:48.207628+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T03:01:48.230307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T04:15:09.450885+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T04:15:09.672271+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T04:15:10.217581+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T04:15:10.225449+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T04:15:10.226377+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T04:15:10.226741+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T04:15:10.689176+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T04:15:10.690926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T05:30:07.014137+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T05:30:07.181590+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T05:30:07.631714+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T05:30:07.640294+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T05:30:07.641190+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T05:30:07.641721+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T05:30:08.109846+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T05:30:08.111859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T07:31:21.476459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:31:21.519252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T07:31:21.637670+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T07:31:21.645322+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T07:31:21.646273+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T07:31:21.646800+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T07:31:22.056753+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:31:22.058518+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T07:36:54.103186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.111542+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769","method":"GET"} [] [2025-03-17T07:36:54.103121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.131270+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89","method":"GET"} [] [2025-03-17T07:36:54.281837+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.284288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40","method":"GET"} [] [2025-03-17T07:36:54.352890+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.354878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5","method":"GET"} [] [2025-03-17T07:36:54.537679+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.539438+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1","method":"GET"} [] [2025-03-17T07:36:54.625439+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.627282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca","method":"GET"} [] [2025-03-17T07:36:54.828442+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:36:54.830466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d","method":"GET"} [] [2025-03-17T07:39:00.407550+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:00.418349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=db","method":"GET"} [] [2025-03-17T07:39:00.407582+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:00.435697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=db","method":"GET"} [] [2025-03-17T07:39:00.494913+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:00.496378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=db","method":"GET"} [] [2025-03-17T07:39:00.680173+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:00.681013+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=db","method":"GET"} [] [2025-03-17T07:39:00.815571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:00.816402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4","method":"GET"} [] [2025-03-17T07:39:00.965589+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:00.966532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07","method":"GET"} [] [2025-03-17T07:39:01.166991+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:39:01.167845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03","method":"GET"} [] [2025-03-17T07:41:23.161104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:23.169030+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=dump","method":"GET"} [] [2025-03-17T07:41:23.165915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:23.185049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=time","method":"GET"} [] [2025-03-17T07:41:23.361579+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:23.362459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=twig","method":"GET"} [] [2025-03-17T07:41:23.486690+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:23.487548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=db","method":"GET"} [] [2025-03-17T07:41:23.640940+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:23.641788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=db","method":"GET"} [] [2025-03-17T07:41:23.840950+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:23.841855+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=db","method":"GET"} [] [2025-03-17T07:41:24.041656+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:41:24.042515+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=db","method":"GET"} [] [2025-03-17T07:43:42.761208+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:42.768692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=twig","method":"GET"} [] [2025-03-17T07:43:42.761215+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:42.779498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=twig","method":"GET"} [] [2025-03-17T07:43:42.843442+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:42.844969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=time","method":"GET"} [] [2025-03-17T07:43:43.027974+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:43.028852+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=twig","method":"GET"} [] [2025-03-17T07:43:43.110016+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:43.111027+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=dump","method":"GET"} [] [2025-03-17T07:43:43.309591+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:43.310450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=form","method":"GET"} [] [2025-03-17T07:43:43.512267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:43:43.513142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=form","method":"GET"} [] [2025-03-17T07:45:17.953425+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:17.961286+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=dump","method":"GET"} [] [2025-03-17T07:45:18.079540+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:18.103559+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=dump","method":"GET"} [] [2025-03-17T07:45:18.219064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:18.219951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=form","method":"GET"} [] [2025-03-17T07:45:18.316918+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:18.317779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=dump","method":"GET"} [] [2025-03-17T07:45:18.513905+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:18.515217+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=form","method":"GET"} [] [2025-03-17T07:45:18.711791+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:18.712818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=twig","method":"GET"} [] [2025-03-17T07:45:18.912608+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:45:18.913448+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=time","method":"GET"} [] [2025-03-17T07:47:42.462542+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:42.472470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=twig","method":"GET"} [] [2025-03-17T07:47:42.548236+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:42.575058+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=form","method":"GET"} [] [2025-03-17T07:47:42.691188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:42.692042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=dump","method":"GET"} [] [2025-03-17T07:47:42.798543+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:42.799440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=time","method":"GET"} [] [2025-03-17T07:47:42.989728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:42.990622+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=twig","method":"GET"} [] [2025-03-17T07:47:43.192165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:43.193031+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=form","method":"GET"} [] [2025-03-17T07:47:43.391623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:47:43.392472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=twig","method":"GET"} [] [2025-03-17T07:50:01.940174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:01.948307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=form","method":"GET"} [] [2025-03-17T07:50:02.038610+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:02.056456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=twig","method":"GET"} [] [2025-03-17T07:50:02.205782+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:02.206668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=dump","method":"GET"} [] [2025-03-17T07:50:02.290385+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:02.291244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=form","method":"GET"} [] [2025-03-17T07:50:02.491007+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:02.491853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=twig","method":"GET"} [] [2025-03-17T07:50:02.692448+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:02.693328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=time","method":"GET"} [] [2025-03-17T07:50:02.893861+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:50:02.894754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=time","method":"GET"} [] [2025-03-17T07:52:25.974947+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:25.983021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=cache","method":"GET"} [] [2025-03-17T07:52:25.992680+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:26.009750+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=cache","method":"GET"} [] [2025-03-17T07:52:26.157736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:26.158621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=cache","method":"GET"} [] [2025-03-17T07:52:26.275032+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:26.275907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=cache","method":"GET"} [] [2025-03-17T07:52:26.419717+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:26.420576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=cache","method":"GET"} [] [2025-03-17T07:52:26.621047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:26.621900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=time","method":"GET"} [] [2025-03-17T07:52:26.821384+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:52:26.822235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=dump","method":"GET"} [] [2025-03-17T07:54:51.842126+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:51.850339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=config","method":"GET"} [] [2025-03-17T07:54:51.882749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:51.898649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=mailer","method":"GET"} [] [2025-03-17T07:54:52.067667+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:52.068683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=logger","method":"GET"} [] [2025-03-17T07:54:52.158979+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:52.160150+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=cache","method":"GET"} [] [2025-03-17T07:54:52.356026+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:52.356881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=cache","method":"GET"} [] [2025-03-17T07:54:52.553235+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:52.554085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=cache","method":"GET"} [] [2025-03-17T07:54:52.757272+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:54:52.758158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=cache","method":"GET"} [] [2025-03-17T07:57:07.851233+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:07.859570+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=logger","method":"GET"} [] [2025-03-17T07:57:07.883018+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:07.915182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=config","method":"GET"} [] [2025-03-17T07:57:07.992640+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:07.993495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=mailer","method":"GET"} [] [2025-03-17T07:57:08.169135+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:08.170000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=router","method":"GET"} [] [2025-03-17T07:57:08.277662+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:08.278828+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=events","method":"GET"} [] [2025-03-17T07:57:08.481573+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:08.482440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=events","method":"GET"} [] [2025-03-17T07:57:08.679306+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:57:08.680198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=router","method":"GET"} [] [2025-03-17T07:59:29.804384+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:29.812673+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=config","method":"GET"} [] [2025-03-17T07:59:29.910688+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:29.929636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=config","method":"GET"} [] [2025-03-17T07:59:30.090490+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:30.091396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=logger","method":"GET"} [] [2025-03-17T07:59:30.170528+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:30.171381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=router","method":"GET"} [] [2025-03-17T07:59:30.405730+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:30.406620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=logger","method":"GET"} [] [2025-03-17T07:59:30.571424+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:30.572277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=router","method":"GET"} [] [2025-03-17T07:59:30.774264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T07:59:30.775111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=events","method":"GET"} [] [2025-03-17T08:01:32.103482+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:32.111692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=mailer","method":"GET"} [] [2025-03-17T08:01:32.141085+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:32.159418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=config","method":"GET"} [] [2025-03-17T08:01:32.311182+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:32.312029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=events","method":"GET"} [] [2025-03-17T08:01:32.414605+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:32.415457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=mailer","method":"GET"} [] [2025-03-17T08:01:32.607120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:32.607966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=config","method":"GET"} [] [2025-03-17T08:01:32.808986+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:32.809911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=mailer","method":"GET"} [] [2025-03-17T08:01:33.009764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:01:33.010661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=router","method":"GET"} [] [2025-03-17T08:03:58.199808+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:58.207383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=mailer","method":"GET"} [] [2025-03-17T08:03:58.199937+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:58.214000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=logger","method":"GET"} [] [2025-03-17T08:03:58.342206+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:58.343069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=events","method":"GET"} [] [2025-03-17T08:03:58.507858+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:58.508728+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=config","method":"GET"} [] [2025-03-17T08:03:58.637417+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:58.638281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=router","method":"GET"} [] [2025-03-17T08:03:58.836615+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:58.837510+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=events","method":"GET"} [] [2025-03-17T08:03:59.042070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:03:59.042951+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=logger","method":"GET"} [] [2025-03-17T08:06:21.416232+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:21.424463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=mailer","method":"GET"} [] [2025-03-17T08:06:21.582457+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:21.583322+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=logger","method":"GET"} [] [2025-03-17T08:06:21.778967+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:21.779836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=router","method":"GET"} [] [2025-03-17T08:06:21.877603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:21.879277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=events","method":"GET"} [] [2025-03-17T08:06:21.957085+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:21.957973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=config","method":"GET"} [] [2025-03-17T08:06:22.067955+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:22.068815+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=router","method":"GET"} [] [2025-03-17T08:06:22.272321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:06:22.273177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=events","method":"GET"} [] [2025-03-17T08:08:16.518847+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:16.518807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:16.529597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=request","method":"GET"} [] [2025-03-17T08:08:16.518810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:16.529598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=request","method":"GET"} [] [2025-03-17T08:08:16.548784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff378f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/ff378f?panel=request","method":"GET"} [] [2025-03-17T08:08:16.720585+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:16.730057+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=request","method":"GET"} [] [2025-03-17T08:08:16.915941+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:16.916818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=request","method":"GET"} [] [2025-03-17T08:08:16.988766+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:16.989862+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=request","method":"GET"} [] [2025-03-17T08:08:17.188512+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:08:17.189391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=config","method":"GET"} [] [2025-03-17T08:10:18.339886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:18.348904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=security","method":"GET"} [] [2025-03-17T08:10:18.413711+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:18.436783+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=security","method":"GET"} [] [2025-03-17T08:10:18.567449+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:18.569288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=notifier","method":"GET"} [] [2025-03-17T08:10:18.714175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:18.715941+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=notifier","method":"GET"} [] [2025-03-17T08:10:18.815891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:18.817936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=security","method":"GET"} [] [2025-03-17T08:10:19.003807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:19.005589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=request","method":"GET"} [] [2025-03-17T08:10:19.209329+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:10:19.211235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=request","method":"GET"} [] [2025-03-17T08:12:41.785583+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:41.794207+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=security","method":"GET"} [] [2025-03-17T08:12:41.807670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:41.842679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=notifier","method":"GET"} [] [2025-03-17T08:12:41.848759+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:41.851223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=notifier","method":"GET"} [] [2025-03-17T08:12:42.043140+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:42.044868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=notifier","method":"GET"} [] [2025-03-17T08:12:42.195581+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:42.197433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=security","method":"GET"} [] [2025-03-17T08:12:42.331175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:42.332959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=notifier","method":"GET"} [] [2025-03-17T08:12:42.535051+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:12:42.536825+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=security","method":"GET"} [] [2025-03-17T08:15:01.477802+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:01.490955+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=validator","method":"GET"} [] [2025-03-17T08:15:01.477783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:01.477942+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:01.493188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=exception","method":"GET"} [] [2025-03-17T08:15:01.493271+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=exception","method":"GET"} [] [2025-03-17T08:15:01.569384+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:01.572340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=validator","method":"GET"} [] [2025-03-17T08:15:01.754296+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:01.756068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=security","method":"GET"} [] [2025-03-17T08:15:02.050792+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:02.052557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=notifier","method":"GET"} [] [2025-03-17T08:15:02.251397+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:15:02.253172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=security","method":"GET"} [] [2025-03-17T08:17:23.014623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.023511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.143.254.11","method":"GET"} [] [2025-03-17T08:17:23.014755+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.036406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=exception","method":"GET"} [] [2025-03-17T08:17:23.122934+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.125404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=validator","method":"GET"} [] [2025-03-17T08:17:23.332093+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.333802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7a09ca"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7a09ca?panel=validator","method":"GET"} [] [2025-03-17T08:17:23.413205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.415135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=exception","method":"GET"} [] [2025-03-17T08:17:23.611787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.613524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=exception","method":"GET"} [] [2025-03-17T08:17:23.813824+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:17:23.815627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=exception","method":"GET"} [] [2025-03-17T08:19:44.868740+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:44.877584+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=validator","method":"GET"} [] [2025-03-17T08:19:44.968295+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:44.978937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=validator","method":"GET"} [] [2025-03-17T08:19:45.148294+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:45.150086+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=exception","method":"GET"} [] [2025-03-17T08:19:45.240282+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:45.242082+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=validator","method":"GET"} [] [2025-03-17T08:19:45.445823+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:45.447670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=exception","method":"GET"} [] [2025-03-17T08:19:45.631402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:45.633169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=validator","method":"GET"} [] [2025-03-17T08:19:45.837808+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:19:45.839586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4ab274"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4ab274?panel=validator","method":"GET"} [] [2025-03-17T08:21:47.078564+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.086731+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=http_client","method":"GET"} [] [2025-03-17T08:21:47.078586+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.102872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=translation","method":"GET"} [] [2025-03-17T08:21:47.120673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.123277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=31.220.40.210","method":"GET"} [] [2025-03-17T08:21:47.294937+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.296717+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.24.244","method":"GET"} [] [2025-03-17T08:21:47.466618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.468372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=exception","method":"GET"} [] [2025-03-17T08:21:47.594715+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.596485+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=validator","method":"GET"} [] [2025-03-17T08:21:47.791266+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:21:47.792997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=exception","method":"GET"} [] [2025-03-17T08:24:08.848819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:08.858267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?panel=translation","method":"GET"} [] [2025-03-17T08:24:08.962849+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:08.989456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=translation","method":"GET"} [] [2025-03-17T08:24:09.057226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:09.059204+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=http_client","method":"GET"} [] [2025-03-17T08:24:09.214571+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:09.216390+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"653f40"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/653f40?panel=translation","method":"GET"} [] [2025-03-17T08:24:09.358668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:09.360421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4?panel=translation","method":"GET"} [] [2025-03-17T08:24:09.556620+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:09.558454+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=http_client","method":"GET"} [] [2025-03-17T08:24:09.760772+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:24:09.762636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=translation","method":"GET"} [] [2025-03-17T08:26:31.489132+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:31.497369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=http_client","method":"GET"} [] [2025-03-17T08:26:31.489067+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:31.505562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=translation","method":"GET"} [] [2025-03-17T08:26:31.597537+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:31.599917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=http_client","method":"GET"} [] [2025-03-17T08:26:31.785623+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:31.787367+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=translation","method":"GET"} [] [2025-03-17T08:26:31.883536+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:31.885294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=translation","method":"GET"} [] [2025-03-17T08:26:32.087991+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:32.089727+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5?panel=http_client","method":"GET"} [] [2025-03-17T08:26:32.288776+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:26:32.290540+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"075db1"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/075db1?panel=translation","method":"GET"} [] [2025-03-17T08:28:52.786835+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:52.795471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T08:28:52.800207+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:52.832056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T08:28:52.914456+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T08:28:52.914589+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T08:28:53.006722+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:53.008827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T08:28:53.053579+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T08:28:53.199130+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:53.201010+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T08:28:53.245626+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T08:28:53.586198+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:53.587979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=translation","method":"GET"} [] [2025-03-17T08:28:53.782222+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:53.785000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T08:28:53.789800+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:28:53.792042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=http_client","method":"GET"} [] [2025-03-17T08:28:53.833395+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T08:31:01.191630+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:31:01.200192+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60/search/results?ip=31.220.40.210","method":"GET"} [] [2025-03-17T08:31:01.324964+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:31:01.327257+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5/search/results?ip=18.224.72.117","method":"GET"} [] [2025-03-17T08:31:01.491632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:31:01.493458+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db/search/results?ip=3.142.172.36","method":"GET"} [] [2025-03-17T08:31:01.585589+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:31:01.587508+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e/search/results?ip=13.59.183.39","method":"GET"} [] [2025-03-17T08:31:01.790780+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:31:01.792637+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0/search/results?ip=3.19.70.25","method":"GET"} [] [2025-03-17T08:31:01.988746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:31:01.990521+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9/search/results?ip=3.15.192.0","method":"GET"} [] [2025-03-17T08:33:25.824203+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:25.866661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T08:33:25.987784+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T08:33:25.994448+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T08:33:25.995241+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T08:33:25.995842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T08:33:26.283930+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:26.285670+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=249","method":"GET"} [] [2025-03-17T08:33:26.479703+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:26.481713+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=223","method":"GET"} [] [2025-03-17T08:33:26.565478+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:26.567224+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=139","method":"GET"} [] [2025-03-17T08:33:26.773911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:26.775920+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=220","method":"GET"} [] [2025-03-17T08:33:26.977795+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:26.979911+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=86","method":"GET"} [] [2025-03-17T08:33:27.168003+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:33:27.169794+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"71d6c5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71d6c5/search/results?ip=18.117.110.119","method":"GET"} [] [2025-03-17T08:36:07.784513+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:36:07.793219+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSessionListener.php&line=31","method":"GET"} [] [2025-03-17T08:36:07.832453+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:36:07.851036+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fruntime%2FRunner%2FSymfony%2FHttpKernelRunner.php&line=35","method":"GET"} [] [2025-03-17T08:36:08.001315+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:36:08.003190+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=111","method":"GET"} [] [2025-03-17T08:36:08.116514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:36:08.118373+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=350","method":"GET"} [] [2025-03-17T08:36:08.312988+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:36:08.314762+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=91","method":"GET"} [] [2025-03-17T08:36:08.594743+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:36:08.596584+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-03-17T08:38:31.990175+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:38:31.999174+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-03-17T08:38:32.134826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:38:32.136752+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=122","method":"GET"} [] [2025-03-17T08:38:32.192379+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:38:32.194389+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-03-17T08:38:32.272087+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:38:32.273976+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageLoggerListener.php&line=41","method":"GET"} [] [2025-03-17T08:38:32.474671+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:38:32.476594+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} [] [2025-03-17T08:38:32.680477+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:38:32.682243+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=66","method":"GET"} [] [2025-03-17T08:40:19.579117+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:40:19.587813+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FIcon%2Fsymfony.svg&line=1","method":"GET"} [] [2025-03-17T08:40:19.793926+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:40:19.796317+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=108","method":"GET"} [] [2025-03-17T08:40:19.804653+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:40:19.807019+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FUserProviderListener.php&line=35","method":"GET"} [] [2025-03-17T08:40:19.986931+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:40:19.988674+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=375","method":"GET"} [] [2025-03-17T08:40:20.137437+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:40:20.139345+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=30","method":"GET"} [] [2025-03-17T08:40:20.336955+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:40:20.338702+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-03-17T08:42:48.597916+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:42:48.624102+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=76","method":"GET"} [] [2025-03-17T08:42:48.597966+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:42:48.598046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:42:48.631669+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_item.html.twig&line=1","method":"GET"} [] [2025-03-17T08:42:48.631661+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FCollector%2FMigrationsCollector.php&line=43","method":"GET"} [] [2025-03-17T08:42:48.761848+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:42:48.763767+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=27","method":"GET"} [] [2025-03-17T08:42:48.853045+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:42:48.854889+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FSensioFrameworkExtraBundle.php&line=23","method":"GET"} [] [2025-03-17T08:42:49.050409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:42:49.052301+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php&line=32","method":"GET"} [] [2025-03-17T08:45:08.973315+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:45:08.982426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=form","method":"GET"} [] [2025-03-17T08:47:41.492881+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:47:41.535919+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T08:47:41.651212+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T08:47:41.658745+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T08:47:41.659693+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T08:47:41.660315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T08:47:42.767340+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:47:42.769069+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=logger","method":"GET"} [] [2025-03-17T08:47:42.781220+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:47:42.782788+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:47:42.783805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=notifier","method":"GET"} [] [2025-03-17T08:47:42.785162+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=notifier","method":"GET"} [] [2025-03-17T08:50:47.033445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:50:47.033434+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:50:47.042393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=validator","method":"GET"} [] [2025-03-17T08:50:47.042395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=events","method":"GET"} [] [2025-03-17T08:56:28.188526+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:56:28.197290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=cache","method":"GET"} [] [2025-03-17T08:56:28.188291+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T08:56:28.209447+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb/search/results?ip=3.144.106.95","method":"GET"} [] [2025-03-17T09:16:47.523529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:16:47.532329+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=twig","method":"GET"} [] [2025-03-17T09:16:47.543111+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:16:47.558376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=db","method":"GET"} [] [2025-03-17T09:18:19.681840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:18:19.690451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=db","method":"GET"} [] [2025-03-17T09:18:19.681814+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:18:19.694500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=mailer","method":"GET"} [] [2025-03-17T09:23:19.160331+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:23:19.169102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=dump","method":"GET"} [] [2025-03-17T09:29:32.237951+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:29:32.246730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=request","method":"GET"} [] [2025-03-17T09:29:32.248093+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:29:32.263660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b","method":"GET"} [] [2025-03-17T09:32:31.446539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:32:31.454966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=time","method":"GET"} [] [2025-03-17T09:35:32.073360+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:35:32.116282+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T09:35:32.255759+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T09:35:32.264594+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T09:35:32.265538+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T09:35:32.266043+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T09:35:32.543991+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:35:32.545873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=exception","method":"GET"} [] [2025-03-17T09:38:43.835263+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:38:43.844293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=router","method":"GET"} [] [2025-03-17T09:48:50.807591+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:48:50.848841+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T09:48:50.963902+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T09:48:50.971621+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T09:48:50.972845+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T09:48:50.973388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T09:48:51.986474+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:48:51.988243+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4/search/results?ip=31.220.40.210","method":"GET"} [] [2025-03-17T09:50:33.873004+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:50:33.881394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=router","method":"GET"} [] [2025-03-17T09:52:49.088898+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:52:49.097681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=translation","method":"GET"} [] [2025-03-17T09:52:49.240422+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:52:49.242670+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=notifier","method":"GET"} [] [2025-03-17T09:55:08.756767+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T09:55:08.765886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=mailer","method":"GET"} [] [2025-03-17T10:01:38.485225+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:01:38.494228+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=logger","method":"GET"} [] [2025-03-17T10:04:23.850317+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:04:23.859462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T10:04:23.860165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:04:23.883133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=config","method":"GET"} [] [2025-03-17T10:04:23.971079+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T10:06:56.549228+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:06:56.549234+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:06:56.557976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=http_client","method":"GET"} [] [2025-03-17T10:06:56.558045+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb?panel=security","method":"GET"} [] [2025-03-17T10:11:51.883883+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:11:51.893079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=db","method":"GET"} [] [2025-03-17T10:11:51.921500+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:11:51.924560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=db","method":"GET"} [] [2025-03-17T10:11:52.088973+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:11:52.090722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=db","method":"GET"} [] [2025-03-17T10:11:52.269347+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:11:52.271227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45","method":"GET"} [] [2025-03-17T10:14:40.847171+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:14:40.856235+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=twig","method":"GET"} [] [2025-03-17T10:14:40.847160+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:14:40.865631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=time","method":"GET"} [] [2025-03-17T10:14:41.009840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:14:41.012070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=db","method":"GET"} [] [2025-03-17T10:14:41.206084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:14:41.207982+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=db","method":"GET"} [] [2025-03-17T10:17:35.126980+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:17:35.135509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=form","method":"GET"} [] [2025-03-17T10:17:35.127025+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:17:35.148846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=form","method":"GET"} [] [2025-03-17T10:17:35.320844+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:17:35.322706+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=time","method":"GET"} [] [2025-03-17T10:17:35.503298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:17:35.505038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=dump","method":"GET"} [] [2025-03-17T10:18:11.660458+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:18:11.669129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=form","method":"GET"} [] [2025-03-17T10:20:33.744104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:20:33.753530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=time","method":"GET"} [] [2025-03-17T10:20:33.744149+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:20:33.761143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=dump","method":"GET"} [] [2025-03-17T10:20:33.887461+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:20:33.889704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=twig","method":"GET"} [] [2025-03-17T10:20:34.069402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:20:34.071407+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=time","method":"GET"} [] [2025-03-17T10:23:32.188912+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:23:32.197357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=dump","method":"GET"} [] [2025-03-17T10:23:32.224411+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:23:32.252333+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=time","method":"GET"} [] [2025-03-17T10:23:32.412333+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:23:32.414106+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=dump","method":"GET"} [] [2025-03-17T10:23:32.555859+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:23:32.557571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=twig","method":"GET"} [] [2025-03-17T10:26:28.840371+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:26:28.849470+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=form","method":"GET"} [] [2025-03-17T10:26:28.852064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:26:28.871483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=dump","method":"GET"} [] [2025-03-17T10:26:29.041074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:26:29.043053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=form","method":"GET"} [] [2025-03-17T10:26:29.207497+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:26:29.209258+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=form","method":"GET"} [] [2025-03-17T10:29:30.391464+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:29:30.399865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=cache","method":"GET"} [] [2025-03-17T10:29:30.432451+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:29:30.455905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=cache","method":"GET"} [] [2025-03-17T10:29:30.603165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:29:30.605174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=twig","method":"GET"} [] [2025-03-17T10:29:30.786809+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:29:30.788638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=time","method":"GET"} [] [2025-03-17T10:32:30.692212+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:32:30.692225+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:32:30.701083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=cache","method":"GET"} [] [2025-03-17T10:32:30.701142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=cache","method":"GET"} [] [2025-03-17T10:32:30.875972+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:32:30.878259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=cache","method":"GET"} [] [2025-03-17T10:35:17.151931+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:35:17.160182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=logger","method":"GET"} [] [2025-03-17T10:35:17.195226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:35:17.225779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=events","method":"GET"} [] [2025-03-17T10:35:17.366993+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:35:17.368758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=config","method":"GET"} [] [2025-03-17T10:37:37.866603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:37:37.912852+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T10:37:38.047325+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T10:37:38.054227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T10:37:38.055356+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T10:37:38.055878+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T10:37:38.334180+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:37:38.336021+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=router","method":"GET"} [] [2025-03-17T10:37:38.542516+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:37:38.544634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=mailer","method":"GET"} [] [2025-03-17T10:37:38.710055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:37:38.711817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=router","method":"GET"} [] [2025-03-17T10:39:57.139783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:39:57.148766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=config","method":"GET"} [] [2025-03-17T10:39:57.140063+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:39:57.171513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=mailer","method":"GET"} [] [2025-03-17T10:39:57.332130+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:39:57.334335+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=router","method":"GET"} [] [2025-03-17T10:42:35.365925+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:42:35.365931+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:42:35.374882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=mailer","method":"GET"} [] [2025-03-17T10:42:35.375032+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=config","method":"GET"} [] [2025-03-17T10:42:35.503262+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:42:35.519817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=events","method":"GET"} [] [2025-03-17T10:45:24.709737+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:45:24.718221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=events","method":"GET"} [] [2025-03-17T10:45:24.716731+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:45:24.738068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=router","method":"GET"} [] [2025-03-17T10:45:24.909245+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:45:24.911123+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=config","method":"GET"} [] [2025-03-17T10:48:06.046603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:48:06.055767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=events","method":"GET"} [] [2025-03-17T10:48:06.084534+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:48:06.115947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=logger","method":"GET"} [] [2025-03-17T10:48:06.277555+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:48:06.279900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=logger","method":"GET"} [] [2025-03-17T10:50:57.716872+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:50:57.726111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=config","method":"GET"} [] [2025-03-17T10:50:57.722251+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:50:57.748256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=mailer","method":"GET"} [] [2025-03-17T10:50:57.916485+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:50:57.918249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=logger","method":"GET"} [] [2025-03-17T10:53:36.061248+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:53:36.069847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=mailer","method":"GET"} [] [2025-03-17T10:53:36.073174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:53:36.094969+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=events","method":"GET"} [] [2025-03-17T10:53:36.286556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:53:36.288509+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=router","method":"GET"} [] [2025-03-17T10:56:24.772529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:56:24.781343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=request","method":"GET"} [] [2025-03-17T10:56:24.786367+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:56:24.802116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=request","method":"GET"} [] [2025-03-17T10:56:24.988575+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:56:24.990597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=request","method":"GET"} [] [2025-03-17T10:59:19.304784+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:59:19.313873+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=security","method":"GET"} [] [2025-03-17T10:59:19.307033+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:59:19.331994+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=request","method":"GET"} [] [2025-03-17T10:59:19.499720+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T10:59:19.501937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=request","method":"GET"} [] [2025-03-17T11:02:00.163915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:02:00.174405+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=notifier","method":"GET"} [] [2025-03-17T11:02:00.163933+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:02:00.188495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=security","method":"GET"} [] [2025-03-17T11:02:00.342049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:02:00.344514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=notifier","method":"GET"} [] [2025-03-17T11:04:37.504728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:04:37.513860+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=notifier","method":"GET"} [] [2025-03-17T11:04:37.538491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:04:37.555933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=notifier","method":"GET"} [] [2025-03-17T11:04:37.727703+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:04:37.729553+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=security","method":"GET"} [] [2025-03-17T11:07:19.529496+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:07:19.539171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=notifier","method":"GET"} [] [2025-03-17T11:07:19.537282+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:07:19.553277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=security","method":"GET"} [] [2025-03-17T11:07:19.777539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:07:19.779406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=security","method":"GET"} [] [2025-03-17T11:10:06.593838+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:10:06.602450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=validator","method":"GET"} [] [2025-03-17T11:10:06.618114+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:10:06.649748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=exception","method":"GET"} [] [2025-03-17T11:10:06.817061+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:10:06.818819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=validator","method":"GET"} [] [2025-03-17T11:12:10.891352+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:10.900493+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-17T11:12:13.500970+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:13.515782+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:13.629238+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:13.637263+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:13.638225+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:13.638577+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:15.214561+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:15.227589+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:15.275863+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:15.277766+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:15.278906+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:15.279367+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:19.087824+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:19.099668+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:19.143398+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:19.145070+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:19.145902+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:19.146517+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:21.185361+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:21.197444+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:21.241097+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:21.242928+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:21.243797+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:21.244337+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:23.074621+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:23.086296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:23.129482+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:23.131184+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:23.132038+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:23.132774+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:24.691557+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:24.693968+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-17T11:12:24.712683+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-17T11:12:26.714942+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:26.752488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:26.804263+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:26.805936+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:26.806772+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:26.807358+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:28.735121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:28.749492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:12:28.865806+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:28.871542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:28.872492+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:12:28.872967+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:12:50.970362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:50.970375+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:50.981546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=exception","method":"GET"} [] [2025-03-17T11:12:50.981821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=exception","method":"GET"} [] [2025-03-17T11:12:51.028337+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:12:51.030888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=exception","method":"GET"} [] [2025-03-17T11:15:34.170009+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:15:34.179110+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=exception","method":"GET"} [] [2025-03-17T11:15:34.190368+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:15:34.210687+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=validator","method":"GET"} [] [2025-03-17T11:15:34.373750+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:15:34.375618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=validator","method":"GET"} [] [2025-03-17T11:18:22.996430+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:18:23.005093+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=translation","method":"GET"} [] [2025-03-17T11:18:22.996484+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:18:23.022751+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=translation","method":"GET"} [] [2025-03-17T11:18:23.170768+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:18:23.172911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=validator","method":"GET"} [] [2025-03-17T11:21:04.318932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:21:04.327656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=http_client","method":"GET"} [] [2025-03-17T11:21:04.318929+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:21:04.357427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=http_client","method":"GET"} [] [2025-03-17T11:21:04.511541+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:21:04.513712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=translation","method":"GET"} [] [2025-03-17T11:23:48.510299+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:23:48.519776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=http_client","method":"GET"} [] [2025-03-17T11:23:48.558795+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:23:48.569655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=translation","method":"GET"} [] [2025-03-17T11:23:48.757271+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:23:48.759041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=http_client","method":"GET"} [] [2025-03-17T11:26:40.505372+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:26:40.514075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T11:26:40.507403+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:26:40.534744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T11:26:40.647909+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T11:26:40.647960+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T11:26:40.715408+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:26:40.717513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T11:26:40.763045+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T11:29:32.712084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:29:32.721187+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769/search/results?ip=3.15.192.0","method":"GET"} [] [2025-03-17T11:29:32.739472+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:29:32.755277+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03/search/results?ip=3.19.70.25","method":"GET"} [] [2025-03-17T11:29:32.914061+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:29:32.915903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T11:29:32.984473+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T11:32:27.154115+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:32:27.163541+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"64ad7d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/64ad7d/search/results?ip=13.59.183.39","method":"GET"} [] [2025-03-17T11:32:27.153923+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:32:27.181138+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee/search/results?ip=52.15.199.160","method":"GET"} [] [2025-03-17T11:32:27.358645+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:32:27.360476+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89/search/results?ip=3.142.172.36","method":"GET"} [] [2025-03-17T11:46:43.982729+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:46:44.026661+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T11:46:44.148845+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:46:44.155639+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:46:44.156465+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T11:46:44.157138+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T11:46:44.425836+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T11:46:44.427628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.142.172.36","method":"GET"} [] [2025-03-17T12:00:09.943131+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:00:09.987572+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T12:00:10.102298+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T12:00:10.109005+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T12:00:10.109929+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T12:00:10.110273+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T12:00:11.284619+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:00:11.286440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=mailer","method":"GET"} [] [2025-03-17T12:17:56.460416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:17:56.471606+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.19.70.25","method":"GET"} [] [2025-03-17T12:28:24.063656+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:28:24.071495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.224.72.117","method":"GET"} [] [2025-03-17T12:33:03.220171+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:33:03.227533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.15.192.0","method":"GET"} [] [2025-03-17T12:53:36.303660+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:53:36.339058+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T12:53:36.451418+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T12:53:36.458624+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T12:53:36.459467+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T12:53:36.460004+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T12:53:36.701875+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:53:36.702774+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=13.59.183.39","method":"GET"} [] [2025-03-17T12:56:34.508183+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:56:34.508284+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:56:34.516526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=db","method":"GET"} [] [2025-03-17T12:56:34.516549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=db","method":"GET"} [] [2025-03-17T12:59:31.840597+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:59:31.848307+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=twig","method":"GET"} [] [2025-03-17T12:59:31.864001+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T12:59:31.865543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=db","method":"GET"} [] [2025-03-17T13:02:16.843230+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:02:16.850532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=form","method":"GET"} [] [2025-03-17T13:02:16.887296+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:02:16.888846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=dump","method":"GET"} [] [2025-03-17T13:05:00.197208+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:05:00.204550+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=dump","method":"GET"} [] [2025-03-17T13:05:00.228718+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:05:00.242206+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=twig","method":"GET"} [] [2025-03-17T13:07:48.760725+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:07:48.768004+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:07:48.769006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=form","method":"GET"} [] [2025-03-17T13:07:48.769478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=time","method":"GET"} [] [2025-03-17T13:10:36.981058+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:10:36.988856+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=time","method":"GET"} [] [2025-03-17T13:10:37.005207+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:10:37.006897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=dump","method":"GET"} [] [2025-03-17T13:13:30.380488+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:13:30.388576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=cache","method":"GET"} [] [2025-03-17T13:13:30.420822+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:13:30.422415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=twig","method":"GET"} [] [2025-03-17T13:16:22.391168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:16:22.391162+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:16:22.398905+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=router","method":"GET"} [] [2025-03-17T13:16:22.398907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=cache","method":"GET"} [] [2025-03-17T13:19:09.610350+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:19:09.619472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=events","method":"GET"} [] [2025-03-17T13:19:09.620875+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:19:09.622404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=logger","method":"GET"} [] [2025-03-17T13:20:42.380951+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:20:42.417603+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T13:20:42.538274+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T13:20:42.547551+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T13:20:42.548404+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T13:20:42.548985+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T13:20:43.389933+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:20:43.390827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5?panel=validator","method":"GET"} [] [2025-03-17T13:23:04.263052+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:23:04.265721+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:23:04.271712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=config","method":"GET"} [] [2025-03-17T13:23:04.271712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=mailer","method":"GET"} [] [2025-03-17T13:25:49.189378+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:25:49.197744+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=mailer","method":"GET"} [] [2025-03-17T13:25:49.203798+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:25:49.205264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=config","method":"GET"} [] [2025-03-17T13:28:36.289985+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:28:36.289960+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:28:36.300067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=router","method":"GET"} [] [2025-03-17T13:28:36.300077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=events","method":"GET"} [] [2025-03-17T13:31:24.926559+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:31:24.935525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=events","method":"GET"} [] [2025-03-17T13:31:24.955749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:31:24.958157+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=config","method":"GET"} [] [2025-03-17T13:34:12.852406+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:34:12.861006+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=mailer","method":"GET"} [] [2025-03-17T13:34:12.885073+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:34:12.887520+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=router","method":"GET"} [] [2025-03-17T13:37:11.397325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:37:11.406383+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=request","method":"GET"} [] [2025-03-17T13:37:11.514626+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:37:11.517103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=logger","method":"GET"} [] [2025-03-17T13:40:00.803618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:40:00.812458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=request","method":"GET"} [] [2025-03-17T13:40:00.821816+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:40:00.824278+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=request","method":"GET"} [] [2025-03-17T13:42:52.469910+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:42:52.478184+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=notifier","method":"GET"} [] [2025-03-17T13:42:52.499079+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:42:52.501675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=security","method":"GET"} [] [2025-03-17T13:45:40.429201+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:45:40.439672+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=security","method":"GET"} [] [2025-03-17T13:45:40.445156+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:45:40.447763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=notifier","method":"GET"} [] [2025-03-17T13:48:03.116948+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:48:03.125605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e","method":"GET"} [] [2025-03-17T13:48:25.483298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:48:25.483321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:48:25.492339+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=notifier","method":"GET"} [] [2025-03-17T13:48:25.492647+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=security","method":"GET"} [] [2025-03-17T13:51:14.120350+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:51:14.120182+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:51:14.129642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=exception","method":"GET"} [] [2025-03-17T13:51:14.129701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=validator","method":"GET"} [] [2025-03-17T13:54:03.087074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:54:03.134567+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T13:54:03.273798+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T13:54:03.287939+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T13:54:03.288889+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T13:54:03.289658+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T13:54:03.568584+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:54:03.570564+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=validator","method":"GET"} [] [2025-03-17T13:54:03.759768+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:54:03.761563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=exception","method":"GET"} [] [2025-03-17T13:56:57.869236+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:56:57.869068+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:56:57.879315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=validator","method":"GET"} [] [2025-03-17T13:56:57.879399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=exception","method":"GET"} [] [2025-03-17T13:59:44.944740+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:59:44.953149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=translation","method":"GET"} [] [2025-03-17T13:59:44.979696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T13:59:44.982083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.144.106.95","method":"GET"} [] [2025-03-17T14:02:53.634222+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:02:53.643644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=translation","method":"GET"} [] [2025-03-17T14:02:53.647655+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:02:53.650326+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=http_client","method":"GET"} [] [2025-03-17T14:05:52.146400+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:05:52.154990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=translation","method":"GET"} [] [2025-03-17T14:05:52.351002+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:05:52.352789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=http_client","method":"GET"} [] [2025-03-17T14:08:40.523702+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:08:40.532111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T14:08:40.537665+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:08:40.540092+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=http_client","method":"GET"} [] [2025-03-17T14:08:40.648543+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T14:11:38.486413+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:11:38.495393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T14:11:38.621465+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T14:14:25.017495+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:14:25.026819+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b/search/results?ip=3.144.106.95","method":"GET"} [] [2025-03-17T14:17:43.779920+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:17:43.789913+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e/search/results?ip=18.224.72.117","method":"GET"} [] [2025-03-17T14:20:42.424082+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:20:42.433445+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45/search/results?ip=52.15.199.160","method":"GET"} [] [2025-03-17T14:26:36.342624+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:26:36.351401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=exception","method":"GET"} [] [2025-03-17T14:26:36.375868+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:26:36.378356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=notifier","method":"GET"} [] [2025-03-17T14:32:27.196984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:32:27.205904+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=events","method":"GET"} [] [2025-03-17T14:38:32.461642+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:38:32.470203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T14:38:32.580229+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T14:44:24.107346+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:44:24.116495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=config","method":"GET"} [] [2025-03-17T14:53:18.964895+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:53:18.973689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0","method":"GET"} [] [2025-03-17T14:59:14.383064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:59:14.428071+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T14:59:14.544076+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T14:59:14.550863+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T14:59:14.551817+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T14:59:14.552229+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T14:59:14.962160+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:59:14.963967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=translation","method":"GET"} [] [2025-03-17T14:59:15.021508+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T14:59:15.024098+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=form","method":"GET"} [] [2025-03-17T15:02:14.191907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:02:14.200132+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852/search/results?ip=18.116.98.100","method":"GET"} [] [2025-03-17T15:02:14.221310+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:02:14.223895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=dump","method":"GET"} [] [2025-03-17T15:02:14.416386+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:02:14.418294+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e","method":"GET"} [] [2025-03-17T15:05:16.482156+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:05:16.491313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33","method":"GET"} [] [2025-03-17T15:08:10.426938+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:08:10.436569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9522db"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9522db","method":"GET"} [] [2025-03-17T15:14:01.057510+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:14:01.057551+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:14:01.066620+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=http_client","method":"GET"} [] [2025-03-17T15:14:01.066734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=request","method":"GET"} [] [2025-03-17T15:14:01.181590+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:14:01.184581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=twig","method":"GET"} [] [2025-03-17T15:16:51.667951+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:16:51.677185+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=security","method":"GET"} [] [2025-03-17T15:19:40.289622+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:19:40.289569+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:19:40.301861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=52.15.199.160","method":"GET"} [] [2025-03-17T15:19:40.302003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=time","method":"GET"} [] [2025-03-17T15:30:45.613546+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:30:45.622742+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=router","method":"GET"} [] [2025-03-17T15:33:31.911028+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:33:31.920952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=cache","method":"GET"} [] [2025-03-17T15:42:12.776128+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:42:12.785035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=logger","method":"GET"} [] [2025-03-17T15:44:59.462298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:44:59.471040+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=db","method":"GET"} [] [2025-03-17T15:47:46.691883+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:47:46.700556+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=mailer","method":"GET"} [] [2025-03-17T15:47:46.711670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:47:46.714208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9","method":"GET"} [] [2025-03-17T15:50:35.059685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:50:35.068431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550","method":"GET"} [] [2025-03-17T15:50:35.232487+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:50:35.234604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e74a5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e74a5","method":"GET"} [] [2025-03-17T15:53:20.183043+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:53:20.191809+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=db","method":"GET"} [] [2025-03-17T15:53:20.192902+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:53:20.195528+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9","method":"GET"} [] [2025-03-17T15:56:00.326871+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:56:00.327005+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:56:00.335608+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=time","method":"GET"} [] [2025-03-17T15:56:00.335749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=db","method":"GET"} [] [2025-03-17T15:58:42.252796+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:58:42.252907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T15:58:42.261460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=twig","method":"GET"} [] [2025-03-17T15:58:42.261469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=form","method":"GET"} [] [2025-03-17T16:01:34.060818+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:01:34.141283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T16:01:34.502772+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T16:01:34.555117+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T16:01:34.556049+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T16:01:34.556522+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T16:01:34.845286+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:01:34.847180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=form","method":"GET"} [] [2025-03-17T16:01:35.018346+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:01:35.020456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=dump","method":"GET"} [] [2025-03-17T16:03:26.756821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:03:26.756970+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:03:26.780784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=twig","method":"GET"} [] [2025-03-17T16:03:26.780801+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=time","method":"GET"} [] [2025-03-17T16:05:27.655901+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:05:27.655900+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:05:27.666949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=dump","method":"GET"} [] [2025-03-17T16:05:27.666980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=cache","method":"GET"} [] [2025-03-17T16:07:50.188321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:07:50.196695+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=router","method":"GET"} [] [2025-03-17T16:07:50.233014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:07:50.235627+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=cache","method":"GET"} [] [2025-03-17T16:09:56.869367+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:09:56.878531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=mailer","method":"GET"} [] [2025-03-17T16:09:56.899278+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:09:56.901571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=logger","method":"GET"} [] [2025-03-17T16:12:45.313161+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:12:45.322386+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=config","method":"GET"} [] [2025-03-17T16:12:45.349674+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:12:45.371521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=events","method":"GET"} [] [2025-03-17T16:15:34.860029+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:15:34.868368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=router","method":"GET"} [] [2025-03-17T16:15:34.887084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:15:34.908358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=config","method":"GET"} [] [2025-03-17T16:18:18.620014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:18:18.628793+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=events","method":"GET"} [] [2025-03-17T16:18:18.641463+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:18:18.643901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=mailer","method":"GET"} [] [2025-03-17T16:20:59.001188+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:20:59.009621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=request","method":"GET"} [] [2025-03-17T16:20:59.153150+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:20:59.155349+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=logger","method":"GET"} [] [2025-03-17T16:23:38.013759+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:23:38.025686+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=request","method":"GET"} [] [2025-03-17T16:26:32.195445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:26:32.205128+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=notifier","method":"GET"} [] [2025-03-17T16:29:12.416793+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:29:12.428176+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=security","method":"GET"} [] [2025-03-17T16:32:01.027581+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:32:01.037139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=security","method":"GET"} [] [2025-03-17T16:34:50.276310+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:34:50.285102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=notifier","method":"GET"} [] [2025-03-17T16:37:35.331138+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:37:35.340475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=exception","method":"GET"} [] [2025-03-17T16:40:16.892335+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:40:16.901907+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=validator","method":"GET"} [] [2025-03-17T16:43:04.721688+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:43:04.731388+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=validator","method":"GET"} [] [2025-03-17T16:45:51.804433+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:45:51.812665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=exception","method":"GET"} [] [2025-03-17T16:48:35.477267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:48:35.486516+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=http_client","method":"GET"} [] [2025-03-17T16:51:19.594802+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:51:19.603743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=translation","method":"GET"} [] [2025-03-17T16:54:08.096698+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:54:08.106445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=http_client","method":"GET"} [] [2025-03-17T16:57:04.904501+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:57:04.913389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=translation","method":"GET"} [] [2025-03-17T16:59:53.755181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T16:59:53.764533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T16:59:53.881284+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T17:02:32.053053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:02:32.134712+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T17:02:32.358293+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T17:02:32.368853+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T17:02:32.369789+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T17:02:32.370283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T17:02:32.670871+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:02:32.672878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T17:02:32.796023+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T17:05:17.383397+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:05:17.392312+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c/search/results?ip=3.133.113.45","method":"GET"} [] [2025-03-17T17:08:02.106944+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:08:02.116877+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe/search/results?ip=18.118.218.112","method":"GET"} [] [2025-03-17T17:15:56.375908+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:15:56.375998+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:15:56.385530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=events","method":"GET"} [] [2025-03-17T17:15:56.385536+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=http_client","method":"GET"} [] [2025-03-17T17:15:56.676804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:15:56.678552+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=twig","method":"GET"} [] [2025-03-17T17:24:42.067166+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:24:42.076370+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=notifier","method":"GET"} [] [2025-03-17T17:24:42.089264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:24:42.091748+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762","method":"GET"} [] [2025-03-17T17:27:31.484594+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:27:31.493383+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08/search/results?ip=18.220.32.106","method":"GET"} [] [2025-03-17T17:30:19.162121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:30:19.171265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=security","method":"GET"} [] [2025-03-17T17:33:18.194275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:33:18.203722+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=cache","method":"GET"} [] [2025-03-17T17:41:06.622404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:41:06.631837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=validator","method":"GET"} [] [2025-03-17T17:42:28.138449+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:42:28.154967+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=router","method":"GET"} [] [2025-03-17T17:43:46.249047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:43:46.257619+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=config","method":"GET"} [] [2025-03-17T17:48:07.958822+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:48:07.968079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=logger","method":"GET"} [] [2025-03-17T17:53:31.282379+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:53:31.291668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=db","method":"GET"} [] [2025-03-17T17:56:08.952486+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:56:08.962011+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=exception","method":"GET"} [] [2025-03-17T17:56:08.993059+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:56:08.995436+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=time","method":"GET"} [] [2025-03-17T17:56:09.188268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T17:56:09.190133+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee","method":"GET"} [] [2025-03-17T18:04:01.531153+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:04:01.583465+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T18:04:01.723470+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T18:04:01.730995+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T18:04:01.731924+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T18:04:01.732677+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T18:04:02.012829+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:04:02.014603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=dump","method":"GET"} [] [2025-03-17T18:06:17.714394+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:06:17.723557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=translation","method":"GET"} [] [2025-03-17T18:11:14.706635+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:11:14.715378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T18:11:14.762064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:11:14.764700+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a79bbb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a79bbb","method":"GET"} [] [2025-03-17T18:11:14.831539+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T18:13:39.446471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:13:39.455703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=form","method":"GET"} [] [2025-03-17T18:15:59.412287+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:15:59.412291+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:15:59.421290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=mailer","method":"GET"} [] [2025-03-17T18:15:59.421633+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08?panel=request","method":"GET"} [] [2025-03-17T18:22:51.554021+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:22:51.562582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=db","method":"GET"} [] [2025-03-17T18:22:51.578047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:22:51.580568+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=db","method":"GET"} [] [2025-03-17T18:22:51.777328+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:22:51.779075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=db","method":"GET"} [] [2025-03-17T18:24:08.164786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:24:08.164746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:24:08.173780+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=time","method":"GET"} [] [2025-03-17T18:24:08.173837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=form","method":"GET"} [] [2025-03-17T18:24:08.306491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:24:08.308611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=db","method":"GET"} [] [2025-03-17T18:26:28.378416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:26:28.378400+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:26:28.378393+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:26:28.387139+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=dump","method":"GET"} [] [2025-03-17T18:26:28.387295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=form","method":"GET"} [] [2025-03-17T18:26:28.387325+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=dump","method":"GET"} [] [2025-03-17T18:28:45.345888+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:28:45.345903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:28:45.354665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=time","method":"GET"} [] [2025-03-17T18:28:45.354665+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=twig","method":"GET"} [] [2025-03-17T18:28:45.534565+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:28:45.536718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=twig","method":"GET"} [] [2025-03-17T18:31:00.882268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:31:00.886244+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:31:00.891085+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=dump","method":"GET"} [] [2025-03-17T18:31:00.891089+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=time","method":"GET"} [] [2025-03-17T18:31:01.087938+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:31:01.089732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=twig","method":"GET"} [] [2025-03-17T18:32:59.272856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:32:59.281657+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=form","method":"GET"} [] [2025-03-17T18:32:59.285823+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:32:59.288323+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=twig","method":"GET"} [] [2025-03-17T18:32:59.491487+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:32:59.493223+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=form","method":"GET"} [] [2025-03-17T18:35:17.488694+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:35:17.497589+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=cache","method":"GET"} [] [2025-03-17T18:35:17.498318+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:35:17.500812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=dump","method":"GET"} [] [2025-03-17T18:35:17.689724+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:35:17.691463+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=time","method":"GET"} [] [2025-03-17T18:37:35.488556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:37:35.497618+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=cache","method":"GET"} [] [2025-03-17T18:37:35.522121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:37:35.524614+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=cache","method":"GET"} [] [2025-03-17T18:37:35.715208+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:37:35.716987+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=cache","method":"GET"} [] [2025-03-17T18:39:59.012797+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:39:59.021776+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=config","method":"GET"} [] [2025-03-17T18:39:59.040460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:39:59.043017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=logger","method":"GET"} [] [2025-03-17T18:39:59.214886+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:39:59.216667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=events","method":"GET"} [] [2025-03-17T18:42:26.559471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:42:26.568334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=mailer","method":"GET"} [] [2025-03-17T18:42:26.576131+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:42:26.578523+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=router","method":"GET"} [] [2025-03-17T18:42:26.793367+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:42:26.795170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=events","method":"GET"} [] [2025-03-17T18:44:49.610156+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:44:49.616749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:44:49.619211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=logger","method":"GET"} [] [2025-03-17T18:44:49.619233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=router","method":"GET"} [] [2025-03-17T18:44:49.815915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:44:49.818079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=config","method":"GET"} [] [2025-03-17T18:47:24.367124+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:47:24.375616+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=router","method":"GET"} [] [2025-03-17T18:47:24.383796+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:47:24.386263+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=config","method":"GET"} [] [2025-03-17T18:47:24.577490+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:47:24.579453+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=mailer","method":"GET"} [] [2025-03-17T18:49:42.447896+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:49:42.447944+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:49:42.457593+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=events","method":"GET"} [] [2025-03-17T18:49:42.457613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=config","method":"GET"} [] [2025-03-17T18:49:42.624832+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:49:42.627247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=logger","method":"GET"} [] [2025-03-17T18:51:58.461278+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:51:58.470187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=logger","method":"GET"} [] [2025-03-17T18:51:58.488093+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:51:58.490526+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=mailer","method":"GET"} [] [2025-03-17T18:51:58.702479+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:51:58.704211+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=events","method":"GET"} [] [2025-03-17T18:54:19.373463+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:54:19.382100+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=request","method":"GET"} [] [2025-03-17T18:54:19.416044+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:54:19.418603+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=request","method":"GET"} [] [2025-03-17T18:54:19.556759+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:54:19.558602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=router","method":"GET"} [] [2025-03-17T18:56:45.380161+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:56:45.388878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=notifier","method":"GET"} [] [2025-03-17T18:56:45.544123+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:56:45.546343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=request","method":"GET"} [] [2025-03-17T18:56:45.599906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:56:45.602095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=request","method":"GET"} [] [2025-03-17T18:59:03.760898+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:59:03.770493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=notifier","method":"GET"} [] [2025-03-17T18:59:03.771241+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:59:03.773968+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=security","method":"GET"} [] [2025-03-17T18:59:03.967589+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T18:59:03.969753+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=security","method":"GET"} [] [2025-03-17T19:01:24.515362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:01:24.524758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=security","method":"GET"} [] [2025-03-17T19:01:24.547758+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:01:24.550297+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=notifier","method":"GET"} [] [2025-03-17T19:03:47.109806+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:03:47.118721+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=security","method":"GET"} [] [2025-03-17T19:03:47.159133+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:03:47.161586+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=notifier","method":"GET"} [] [2025-03-17T19:06:11.407213+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:06:11.450450+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T19:06:11.568424+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T19:06:11.575711+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T19:06:11.576672+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T19:06:11.577333+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T19:06:11.848367+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:06:11.850240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=validator","method":"GET"} [] [2025-03-17T19:06:12.068926+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:06:12.070816+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=exception","method":"GET"} [] [2025-03-17T19:08:28.280204+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:08:28.280137+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:08:28.289434+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=validator","method":"GET"} [] [2025-03-17T19:08:28.289628+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=exception","method":"GET"} [] [2025-03-17T19:10:45.451309+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:10:45.460158+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=exception","method":"GET"} [] [2025-03-17T19:10:45.882946+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:10:45.884702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=validator","method":"GET"} [] [2025-03-17T19:13:05.340002+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:13:05.349698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.116.98.100","method":"GET"} [] [2025-03-17T19:13:05.367316+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:13:05.370054+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=validator","method":"GET"} [] [2025-03-17T19:14:03.447021+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:14:03.456050+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=translation","method":"GET"} [] [2025-03-17T19:14:03.479053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:14:03.481572+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=translation","method":"GET"} [] [2025-03-17T19:16:29.455215+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:16:29.464129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=translation","method":"GET"} [] [2025-03-17T19:16:29.487374+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:16:29.489830+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=http_client","method":"GET"} [] [2025-03-17T19:18:22.554369+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:18:22.596147+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T19:18:22.716401+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T19:18:22.725418+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T19:18:22.726356+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T19:18:22.726838+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T19:18:23.597236+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:18:23.599192+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2cca89"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2cca89?panel=twig","method":"GET"} [] [2025-03-17T19:18:23.607469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:18:23.610019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=translation","method":"GET"} [] [2025-03-17T19:18:23.609932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:18:23.612455+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=cache","method":"GET"} [] [2025-03-17T19:18:50.871402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:18:50.880189+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=translation","method":"GET"} [] [2025-03-17T19:18:50.879587+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:18:50.881743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=http_client","method":"GET"} [] [2025-03-17T19:21:07.587975+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:21:07.596446+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T19:21:07.618807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:21:07.621425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T19:21:07.706498+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T19:21:07.706546+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T19:23:02.970264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:23:02.978734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T19:23:02.989262+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:23:02.991973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T19:23:03.094036+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T19:23:03.094160+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T19:25:15.276639+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:25:15.284744+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4/search/results?ip=18.223.33.204","method":"GET"} [] [2025-03-17T19:25:15.302321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:25:15.304794+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa2550"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa2550/search/results?ip=3.133.113.45","method":"GET"} [] [2025-03-17T19:26:50.426394+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:26:50.426494+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:26:50.436549+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33/search/results?ip=18.116.98.100","method":"GET"} [] [2025-03-17T19:26:50.436562+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9/search/results?ip=18.118.218.112","method":"GET"} [] [2025-03-17T19:33:05.763986+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:33:05.764038+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T19:33:05.772381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87cf03"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87cf03?panel=http_client","method":"GET"} [] [2025-03-17T19:33:05.772421+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"71e769"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/71e769?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T19:33:05.885266+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T20:05:43.136919+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:05:43.145375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c09ee"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c09ee?panel=logger","method":"GET"} [] [2025-03-17T20:05:44.523672+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:05:44.525493+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=logger","method":"GET"} [] [2025-03-17T20:12:05.857667+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:12:05.866195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"61d22b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/61d22b?panel=form","method":"GET"} [] [2025-03-17T20:17:32.220715+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:17:32.220724+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:17:32.229555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"16110e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/16110e?panel=request","method":"GET"} [] [2025-03-17T20:17:32.229677+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c1f45"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5c1f45?panel=doctrine_migrations","method":"GET"} [] [2025-03-17T20:17:32.354000+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-17T20:38:32.289439+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:38:32.336020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T20:38:32.478523+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T20:38:32.484898+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T20:38:32.485655+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T20:38:32.486257+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T20:38:33.500857+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:38:33.502641+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=validator","method":"GET"} [] [2025-03-17T20:47:25.384517+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:47:25.429631+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T20:47:25.546931+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T20:47:25.553868+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T20:47:25.554815+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T20:47:25.555440+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T20:47:25.957124+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T20:47:25.958981+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=exception","method":"GET"} [] [2025-03-17T21:16:54.107168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T21:16:54.115401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852?panel=validator","method":"GET"} [] [2025-03-17T23:00:56.706372+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T23:00:56.762544+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-17T23:00:56.876869+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T23:00:56.883924+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T23:00:56.884851+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-17T23:00:56.885359+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-17T23:00:58.087874+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T23:00:58.089689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=logger","method":"GET"} [] [2025-03-17T23:00:58.100383+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T23:00:58.102936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=notifier","method":"GET"} [] [2025-03-17T23:00:58.221423+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-17T23:00:58.223240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=notifier","method":"GET"} [] [2025-03-18T00:03:32.302657+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T00:03:32.403126+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T00:03:32.521009+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T00:03:32.528149+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T00:03:32.529061+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T00:03:32.529585+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T00:03:33.496450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T00:03:33.498253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"405fe0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/405fe0?panel=db","method":"GET"} [] [2025-03-18T00:03:33.513572+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T00:03:33.516015+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8fbfc9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8fbfc9?panel=mailer","method":"GET"} [] [2025-03-18T00:31:40.716216+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T00:31:40.725052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f93a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f93a07?panel=router","method":"GET"} [] [2025-03-18T00:41:57.525176+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T00:41:57.534397+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4fe1a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4fe1a4/search/results?ip=31.220.40.210","method":"GET"} [] [2025-03-18T01:05:26.477692+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T01:05:26.520843+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T01:05:26.641412+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T01:05:26.649199+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T01:05:26.650115+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T01:05:26.650636+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T01:05:27.667404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T01:05:27.669165+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3ccf60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3ccf60?panel=form","method":"GET"} [] [2025-03-18T02:00:58.825776+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:00:59.126296+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T02:00:59.764766+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T02:00:59.785958+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T02:00:59.786925+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T02:00:59.787513+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T02:01:00.145797+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:01:00.147652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c89dfe"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c89dfe","method":"GET"} [] [2025-03-18T02:05:48.541670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:05:48.550208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"09a86c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/09a86c","method":"GET"} [] [2025-03-18T02:41:35.376448+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:41:35.376417+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:41:35.439919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823","method":"GET"} [] [2025-03-18T02:41:35.440014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a852"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a852","method":"GET"} [] [2025-03-18T02:43:55.149728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:43:55.149842+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:43:55.171548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=db","method":"GET"} [] [2025-03-18T02:43:55.171597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=db","method":"GET"} [] [2025-03-18T02:46:09.442790+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:46:09.442787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:46:09.461937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=dump","method":"GET"} [] [2025-03-18T02:46:09.462000+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=form","method":"GET"} [] [2025-03-18T02:48:28.863045+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:48:28.863126+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:48:28.876135+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=twig","method":"GET"} [] [2025-03-18T02:48:28.876195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=time","method":"GET"} [] [2025-03-18T02:50:48.044981+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:50:48.063857+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=dump","method":"GET"} [] [2025-03-18T02:50:48.044972+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:50:48.068911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=time","method":"GET"} [] [2025-03-18T02:53:09.622409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:53:09.633290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=form","method":"GET"} [] [2025-03-18T02:53:09.622374+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:53:09.637959+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=twig","method":"GET"} [] [2025-03-18T02:55:28.775119+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:55:28.784720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=cache","method":"GET"} [] [2025-03-18T02:55:28.775184+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:55:28.790433+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=cache","method":"GET"} [] [2025-03-18T02:57:47.597396+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:57:47.597549+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T02:57:47.638562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=mailer","method":"GET"} [] [2025-03-18T02:57:47.638567+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=events","method":"GET"} [] [2025-03-18T03:00:06.323305+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:00:06.323332+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:00:06.383872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=config","method":"GET"} [] [2025-03-18T03:00:06.383872+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=logger","method":"GET"} [] [2025-03-18T03:02:30.591944+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:02:30.714158+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T03:02:31.561146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T03:02:31.596931+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T03:02:31.597764+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T03:02:31.598387+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T03:02:31.977355+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:02:31.979931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=mailer","method":"GET"} [] [2025-03-18T03:02:32.163864+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:02:32.166171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=router","method":"GET"} [] [2025-03-18T03:04:50.680891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:04:50.698980+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=logger","method":"GET"} [] [2025-03-18T03:04:50.680898+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:04:50.712730+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=config","method":"GET"} [] [2025-03-18T03:07:15.583046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:07:15.583173+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:07:15.594755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=events","method":"GET"} [] [2025-03-18T03:07:15.594847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=router","method":"GET"} [] [2025-03-18T03:09:36.417313+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:09:36.427428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=request","method":"GET"} [] [2025-03-18T03:09:36.417357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:09:36.441475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=request","method":"GET"} [] [2025-03-18T03:11:52.997918+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:11:53.022640+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=security","method":"GET"} [] [2025-03-18T03:11:52.997934+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:11:53.045868+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=notifier","method":"GET"} [] [2025-03-18T03:14:37.464429+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:14:37.479247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=security","method":"GET"} [] [2025-03-18T03:16:53.329344+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:16:53.341287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=validator","method":"GET"} [] [2025-03-18T03:19:17.072893+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:19:17.083661+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=exception","method":"GET"} [] [2025-03-18T03:20:59.283430+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:20:59.413477+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T03:21:00.196611+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T03:21:00.224566+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T03:21:00.225408+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T03:21:00.225866+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T03:21:01.120186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:21:01.121042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5dc984"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5dc984?panel=mailer","method":"GET"} [] [2025-03-18T03:21:34.536699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:21:34.561469+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.133.113.45","method":"GET"} [] [2025-03-18T03:24:07.876556+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:24:07.894274+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=exception","method":"GET"} [] [2025-03-18T03:26:49.138064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:26:49.157300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=validator","method":"GET"} [] [2025-03-18T03:29:19.187117+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:29:19.195377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.220.32.106","method":"GET"} [] [2025-03-18T03:31:51.472215+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:31:51.482843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=translation","method":"GET"} [] [2025-03-18T03:34:09.931168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:34:09.940233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=http_client","method":"GET"} [] [2025-03-18T03:36:31.207734+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:36:31.216472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.118.218.112","method":"GET"} [] [2025-03-18T03:38:52.168700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:38:52.180477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=http_client","method":"GET"} [] [2025-03-18T03:41:28.142920+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:41:28.209732+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=translation","method":"GET"} [] [2025-03-18T03:43:46.296348+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:43:46.304501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T03:43:46.505026+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T03:46:09.026285+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:46:09.037440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T03:46:09.219963+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T03:48:28.576873+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:48:28.600066+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762/search/results?ip=18.220.32.106","method":"GET"} [] [2025-03-18T03:50:49.219583+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T03:50:49.235681+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f/search/results?ip=18.191.150.152","method":"GET"} [] [2025-03-18T04:31:21.086553+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T04:31:21.140530+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T04:31:21.537123+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T04:31:21.555112+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T04:31:21.555953+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T04:31:21.556676+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T04:31:21.946555+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T04:31:21.947402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=time","method":"GET"} [] [2025-03-18T04:43:32.849447+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T04:43:32.859141+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.223.33.204","method":"GET"} [] [2025-03-18T05:11:58.359307+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T05:11:58.415675+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T05:11:58.579352+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T05:11:58.586808+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T05:11:58.587734+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T05:11:58.588538+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T05:11:59.523324+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T05:11:59.525265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6fa26e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6fa26e","method":"GET"} [] [2025-03-18T05:47:39.572227+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T05:47:39.633571+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T05:47:39.763300+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T05:47:39.770567+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T05:47:39.771519+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T05:47:39.772383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T05:47:40.182372+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T05:47:40.184130+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=time","method":"GET"} [] [2025-03-18T06:22:09.353992+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:22:09.363035+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=security","method":"GET"} [] [2025-03-18T06:22:09.355109+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:22:09.372562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=twig","method":"GET"} [] [2025-03-18T06:24:50.439635+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:24:50.448824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=cache","method":"GET"} [] [2025-03-18T06:27:50.870732+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:27:50.880332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=request","method":"GET"} [] [2025-03-18T06:27:50.935375+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:27:50.951853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"27ea08"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/27ea08","method":"GET"} [] [2025-03-18T06:30:11.444328+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:30:11.453406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T06:30:11.569317+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T06:35:56.013685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:35:56.023111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=time","method":"GET"} [] [2025-03-18T06:35:56.013685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:35:56.031625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=logger","method":"GET"} [] [2025-03-18T06:37:11.022662+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:37:11.068390+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T06:37:11.200649+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T06:37:11.208087+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T06:37:11.209014+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T06:37:11.209506+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T06:37:12.040488+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:37:12.042360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e1cff9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e1cff9?panel=http_client","method":"GET"} [] [2025-03-18T06:41:44.212624+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:41:44.221557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=dump","method":"GET"} [] [2025-03-18T06:44:22.191650+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:44:22.191618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:44:22.201075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a51e33"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a51e33?panel=http_client","method":"GET"} [] [2025-03-18T06:44:22.202267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f","method":"GET"} [] [2025-03-18T06:47:20.563642+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:47:20.572024+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0/search/results?ip=18.216.220.244","method":"GET"} [] [2025-03-18T06:52:04.606299+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:52:04.648844+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T06:52:04.770476+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T06:52:04.777424+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T06:52:04.778355+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T06:52:04.778979+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T06:52:05.061825+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:52:05.063602+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=form","method":"GET"} [] [2025-03-18T06:57:04.769477+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:57:04.778373+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=translation","method":"GET"} [] [2025-03-18T06:59:33.763611+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T06:59:33.772159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=http_client","method":"GET"} [] [2025-03-18T07:04:14.716999+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:04:14.725417+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0","method":"GET"} [] [2025-03-18T07:06:39.700480+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:06:39.709875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=events","method":"GET"} [] [2025-03-18T07:14:20.313697+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:14:20.322544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=mailer","method":"GET"} [] [2025-03-18T07:14:20.333002+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:14:20.335560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=config","method":"GET"} [] [2025-03-18T07:16:43.416534+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:16:43.425802+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=router","method":"GET"} [] [2025-03-18T07:22:02.396264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:22:02.396277+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:22:02.406108+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.150.152","method":"GET"} [] [2025-03-18T07:22:02.406289+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=db","method":"GET"} [] [2025-03-18T07:31:08.441351+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:31:08.449506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=notifier","method":"GET"} [] [2025-03-18T07:34:06.622682+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:34:06.632136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=validator","method":"GET"} [] [2025-03-18T07:38:49.754456+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:38:49.763041+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0?panel=exception","method":"GET"} [] [2025-03-18T07:41:08.036020+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:41:08.036037+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:41:08.044720+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=db","method":"GET"} [] [2025-03-18T07:41:08.044784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280","method":"GET"} [] [2025-03-18T07:42:00.734169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:42:00.734142+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:42:00.742760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=dump","method":"GET"} [] [2025-03-18T07:42:00.743090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=db","method":"GET"} [] [2025-03-18T07:44:19.380186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:44:19.389132+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=form","method":"GET"} [] [2025-03-18T07:44:19.389530+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:44:19.391932+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=twig","method":"GET"} [] [2025-03-18T07:46:38.016602+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:46:38.016635+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:46:38.025631+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=dump","method":"GET"} [] [2025-03-18T07:46:38.025689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=form","method":"GET"} [] [2025-03-18T07:48:56.640152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:48:56.640186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:48:56.649555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=time","method":"GET"} [] [2025-03-18T07:48:56.649669+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=twig","method":"GET"} [] [2025-03-18T07:51:14.938613+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:51:14.947435+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=cache","method":"GET"} [] [2025-03-18T07:51:14.968865+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:51:14.971445+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=cache","method":"GET"} [] [2025-03-18T07:53:36.595060+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:53:36.648858+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T07:53:37.319085+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T07:53:37.342444+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T07:53:37.343392+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T07:53:37.343801+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T07:53:37.678349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:53:37.680950+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=logger","method":"GET"} [] [2025-03-18T07:53:37.849486+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:53:37.851291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=events","method":"GET"} [] [2025-03-18T07:55:56.272779+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:55:56.272985+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:55:56.281923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=mailer","method":"GET"} [] [2025-03-18T07:55:56.282226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=router","method":"GET"} [] [2025-03-18T07:58:17.869433+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:58:17.873550+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T07:58:17.878320+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=config","method":"GET"} [] [2025-03-18T07:58:17.878344+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=router","method":"GET"} [] [2025-03-18T08:00:38.042962+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:00:38.043079+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:00:38.052066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=config","method":"GET"} [] [2025-03-18T08:00:38.052149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=mailer","method":"GET"} [] [2025-03-18T08:02:57.420728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:02:57.429784+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=logger","method":"GET"} [] [2025-03-18T08:05:18.448473+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:05:18.457579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=events","method":"GET"} [] [2025-03-18T08:07:38.259700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:07:38.268729+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=request","method":"GET"} [] [2025-03-18T08:09:59.436941+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:09:59.446212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=request","method":"GET"} [] [2025-03-18T08:12:21.445931+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:12:21.454936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=security","method":"GET"} [] [2025-03-18T08:14:40.056799+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:14:40.066256+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=notifier","method":"GET"} [] [2025-03-18T08:16:57.669914+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:16:57.678875+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=notifier","method":"GET"} [] [2025-03-18T08:19:17.516759+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:19:17.525029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=security","method":"GET"} [] [2025-03-18T08:21:39.862355+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:21:39.871866+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=validator","method":"GET"} [] [2025-03-18T08:23:59.671405+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:23:59.712456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=exception","method":"GET"} [] [2025-03-18T08:25:57.754074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:25:57.764017+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=exception","method":"GET"} [] [2025-03-18T08:28:16.461196+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:28:16.470464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=validator","method":"GET"} [] [2025-03-18T08:30:39.937807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:30:39.947472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=translation","method":"GET"} [] [2025-03-18T08:32:58.520074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:32:58.529249+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=http_client","method":"GET"} [] [2025-03-18T08:35:15.374420+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:35:15.383216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=http_client","method":"GET"} [] [2025-03-18T08:37:31.975064+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:37:31.983580+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=translation","method":"GET"} [] [2025-03-18T08:39:48.299407+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:39:48.308935+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T08:39:48.432159+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T08:42:06.681193+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:42:06.690415+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T08:42:06.803302+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T08:44:30.335054+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:44:30.344372+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f6762f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f6762f/search/results?ip=18.223.33.204","method":"GET"} [] [2025-03-18T08:46:53.698657+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:46:53.707751+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663/search/results?ip=18.222.97.243","method":"GET"} [] [2025-03-18T08:51:30.650529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:51:30.650605+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:51:30.659328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=time","method":"GET"} [] [2025-03-18T08:51:30.659557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=security","method":"GET"} [] [2025-03-18T08:53:50.679292+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:53:50.733768+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T08:53:51.226313+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T08:53:51.255369+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T08:53:51.256681+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T08:53:51.257450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T08:53:51.577630+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:53:51.579767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=notifier","method":"GET"} [] [2025-03-18T08:58:30.765992+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:58:30.765984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T08:58:30.774791+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=mailer","method":"GET"} [] [2025-03-18T08:58:30.774917+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=form","method":"GET"} [] [2025-03-18T09:07:45.194205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:07:45.293283+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T09:07:45.432422+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T09:07:45.450542+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T09:07:45.451440+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T09:07:45.452064+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T09:07:46.345012+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:07:46.346892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a49762"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a49762?panel=notifier","method":"GET"} [] [2025-03-18T09:14:45.474362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:14:45.482726+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=db","method":"GET"} [] [2025-03-18T09:17:03.342786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:17:03.342786+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:17:03.353993+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=twig","method":"GET"} [] [2025-03-18T09:17:03.354014+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=cache","method":"GET"} [] [2025-03-18T09:19:24.292440+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:19:24.304358+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=config","method":"GET"} [] [2025-03-18T09:23:40.625770+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:23:40.634078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=events","method":"GET"} [] [2025-03-18T09:26:02.409349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:26:02.418895+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=exception","method":"GET"} [] [2025-03-18T09:28:00.242503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:28:00.252481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=http_client","method":"GET"} [] [2025-03-18T09:30:30.924804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:30:30.934077+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=request","method":"GET"} [] [2025-03-18T09:36:52.545922+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:36:52.546120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:36:52.554788+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=dump","method":"GET"} [] [2025-03-18T09:36:52.554818+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T09:36:52.665169+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T09:41:34.938174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:41:34.938208+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:41:34.946574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=logger","method":"GET"} [] [2025-03-18T09:41:34.946654+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823/search/results?ip=18.191.150.152","method":"GET"} [] [2025-03-18T09:42:32.442915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:42:32.453477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=validator","method":"GET"} [] [2025-03-18T09:49:17.106811+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:49:17.115703+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=translation","method":"GET"} [] [2025-03-18T09:53:37.425084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:53:37.433775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fee823"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fee823?panel=router","method":"GET"} [] [2025-03-18T09:55:35.589257+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:55:35.631114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T09:55:35.767676+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T09:55:35.777809+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T09:55:35.778743+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T09:55:35.779151+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T09:55:36.056670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:55:36.058697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=db","method":"GET"} [] [2025-03-18T09:55:36.258491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:55:36.260254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714","method":"GET"} [] [2025-03-18T09:58:33.279091+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:58:33.279133+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T09:58:33.287831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=db","method":"GET"} [] [2025-03-18T09:58:33.287832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=db","method":"GET"} [] [2025-03-18T10:01:31.174730+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:01:31.177547+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:01:31.184357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=dump","method":"GET"} [] [2025-03-18T10:01:31.184513+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=form","method":"GET"} [] [2025-03-18T10:04:20.497290+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:04:20.497091+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:04:20.506172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=time","method":"GET"} [] [2025-03-18T10:04:20.506178+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=twig","method":"GET"} [] [2025-03-18T10:05:07.601380+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:05:07.609920+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=time","method":"GET"} [] [2025-03-18T10:05:07.611826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:05:07.614203+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=form","method":"GET"} [] [2025-03-18T10:07:51.208620+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:07:51.219199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=dump","method":"GET"} [] [2025-03-18T10:07:51.286336+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:07:51.289003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=twig","method":"GET"} [] [2025-03-18T10:08:30.503691+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:08:30.503710+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:08:30.511949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=twig","method":"GET"} [] [2025-03-18T10:08:30.511973+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=dump","method":"GET"} [] [2025-03-18T10:09:08.435736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:09:08.435824+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:09:08.446200+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=form","method":"GET"} [] [2025-03-18T10:09:08.446208+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=cache","method":"GET"} [] [2025-03-18T10:10:09.310001+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:10:09.313944+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:10:09.318459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=cache","method":"GET"} [] [2025-03-18T10:10:09.318590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=cache","method":"GET"} [] [2025-03-18T10:10:54.291326+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:10:54.299759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=config","method":"GET"} [] [2025-03-18T10:10:54.302304+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:10:54.304849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=mailer","method":"GET"} [] [2025-03-18T10:11:39.583719+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:11:39.591419+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=router","method":"GET"} [] [2025-03-18T10:11:39.610768+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:11:39.612991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=events","method":"GET"} [] [2025-03-18T10:13:58.052709+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:13:58.061332+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=logger","method":"GET"} [] [2025-03-18T10:13:58.243684+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:13:58.245779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=logger","method":"GET"} [] [2025-03-18T10:14:44.532038+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:14:44.541080+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=config","method":"GET"} [] [2025-03-18T10:14:44.552704+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:14:44.555251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=mailer","method":"GET"} [] [2025-03-18T10:17:02.695673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:17:02.695693+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:17:02.704682+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=events","method":"GET"} [] [2025-03-18T10:17:02.704759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=router","method":"GET"} [] [2025-03-18T10:17:46.655448+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:17:46.655469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:17:46.664149+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=mailer","method":"GET"} [] [2025-03-18T10:17:46.664153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=router","method":"GET"} [] [2025-03-18T10:18:30.458874+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:18:30.458913+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:18:30.469401+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=logger","method":"GET"} [] [2025-03-18T10:18:30.469503+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=config","method":"GET"} [] [2025-03-18T10:19:15.463387+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:19:15.463411+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:19:15.471610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=events","method":"GET"} [] [2025-03-18T10:19:15.471712+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=request","method":"GET"} [] [2025-03-18T10:20:13.863514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:20:13.863670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:20:13.872525+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=request","method":"GET"} [] [2025-03-18T10:20:13.872575+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=request","method":"GET"} [] [2025-03-18T10:21:11.418819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:21:11.418819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:21:11.428355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=notifier","method":"GET"} [] [2025-03-18T10:21:11.428355+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=security","method":"GET"} [] [2025-03-18T10:22:00.532349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:22:00.532729+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:22:00.541465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=notifier","method":"GET"} [] [2025-03-18T10:22:00.541465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=security","method":"GET"} [] [2025-03-18T10:22:51.027124+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:22:51.035462+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=security","method":"GET"} [] [2025-03-18T10:22:51.074832+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:22:51.077312+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=notifier","method":"GET"} [] [2025-03-18T10:23:40.141398+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:23:40.141399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:23:40.149869+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=exception","method":"GET"} [] [2025-03-18T10:23:40.149918+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=validator","method":"GET"} [] [2025-03-18T10:24:25.128113+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:24:25.128056+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:24:25.137504+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=validator","method":"GET"} [] [2025-03-18T10:24:25.137506+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=exception","method":"GET"} [] [2025-03-18T10:25:12.625001+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:25:12.625143+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:25:12.634328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=exception","method":"GET"} [] [2025-03-18T10:25:12.634369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=validator","method":"GET"} [] [2025-03-18T10:26:00.542256+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:26:00.542244+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:26:00.550651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=translation","method":"GET"} [] [2025-03-18T10:26:00.550696+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=translation","method":"GET"} [] [2025-03-18T10:26:52.283746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:26:52.283912+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:26:52.292290+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=http_client","method":"GET"} [] [2025-03-18T10:26:52.292360+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=http_client","method":"GET"} [] [2025-03-18T10:29:10.533675+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:29:10.543277+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.216.220.244","method":"GET"} [] [2025-03-18T10:29:10.557680+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:29:10.560293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=translation","method":"GET"} [] [2025-03-18T10:29:59.422685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:29:59.422755+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:29:59.431697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T10:29:59.431733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T10:29:59.546143+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T10:29:59.546186+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T10:30:43.362475+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:30:43.365473+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:30:43.371598+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280/search/results?ip=18.222.97.243","method":"GET"} [] [2025-03-18T10:30:43.371654+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T10:30:43.477246+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T10:31:41.168078+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:31:41.168265+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T10:31:41.177084+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f/search/results?ip=18.191.171.233","method":"GET"} [] [2025-03-18T10:31:41.177109+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c619e0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c619e0/search/results?ip=18.216.220.244","method":"GET"} [] [2025-03-18T11:00:38.165939+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:00:38.217156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T11:00:38.355319+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:00:38.363151+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:00:38.364083+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:00:38.364563+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:00:38.641803+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:00:38.643563+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"83a3b4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/83a3b4","method":"GET"} [] [2025-03-18T11:35:39.516630+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:35:39.525129+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-18T11:35:39.569763+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-18T11:35:39.569807+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T11:35:39.569827+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T11:35:39.569843+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T11:35:39.569857+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T11:35:39.700843+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:35:39.709182+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:35:39.833081+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:35:39.835129+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-18T11:35:39.839160+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-18T11:35:39.839195+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T11:35:39.839215+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T11:35:39.839229+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T11:35:39.839242+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T11:35:40.107307+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:35:40.109096+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:35:44.864394+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:35:44.878475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T11:35:44.955157+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:35:44.956619+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:35:44.957395+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:35:44.957775+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:35:49.329534+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:35:49.341577+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T11:35:49.385280+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:35:49.387038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:35:49.387881+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T11:35:49.388388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T11:36:19.078582+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T11:36:19.086885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.222.97.243","method":"GET"} [] [2025-03-18T12:12:38.070618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:12:38.112467+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T12:12:38.233007+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T12:12:38.242679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T12:12:38.243602+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T12:12:38.244021+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T12:12:38.522434+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:12:38.524190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"056a3f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/056a3f","method":"GET"} [] [2025-03-18T12:49:34.377584+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:49:34.419176+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T12:49:34.534961+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T12:49:34.541780+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T12:49:34.542690+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T12:49:34.543273+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T12:49:35.598907+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:49:35.600698+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e8c280"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e8c280?panel=http_client","method":"GET"} [] [2025-03-18T12:52:27.305653+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:52:27.314569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663","method":"GET"} [] [2025-03-18T12:52:27.315478+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:52:27.318056+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e","method":"GET"} [] [2025-03-18T12:55:08.453221+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:55:08.458234+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:55:08.462354+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=db","method":"GET"} [] [2025-03-18T12:55:08.462484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0","method":"GET"} [] [2025-03-18T12:58:07.303000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:58:07.303076+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T12:58:07.311645+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=db","method":"GET"} [] [2025-03-18T12:58:07.311972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=form","method":"GET"} [] [2025-03-18T13:00:46.158309+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:00:46.167244+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=dump","method":"GET"} [] [2025-03-18T13:00:46.169359+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:00:46.171914+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=time","method":"GET"} [] [2025-03-18T13:03:27.718746+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:03:27.718899+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:03:27.727282+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=twig","method":"GET"} [] [2025-03-18T13:03:27.727391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=time","method":"GET"} [] [2025-03-18T13:06:09.528236+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:06:09.528334+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:06:09.536754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=dump","method":"GET"} [] [2025-03-18T13:06:09.536812+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=cache","method":"GET"} [] [2025-03-18T13:08:53.073139+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:08:53.073169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:08:53.081817+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=logger","method":"GET"} [] [2025-03-18T13:08:53.081823+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=cache","method":"GET"} [] [2025-03-18T13:11:34.915663+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:11:34.915774+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:11:34.924418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=mailer","method":"GET"} [] [2025-03-18T13:11:34.924544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=events","method":"GET"} [] [2025-03-18T13:14:26.634371+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:14:26.676020+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T13:14:26.789836+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T13:14:26.797164+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T13:14:26.798121+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T13:14:26.798606+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T13:14:27.080861+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:14:27.082607+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=router","method":"GET"} [] [2025-03-18T13:14:27.302628+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:14:27.304777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=config","method":"GET"} [] [2025-03-18T13:17:25.815493+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:17:25.815514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:17:25.824052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=events","method":"GET"} [] [2025-03-18T13:17:25.824199+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=mailer","method":"GET"} [] [2025-03-18T13:20:25.020218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:20:25.020324+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:20:25.029605+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=router","method":"GET"} [] [2025-03-18T13:20:25.029611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=config","method":"GET"} [] [2025-03-18T13:23:23.230154+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:23:23.230162+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:23:23.239295+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=logger","method":"GET"} [] [2025-03-18T13:23:23.239328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=request","method":"GET"} [] [2025-03-18T13:26:21.203370+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:26:21.213579+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=request","method":"GET"} [] [2025-03-18T13:29:11.065000+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:29:11.074232+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=notifier","method":"GET"} [] [2025-03-18T13:31:52.290898+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:31:52.299571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=security","method":"GET"} [] [2025-03-18T13:34:36.607305+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:34:36.615634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=security","method":"GET"} [] [2025-03-18T13:37:18.488457+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:37:18.498847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=notifier","method":"GET"} [] [2025-03-18T13:40:01.598692+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:40:01.607653+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=validator","method":"GET"} [] [2025-03-18T13:42:51.290815+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:42:51.300104+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=exception","method":"GET"} [] [2025-03-18T13:45:28.028138+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:45:28.037120+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=validator","method":"GET"} [] [2025-03-18T13:48:10.648649+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:48:10.658049+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=exception","method":"GET"} [] [2025-03-18T13:50:30.957767+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:50:30.966779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.171.233","method":"GET"} [] [2025-03-18T13:53:03.857012+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:53:03.865974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=http_client","method":"GET"} [] [2025-03-18T13:55:22.193489+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:55:22.202755+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=translation","method":"GET"} [] [2025-03-18T13:58:05.348793+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T13:58:05.357555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=translation","method":"GET"} [] [2025-03-18T14:00:25.119250+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:00:25.131892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=http_client","method":"GET"} [] [2025-03-18T14:03:07.002376+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:03:07.011378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T14:03:07.143317+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T14:06:06.096366+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:06:06.112760+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T14:06:06.282325+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T14:08:47.636438+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:08:47.645842+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306/search/results?ip=3.135.200.195","method":"GET"} [] [2025-03-18T14:11:27.611648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:11:27.619960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714/search/results?ip=18.191.171.233","method":"GET"} [] [2025-03-18T14:14:26.643205+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:14:26.643222+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:14:26.652342+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663","method":"GET"} [] [2025-03-18T14:14:26.652475+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e","method":"GET"} [] [2025-03-18T14:17:05.268553+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:17:05.367003+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T14:17:05.870416+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T14:17:05.897181+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T14:17:05.898105+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T14:17:05.898791+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T14:17:06.216231+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:17:06.218340+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=db","method":"GET"} [] [2025-03-18T14:17:06.391911+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:17:06.393747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0","method":"GET"} [] [2025-03-18T14:19:46.852469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:19:46.852621+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:19:46.860765+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=db","method":"GET"} [] [2025-03-18T14:19:46.860851+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=form","method":"GET"} [] [2025-03-18T14:22:45.456987+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:22:45.462460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:22:45.465954+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=dump","method":"GET"} [] [2025-03-18T14:22:45.465961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=time","method":"GET"} [] [2025-03-18T14:23:36.444260+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:23:36.453367+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-18T14:23:36.506239+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-18T14:23:36.506283+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T14:23:36.506304+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T14:23:36.506318+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T14:23:36.506332+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T14:23:36.646187+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T14:23:36.652887+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T14:25:44.215833+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:25:44.216023+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:25:44.225216+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=twig","method":"GET"} [] [2025-03-18T14:25:44.225251+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=time","method":"GET"} [] [2025-03-18T14:28:30.545410+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:28:30.545347+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:28:30.554172+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=cache","method":"GET"} [] [2025-03-18T14:28:30.554255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=dump","method":"GET"} [] [2025-03-18T14:31:22.859847+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:31:22.859958+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:31:22.868702+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=cache","method":"GET"} [] [2025-03-18T14:31:22.868827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=logger","method":"GET"} [] [2025-03-18T14:34:21.136416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:34:21.136416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:34:21.156576+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=events","method":"GET"} [] [2025-03-18T14:34:21.156762+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=mailer","method":"GET"} [] [2025-03-18T14:37:17.014104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:37:17.014206+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:37:17.024574+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=config","method":"GET"} [] [2025-03-18T14:37:17.024644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=router","method":"GET"} [] [2025-03-18T14:40:16.230411+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:40:16.240266+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=events","method":"GET"} [] [2025-03-18T14:40:16.230409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:40:16.249159+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=mailer","method":"GET"} [] [2025-03-18T14:43:16.488733+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:43:16.497363+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=config","method":"GET"} [] [2025-03-18T14:43:16.488821+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:43:16.513997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=router","method":"GET"} [] [2025-03-18T14:46:15.388856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:46:15.397952+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=logger","method":"GET"} [] [2025-03-18T14:46:15.388897+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:46:15.408652+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=request","method":"GET"} [] [2025-03-18T14:49:14.245314+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:49:14.253689+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=request","method":"GET"} [] [2025-03-18T14:52:12.485419+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:52:12.495396+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=notifier","method":"GET"} [] [2025-03-18T14:55:13.062235+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:55:13.070850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=security","method":"GET"} [] [2025-03-18T14:57:59.536491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T14:57:59.545399+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=security","method":"GET"} [] [2025-03-18T15:00:24.172457+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:00:24.182296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=notifier","method":"GET"} [] [2025-03-18T15:02:42.858500+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:02:42.867351+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=validator","method":"GET"} [] [2025-03-18T15:05:01.728777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:05:01.737209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=exception","method":"GET"} [] [2025-03-18T15:07:56.204576+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:07:56.213985+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=validator","method":"GET"} [] [2025-03-18T15:11:03.613010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:11:03.621221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=exception","method":"GET"} [] [2025-03-18T15:13:22.569778+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:13:22.579240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.171.233","method":"GET"} [] [2025-03-18T15:15:41.273597+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:15:41.282065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=http_client","method":"GET"} [] [2025-03-18T15:17:51.952576+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:17:52.007114+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T15:17:52.662047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T15:17:52.689008+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T15:17:52.689921+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T15:17:52.690516+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T15:17:53.001953+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:17:53.004543+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=translation","method":"GET"} [] [2025-03-18T15:21:01.101363+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:21:01.109859+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=translation","method":"GET"} [] [2025-03-18T15:23:12.022682+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:23:12.031931+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=http_client","method":"GET"} [] [2025-03-18T15:26:21.808140+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:26:21.817949+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T15:26:21.945189+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T15:29:31.532670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:29:31.541936+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T15:29:31.670644+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T15:32:30.047355+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:32:30.055982+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306/search/results?ip=3.135.200.195","method":"GET"} [] [2025-03-18T15:35:29.428255+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:35:29.436716+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714/search/results?ip=18.191.171.233","method":"GET"} [] [2025-03-18T15:38:12.968374+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:38:12.977483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e","method":"GET"} [] [2025-03-18T15:38:12.968522+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:38:12.988569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663","method":"GET"} [] [2025-03-18T15:40:52.228924+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:40:52.237465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=db","method":"GET"} [] [2025-03-18T15:40:52.228983+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:40:52.254900+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0","method":"GET"} [] [2025-03-18T15:43:30.940098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:43:30.948921+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=form","method":"GET"} [] [2025-03-18T15:43:30.943771+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:43:30.955733+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=db","method":"GET"} [] [2025-03-18T15:46:17.976279+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:46:17.976258+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:46:17.999759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=dump","method":"GET"} [] [2025-03-18T15:46:17.999960+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=time","method":"GET"} [] [2025-03-18T15:49:05.562838+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:49:05.572398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=time","method":"GET"} [] [2025-03-18T15:49:05.562863+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:49:05.577832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=twig","method":"GET"} [] [2025-03-18T15:51:50.838088+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:51:50.846522+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=dump","method":"GET"} [] [2025-03-18T15:51:50.838167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:51:50.864998+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=cache","method":"GET"} [] [2025-03-18T15:54:35.165061+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:54:35.173743+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=logger","method":"GET"} [] [2025-03-18T15:54:35.165108+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:54:35.203986+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=cache","method":"GET"} [] [2025-03-18T15:57:39.466736+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:57:39.475843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=events","method":"GET"} [] [2025-03-18T15:57:39.466773+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T15:57:39.485621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=mailer","method":"GET"} [] [2025-03-18T16:00:26.606400+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:00:26.606371+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:00:26.615129+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=config","method":"GET"} [] [2025-03-18T16:00:26.615136+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=router","method":"GET"} [] [2025-03-18T16:03:09.601109+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:03:09.609772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=mailer","method":"GET"} [] [2025-03-18T16:03:09.601137+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:03:09.621357+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=events","method":"GET"} [] [2025-03-18T16:05:48.253749+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:05:48.253800+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:05:48.263112+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=router","method":"GET"} [] [2025-03-18T16:05:48.263164+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=config","method":"GET"} [] [2025-03-18T16:08:29.868715+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:08:29.877179+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=request","method":"GET"} [] [2025-03-18T16:08:29.986107+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:08:30.011539+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=logger","method":"GET"} [] [2025-03-18T16:11:17.500587+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:11:17.509789+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=request","method":"GET"} [] [2025-03-18T16:14:00.231362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:14:00.240096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=notifier","method":"GET"} [] [2025-03-18T16:16:47.342932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:16:47.351853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=security","method":"GET"} [] [2025-03-18T16:19:29.803921+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:19:29.906574+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T16:19:30.530503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T16:19:30.566386+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T16:19:30.567262+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T16:19:30.567790+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T16:19:30.855321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:19:30.866690+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=security","method":"GET"} [] [2025-03-18T16:22:08.410347+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:22:08.488005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=notifier","method":"GET"} [] [2025-03-18T16:24:37.183847+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:24:37.192746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=validator","method":"GET"} [] [2025-03-18T16:27:18.737310+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:27:18.746699+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=exception","method":"GET"} [] [2025-03-18T16:30:00.329835+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:30:00.338761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=validator","method":"GET"} [] [2025-03-18T16:32:41.566077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:32:41.575634+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=exception","method":"GET"} [] [2025-03-18T16:35:11.297728+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:35:11.310302+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.171.233","method":"GET"} [] [2025-03-18T16:37:43.690583+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:37:43.699924+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=http_client","method":"GET"} [] [2025-03-18T16:40:05.581495+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:40:05.590276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=translation","method":"GET"} [] [2025-03-18T16:42:48.934511+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:42:48.949138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=translation","method":"GET"} [] [2025-03-18T16:45:11.194876+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:45:11.203481+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=http_client","method":"GET"} [] [2025-03-18T16:48:00.898785+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:48:00.907036+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T16:48:01.018999+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T16:48:29.901321+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:48:29.942160+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T16:48:30.068376+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T16:48:30.075852+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T16:48:30.076731+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T16:48:30.077222+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T16:48:30.913813+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:48:30.915668+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=twig","method":"GET"} [] [2025-03-18T16:50:50.705411+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:50:50.714693+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T16:50:50.834721+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T16:53:41.263932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:53:41.272701+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306/search/results?ip=3.135.200.195","method":"GET"} [] [2025-03-18T16:56:27.428439+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:56:27.436965+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714/search/results?ip=18.191.171.233","method":"GET"} [] [2025-03-18T16:59:05.928046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:59:05.938999+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"038663"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/038663","method":"GET"} [] [2025-03-18T16:59:05.928009+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T16:59:05.952451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e","method":"GET"} [] [2025-03-18T17:01:44.412333+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:01:44.420477+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=db","method":"GET"} [] [2025-03-18T17:01:44.423308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:01:44.444482+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"29ebc0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/29ebc0","method":"GET"} [] [2025-03-18T17:04:23.193077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:04:23.200473+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=form","method":"GET"} [] [2025-03-18T17:04:23.235353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:04:23.255428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=db","method":"GET"} [] [2025-03-18T17:07:04.557439+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:07:04.565275+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=dump","method":"GET"} [] [2025-03-18T17:07:04.567331+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:07:04.580272+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=time","method":"GET"} [] [2025-03-18T17:09:43.026737+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:09:43.034826+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=twig","method":"GET"} [] [2025-03-18T17:09:43.026694+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:09:43.053562+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=time","method":"GET"} [] [2025-03-18T17:12:22.064195+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:12:22.073287+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=dump","method":"GET"} [] [2025-03-18T17:12:22.064336+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:12:22.092070+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=cache","method":"GET"} [] [2025-03-18T17:15:11.700493+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:15:11.709198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=logger","method":"GET"} [] [2025-03-18T17:15:11.700461+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:15:11.723391+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=cache","method":"GET"} [] [2025-03-18T17:18:01.366476+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:18:01.366625+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:18:01.375102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=mailer","method":"GET"} [] [2025-03-18T17:18:01.375247+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=events","method":"GET"} [] [2025-03-18T17:20:41.722478+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:20:41.770907+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T17:20:41.907194+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T17:20:41.917121+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T17:20:41.918062+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T17:20:41.918757+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T17:20:42.189705+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:20:42.191495+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=router","method":"GET"} [] [2025-03-18T17:20:42.409363+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:20:42.411718+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=config","method":"GET"} [] [2025-03-18T17:23:19.064088+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:23:19.072922+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=mailer","method":"GET"} [] [2025-03-18T17:23:19.064164+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:23:19.086236+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=events","method":"GET"} [] [2025-03-18T17:26:02.973063+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:26:02.973063+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:26:02.982300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=config","method":"GET"} [] [2025-03-18T17:26:02.982309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=router","method":"GET"} [] [2025-03-18T17:28:44.639113+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:28:44.651328+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=request","method":"GET"} [] [2025-03-18T17:28:44.639173+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:28:44.657425+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=logger","method":"GET"} [] [2025-03-18T17:31:26.083832+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:31:26.092725+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=request","method":"GET"} [] [2025-03-18T17:34:10.598399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:34:10.607465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=notifier","method":"GET"} [] [2025-03-18T17:36:59.217471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:36:59.226037+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=security","method":"GET"} [] [2025-03-18T17:39:47.841819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:39:47.850103+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=security","method":"GET"} [] [2025-03-18T17:42:26.272706+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:42:26.291651+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=notifier","method":"GET"} [] [2025-03-18T17:45:05.183165+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:45:05.192566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=validator","method":"GET"} [] [2025-03-18T17:47:46.998084+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:47:47.006876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=exception","method":"GET"} [] [2025-03-18T17:50:28.648135+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:50:28.657489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=validator","method":"GET"} [] [2025-03-18T17:53:13.469676+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:53:13.478451+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=exception","method":"GET"} [] [2025-03-18T17:55:52.027530+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:55:52.037377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.171.233","method":"GET"} [] [2025-03-18T17:58:26.576047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T17:58:26.595577+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=http_client","method":"GET"} [] [2025-03-18T18:00:45.135525+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:00:45.144046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=translation","method":"GET"} [] [2025-03-18T18:03:26.739804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:03:26.748804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=translation","method":"GET"} [] [2025-03-18T18:05:45.358441+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:05:45.368138+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=http_client","method":"GET"} [] [2025-03-18T18:08:26.529888+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:08:26.539096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T18:08:26.653890+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T18:11:09.983389+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:11:09.992853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T18:11:10.114746+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T18:13:48.625379+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:13:48.634028+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306/search/results?ip=3.135.200.195","method":"GET"} [] [2025-03-18T18:16:30.932295+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:16:30.941107+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714/search/results?ip=18.191.171.233","method":"GET"} [] [2025-03-18T18:19:13.783531+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:19:13.792126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa","method":"GET"} [] [2025-03-18T18:19:13.783572+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:19:13.812019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7e397f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7e397f","method":"GET"} [] [2025-03-18T18:19:13.829718+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:19:13.856927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T18:19:14.372527+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T18:19:14.400739+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T18:19:14.401618+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T18:19:14.402319+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T18:21:54.479628+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:21:54.518946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T18:21:54.630885+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T18:21:54.635876+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T18:21:54.636812+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T18:21:54.637438+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T18:21:54.906485+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:21:54.908231+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=db","method":"GET"} [] [2025-03-18T18:21:55.116091+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:21:55.117836+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=db","method":"GET"} [] [2025-03-18T18:21:55.232456+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:21:55.234394+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a","method":"GET"} [] [2025-03-18T18:24:41.287437+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:24:41.296794+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=db","method":"GET"} [] [2025-03-18T18:24:41.287459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:24:41.312591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=form","method":"GET"} [] [2025-03-18T18:24:41.432497+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:24:41.434984+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=db","method":"GET"} [] [2025-03-18T18:27:19.467418+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:27:19.467482+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:27:19.475694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=dump","method":"GET"} [] [2025-03-18T18:27:19.475797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=time","method":"GET"} [] [2025-03-18T18:27:19.609916+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:27:19.612016+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=twig","method":"GET"} [] [2025-03-18T18:30:07.750404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:30:07.750574+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:30:07.760005+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=twig","method":"GET"} [] [2025-03-18T18:30:07.760078+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=dump","method":"GET"} [] [2025-03-18T18:30:07.935109+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:30:07.937254+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=time","method":"GET"} [] [2025-03-18T18:32:52.132015+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:32:52.132122+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:32:52.141901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=form","method":"GET"} [] [2025-03-18T18:32:52.141956+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=time","method":"GET"} [] [2025-03-18T18:32:52.257356+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:32:52.281393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=form","method":"GET"} [] [2025-03-18T18:35:54.716316+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:35:54.726881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=twig","method":"GET"} [] [2025-03-18T18:35:54.716355+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:35:54.743252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=dump","method":"GET"} [] [2025-03-18T18:35:54.813807+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:35:54.815378+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=twig","method":"GET"} [] [2025-03-18T18:38:56.045720+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:38:56.045952+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:38:56.053819+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=time","method":"GET"} [] [2025-03-18T18:38:56.053943+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=cache","method":"GET"} [] [2025-03-18T18:38:56.061327+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:38:56.077795+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=form","method":"GET"} [] [2025-03-18T18:41:44.580640+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:41:44.589068+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=cache","method":"GET"} [] [2025-03-18T18:41:44.580840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:41:44.591384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=cache","method":"GET"} [] [2025-03-18T18:41:44.773245+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:41:44.774212+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=cache","method":"GET"} [] [2025-03-18T18:44:45.354662+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:44:45.354648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:44:45.363075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=events","method":"GET"} [] [2025-03-18T18:44:45.363095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=router","method":"GET"} [] [2025-03-18T18:44:45.404703+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:44:45.421081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=config","method":"GET"} [] [2025-03-18T18:48:06.191127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:48:06.199024+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=logger","method":"GET"} [] [2025-03-18T18:48:06.218998+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:48:06.248761+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=mailer","method":"GET"} [] [2025-03-18T18:48:06.409330+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:48:06.410198+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=config","method":"GET"} [] [2025-03-18T18:51:11.134707+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:51:11.142214+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=events","method":"GET"} [] [2025-03-18T18:51:11.168528+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:51:11.181494+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=events","method":"GET"} [] [2025-03-18T18:51:11.353051+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:51:11.353925+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=router","method":"GET"} [] [2025-03-18T18:54:08.612917+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:54:08.621846+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=router","method":"GET"} [] [2025-03-18T18:54:08.612942+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:54:08.629308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=logger","method":"GET"} [] [2025-03-18T18:54:08.787888+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:54:08.788767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=mailer","method":"GET"} [] [2025-03-18T18:57:10.828944+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:57:10.840566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=config","method":"GET"} [] [2025-03-18T18:57:10.829051+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:57:10.845976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=router","method":"GET"} [] [2025-03-18T18:57:10.925739+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T18:57:10.928296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=config","method":"GET"} [] [2025-03-18T19:00:03.100842+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:00:03.109734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=mailer","method":"GET"} [] [2025-03-18T19:00:03.100842+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:00:03.130882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=events","method":"GET"} [] [2025-03-18T19:00:03.162598+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:00:03.165338+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=logger","method":"GET"} [] [2025-03-18T19:03:04.434593+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:03:04.443923+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=request","method":"GET"} [] [2025-03-18T19:03:04.461282+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:03:04.481604+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=request","method":"GET"} [] [2025-03-18T19:03:04.645751+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:03:04.647650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=request","method":"GET"} [] [2025-03-18T19:05:50.574468+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:05:50.583548+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=security","method":"GET"} [] [2025-03-18T19:05:50.574490+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:05:50.591749+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=notifier","method":"GET"} [] [2025-03-18T19:05:50.767581+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:05:50.769839+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=notifier","method":"GET"} [] [2025-03-18T19:08:37.942060+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:08:37.950442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=security","method":"GET"} [] [2025-03-18T19:08:37.962369+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:08:37.978252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=notifier","method":"GET"} [] [2025-03-18T19:08:38.144688+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:08:38.146549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=security","method":"GET"} [] [2025-03-18T19:11:20.030977+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:11:20.031032+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:11:20.039814+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=validator","method":"GET"} [] [2025-03-18T19:11:20.039863+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=exception","method":"GET"} [] [2025-03-18T19:11:20.176310+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:11:20.178418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=notifier","method":"GET"} [] [2025-03-18T19:13:52.617856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:13:52.626850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=exception","method":"GET"} [] [2025-03-18T19:13:52.621644+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:13:52.642709+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=validator","method":"GET"} [] [2025-03-18T19:16:33.261693+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:16:33.270521+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=exception","method":"GET"} [] [2025-03-18T19:16:33.261526+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:16:33.284805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=validator","method":"GET"} [] [2025-03-18T19:19:22.262658+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:19:22.271534+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=validator","method":"GET"} [] [2025-03-18T19:19:22.262722+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:19:22.284759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=exception","method":"GET"} [] [2025-03-18T19:22:06.570507+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:22:06.630426+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T19:22:06.750692+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T19:22:06.758882+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T19:22:06.759810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T19:22:06.760249+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T19:22:07.050694+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:22:07.053372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=translation","method":"GET"} [] [2025-03-18T19:22:07.236848+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:22:07.238650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.135.200.195","method":"GET"} [] [2025-03-18T19:25:07.265303+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:25:07.274450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=http_client","method":"GET"} [] [2025-03-18T19:25:07.291383+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:25:07.596345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=http_client","method":"GET"} [] [2025-03-18T19:28:08.061435+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:28:08.069766+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=http_client","method":"GET"} [] [2025-03-18T19:28:08.061415+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:28:08.074590+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=translation","method":"GET"} [] [2025-03-18T19:31:17.961247+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:31:17.961218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:31:17.980246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=http_client","method":"GET"} [] [2025-03-18T19:31:17.980246+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=translation","method":"GET"} [] [2025-03-18T19:34:19.038467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:34:19.042724+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:34:19.047679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T19:34:19.047697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T19:34:19.165015+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T19:34:19.165313+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T19:37:20.144563+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:37:20.153268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T19:37:20.144577+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:37:20.189443+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T19:37:20.300501+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T19:37:20.300612+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T19:40:21.743316+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:40:21.752302+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e/search/results?ip=3.135.200.195","method":"GET"} [] [2025-03-18T19:40:21.756863+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:40:21.779201+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b/search/results?ip=3.17.74.14","method":"GET"} [] [2025-03-18T19:40:56.996661+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:40:57.005403+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-18T19:40:57.048553+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-18T19:40:57.048600+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T19:40:57.048621+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T19:40:57.048635+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T19:40:57.048649+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T19:40:57.182644+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T19:40:57.190276+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T19:40:58.816066+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:40:58.818045+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-18T19:40:58.821545+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-18T19:40:58.821587+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T19:40:58.821614+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-18T19:40:58.821630+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T19:40:58.821643+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-18T19:40:58.854915+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T19:40:58.856703+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T19:43:13.553706+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:43:13.553709+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:43:13.563102+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785/search/results?ip=2a03%3Ab0c0%3A2%3Ad0%3A%3A10fd%3A3001","method":"GET"} [] [2025-03-18T19:43:13.563135+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3/search/results?ip=35.179.151.147","method":"GET"} [] [2025-03-18T19:51:57.155492+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:51:57.155551+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:51:57.164910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312","method":"GET"} [] [2025-03-18T19:51:57.164926+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T19:51:57.287911+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T19:53:34.313303+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:53:34.353069+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T19:53:34.464407+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T19:53:34.471343+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T19:53:34.472231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T19:53:34.472679+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T19:53:35.452977+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T19:53:35.454847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d32714"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d32714?panel=form","method":"GET"} [] [2025-03-18T20:00:41.032636+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:00:41.041769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=exception","method":"GET"} [] [2025-03-18T20:00:41.032668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:00:41.032742+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:00:41.050785+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=notifier","method":"GET"} [] [2025-03-18T20:00:41.050882+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=security","method":"GET"} [] [2025-03-18T20:03:32.693997+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:03:32.702847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=logger","method":"GET"} [] [2025-03-18T20:20:21.914172+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:20:21.923299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=router","method":"GET"} [] [2025-03-18T20:26:32.428653+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:26:32.470154+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T20:26:32.589152+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T20:26:32.596178+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T20:26:32.597118+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T20:26:32.597793+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T20:26:33.023632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:26:33.025359+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8/search/results?ip=3.18.223.22","method":"GET"} [] [2025-03-18T20:26:33.072042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:26:33.074210+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=translation","method":"GET"} [] [2025-03-18T20:26:33.250269+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:26:33.252052+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=config","method":"GET"} [] [2025-03-18T20:26:33.357683+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:26:33.359412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=form","method":"GET"} [] [2025-03-18T20:26:33.561757+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:26:33.563527+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=twig","method":"GET"} [] [2025-03-18T20:29:21.633819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:29:21.645644+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=cache","method":"GET"} [] [2025-03-18T20:35:03.096264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:35:03.105833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=mailer","method":"GET"} [] [2025-03-18T20:43:59.360648+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:43:59.368903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=time","method":"GET"} [] [2025-03-18T20:43:59.360804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:43:59.384001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=dump","method":"GET"} [] [2025-03-18T20:43:59.387498+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T20:43:59.389911+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=db","method":"GET"} [] [2025-03-18T21:01:06.215595+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:01:06.224624+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=events","method":"GET"} [] [2025-03-18T21:13:46.787940+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:13:46.796353+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=request","method":"GET"} [] [2025-03-18T21:16:27.041122+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:16:27.049411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=validator","method":"GET"} [] [2025-03-18T21:16:27.040275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:16:27.067293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=http_client","method":"GET"} [] [2025-03-18T21:21:50.209485+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:21:50.218314+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=translation","method":"GET"} [] [2025-03-18T21:24:49.482836+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:24:49.491558+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T21:24:49.606326+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T21:27:32.483603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:27:32.524807+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T21:27:32.660817+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T21:27:32.748450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T21:27:32.749344+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T21:27:32.749904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T21:27:33.161054+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:27:33.162799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=config","method":"GET"} [] [2025-03-18T21:33:18.406887+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:33:18.415841+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=request","method":"GET"} [] [2025-03-18T21:36:18.768389+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:36:18.777681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=security","method":"GET"} [] [2025-03-18T21:36:18.768402+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:36:18.794824+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312","method":"GET"} [] [2025-03-18T21:41:44.654990+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:41:44.665187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=mailer","method":"GET"} [] [2025-03-18T21:44:50.056705+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:44:50.065471+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=exception","method":"GET"} [] [2025-03-18T21:52:59.913258+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:52:59.921886+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=dump","method":"GET"} [] [2025-03-18T21:55:38.881181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:55:38.890853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=notifier","method":"GET"} [] [2025-03-18T21:58:27.119384+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:58:27.128802+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8/search/results?ip=3.18.223.22","method":"GET"} [] [2025-03-18T21:58:27.123665+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T21:58:27.141240+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=cache","method":"GET"} [] [2025-03-18T22:09:12.178214+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:09:12.187423+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=http_client","method":"GET"} [] [2025-03-18T22:14:27.810941+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:14:27.821694+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=time","method":"GET"} [] [2025-03-18T22:22:42.083553+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:22:42.093143+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=events","method":"GET"} [] [2025-03-18T22:30:40.892349+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:30:40.934588+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T22:30:41.068760+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T22:30:41.076245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T22:30:41.077169+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T22:30:41.077879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T22:30:41.351153+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:30:41.353046+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=router","method":"GET"} [] [2025-03-18T22:33:20.997055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:33:20.997186+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:33:21.005827+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=logger","method":"GET"} [] [2025-03-18T22:33:21.005847+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=form","method":"GET"} [] [2025-03-18T22:36:01.170795+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:36:01.190800+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=db","method":"GET"} [] [2025-03-18T22:38:41.675245+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:38:41.675249+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:38:41.684456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=twig","method":"GET"} [] [2025-03-18T22:38:41.684508+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=validator","method":"GET"} [] [2025-03-18T22:41:32.309549+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:41:32.317938+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=db","method":"GET"} [] [2025-03-18T22:41:32.332071+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:41:32.334745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d","method":"GET"} [] [2025-03-18T22:41:32.519877+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:41:32.521625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c19306"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/c19306","method":"GET"} [] [2025-03-18T22:41:32.672818+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:41:32.674681+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd","method":"GET"} [] [2025-03-18T22:44:12.530388+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:44:12.530435+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:44:12.539343+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=form","method":"GET"} [] [2025-03-18T22:44:12.539397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=db","method":"GET"} [] [2025-03-18T22:44:12.675292+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:44:12.677395+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=db","method":"GET"} [] [2025-03-18T22:44:12.892897+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:44:12.894636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=db","method":"GET"} [] [2025-03-18T22:46:55.615753+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:46:55.624315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=form","method":"GET"} [] [2025-03-18T22:46:55.650162+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:46:55.652764+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=twig","method":"GET"} [] [2025-03-18T22:46:55.797418+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:46:55.799317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=dump","method":"GET"} [] [2025-03-18T22:46:55.975866+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:46:55.977638+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=time","method":"GET"} [] [2025-03-18T22:49:40.557755+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:49:40.557744+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:49:40.566835+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=twig","method":"GET"} [] [2025-03-18T22:49:40.566946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=twig","method":"GET"} [] [2025-03-18T22:49:40.748355+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:49:40.750131+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=dump","method":"GET"} [] [2025-03-18T22:49:40.933065+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:49:40.934946+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=time","method":"GET"} [] [2025-03-18T22:52:52.536816+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:52:52.536803+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:52:52.545958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=time","method":"GET"} [] [2025-03-18T22:52:52.546047+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=time","method":"GET"} [] [2025-03-18T22:52:52.671882+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:52:52.674458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=dump","method":"GET"} [] [2025-03-18T22:52:52.868879+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:52:52.871019+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=form","method":"GET"} [] [2025-03-18T22:55:44.072057+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:55:44.071936+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:55:44.081649+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=dump","method":"GET"} [] [2025-03-18T22:55:44.081650+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=time","method":"GET"} [] [2025-03-18T22:55:44.246851+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:55:44.248979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=form","method":"GET"} [] [2025-03-18T22:55:44.428206+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:55:44.430042+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=twig","method":"GET"} [] [2025-03-18T22:58:30.889017+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:58:30.889226+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:58:30.898489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=cache","method":"GET"} [] [2025-03-18T22:58:30.898582+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=form","method":"GET"} [] [2025-03-18T22:58:30.980157+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:58:30.982747+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=dump","method":"GET"} [] [2025-03-18T22:58:31.225432+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T22:58:31.227201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=twig","method":"GET"} [] [2025-03-18T23:01:13.243373+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:01:13.252111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=cache","method":"GET"} [] [2025-03-18T23:01:13.258952+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:01:13.261440+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=cache","method":"GET"} [] [2025-03-18T23:01:13.447255+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:01:13.448971+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=cache","method":"GET"} [] [2025-03-18T23:01:13.615509+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:01:13.617346+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=cache","method":"GET"} [] [2025-03-18T23:03:53.848605+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:03:53.848581+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:03:53.857837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=logger","method":"GET"} [] [2025-03-18T23:03:53.857910+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=router","method":"GET"} [] [2025-03-18T23:03:54.016568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:03:54.018758+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=events","method":"GET"} [] [2025-03-18T23:03:54.195674+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:03:54.197426+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=mailer","method":"GET"} [] [2025-03-18T23:06:42.620766+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:06:42.620891+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:06:42.630126+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=events","method":"GET"} [] [2025-03-18T23:06:42.630156+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=mailer","method":"GET"} [] [2025-03-18T23:06:42.767961+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:06:42.770368+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=logger","method":"GET"} [] [2025-03-18T23:06:42.959770+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:06:42.961524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=config","method":"GET"} [] [2025-03-18T23:09:33.826828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:09:33.826947+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:09:33.836255+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=router","method":"GET"} [] [2025-03-18T23:09:33.836331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=events","method":"GET"} [] [2025-03-18T23:09:33.936413+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:09:33.938798+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=router","method":"GET"} [] [2025-03-18T23:09:34.117197+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:09:34.119095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=config","method":"GET"} [] [2025-03-18T23:12:34.572999+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:12:34.574472+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:12:34.574508+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:12:34.635291+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=events","method":"GET"} [] [2025-03-18T23:12:34.635296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=config","method":"GET"} [] [2025-03-18T23:12:34.635317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=logger","method":"GET"} [] [2025-03-18T23:12:34.724588+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:12:34.727076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=logger","method":"GET"} [] [2025-03-18T23:15:34.668298+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:15:34.682377+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=router","method":"GET"} [] [2025-03-18T23:15:34.689327+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:15:34.691821+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=logger","method":"GET"} [] [2025-03-18T23:15:34.877794+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:15:34.880095+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=mailer","method":"GET"} [] [2025-03-18T23:15:35.074450+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:15:35.076209+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=router","method":"GET"} [] [2025-03-18T23:18:21.821458+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:18:21.830111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=config","method":"GET"} [] [2025-03-18T23:18:21.821460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:18:21.840105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=events","method":"GET"} [] [2025-03-18T23:18:21.948218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:18:21.950710+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=mailer","method":"GET"} [] [2025-03-18T23:21:02.919471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:21:02.919573+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:21:02.928531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.17.74.14","method":"GET"} [] [2025-03-18T23:21:02.928549+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=request","method":"GET"} [] [2025-03-18T23:21:03.066008+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:21:03.068500+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=request","method":"GET"} [] [2025-03-18T23:23:44.152704+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:23:44.152718+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:23:44.161903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=request","method":"GET"} [] [2025-03-18T23:23:44.161974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=request","method":"GET"} [] [2025-03-18T23:23:44.333757+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:23:44.335531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=request","method":"GET"} [] [2025-03-18T23:26:24.960674+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:26:24.960674+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:26:24.970465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=notifier","method":"GET"} [] [2025-03-18T23:26:24.970465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=notifier","method":"GET"} [] [2025-03-18T23:26:25.111889+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:26:25.114066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=security","method":"GET"} [] [2025-03-18T23:28:55.654427+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:28:55.654442+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:28:55.663483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=notifier","method":"GET"} [] [2025-03-18T23:28:55.663613+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=security","method":"GET"} [] [2025-03-18T23:28:55.808286+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:28:55.810465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=security","method":"GET"} [] [2025-03-18T23:31:16.428332+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:31:16.470276+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-18T23:31:16.587291+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T23:31:16.594862+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T23:31:16.595810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-18T23:31:16.596412+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-18T23:31:16.866029+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:31:16.867838+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=security","method":"GET"} [] [2025-03-18T23:31:17.086256+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:31:17.088065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=security","method":"GET"} [] [2025-03-18T23:31:17.202894+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:31:17.204655+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=notifier","method":"GET"} [] [2025-03-18T23:33:47.100042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:33:47.108544+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=validator","method":"GET"} [] [2025-03-18T23:33:47.123926+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:33:47.126356+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=exception","method":"GET"} [] [2025-03-18T23:33:47.316447+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:33:47.318253+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=notifier","method":"GET"} [] [2025-03-18T23:36:47.943836+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:36:47.943672+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:36:47.952592+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=validator","method":"GET"} [] [2025-03-18T23:36:47.952715+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=validator","method":"GET"} [] [2025-03-18T23:36:48.104372+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:36:48.106569+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=exception","method":"GET"} [] [2025-03-18T23:39:49.649576+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:39:49.649580+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:39:49.658053+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=exception","method":"GET"} [] [2025-03-18T23:39:49.658081+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=validator","method":"GET"} [] [2025-03-18T23:39:49.689738+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:39:49.692225+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=exception","method":"GET"} [] [2025-03-18T23:42:37.687445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:42:37.687475+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:42:37.696692+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=http_client","method":"GET"} [] [2025-03-18T23:42:37.696697+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=exception","method":"GET"} [] [2025-03-18T23:42:37.854882+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:42:37.857105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=validator","method":"GET"} [] [2025-03-18T23:45:22.755255+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:45:22.764316+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=http_client","method":"GET"} [] [2025-03-18T23:45:22.755273+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:45:22.788418+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=35.179.151.147","method":"GET"} [] [2025-03-18T23:45:22.882028+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:45:22.884483+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=translation","method":"GET"} [] [2025-03-18T23:48:22.783811+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:48:22.783894+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:48:22.792404+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=translation","method":"GET"} [] [2025-03-18T23:48:22.792427+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=http_client","method":"GET"} [] [2025-03-18T23:48:23.001445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:48:23.003309+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=translation","method":"GET"} [] [2025-03-18T23:51:06.745467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:51:06.745425+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:51:06.753756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=translation","method":"GET"} [] [2025-03-18T23:51:06.753898+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=http_client","method":"GET"} [] [2025-03-18T23:51:06.898479+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:51:06.900707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=http_client","method":"GET"} [] [2025-03-18T23:53:48.749290+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:53:48.758566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T23:53:48.781777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:53:48.784190+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T23:53:48.869333+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T23:53:48.869482+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T23:53:48.987331+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:53:48.989457+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=translation","method":"GET"} [] [2025-03-18T23:57:12.429758+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:57:12.429756+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:57:12.429758+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:57:12.439799+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T23:57:12.439972+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T23:57:12.439975+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=doctrine_migrations","method":"GET"} [] [2025-03-18T23:57:12.562405+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T23:57:12.562633+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T23:57:12.562679+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-18T23:59:55.134292+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:59:55.134392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:59:55.143550+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4c4312"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4c4312/search/results?ip=3.18.223.22","method":"GET"} [] [2025-03-18T23:59:55.143569+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd/search/results?ip=3.14.148.232","method":"GET"} [] [2025-03-18T23:59:55.256828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-18T23:59:55.258960+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a87aa"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a87aa/search/results?ip=3.17.74.14","method":"GET"} [] [2025-03-19T00:02:39.780897+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T00:02:39.781034+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T00:02:39.790849+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=2a03%3Ab0c0%3A2%3Ad0%3A%3A10fd%3A3001","method":"GET"} [] [2025-03-19T00:02:39.791178+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a/search/results?ip=35.179.151.147","method":"GET"} [] [2025-03-19T00:02:39.912595+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T00:02:39.914772+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286/search/results?ip=18.218.177.226","method":"GET"} [] [2025-03-19T00:07:54.168219+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T00:07:54.177412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.18.223.22","method":"GET"} [] [2025-03-19T01:25:06.463232+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:25:06.525558+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T01:25:06.963950+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T01:25:06.995048+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T01:25:06.995939+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T01:25:06.996413+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T01:25:07.329275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:25:07.349664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=db","method":"GET"} [] [2025-03-19T01:25:07.504895+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:25:07.506772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=db","method":"GET"} [] [2025-03-19T01:27:48.001080+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:27:48.009219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=form","method":"GET"} [] [2025-03-19T01:27:48.010046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:27:48.024334+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=twig","method":"GET"} [] [2025-03-19T01:30:26.609208+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:30:26.609227+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:30:26.617913+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=dump","method":"GET"} [] [2025-03-19T01:30:26.618073+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=twig","method":"GET"} [] [2025-03-19T01:33:09.436216+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:33:09.444893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=dump","method":"GET"} [] [2025-03-19T01:33:09.509970+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:33:09.512420+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=time","method":"GET"} [] [2025-03-19T01:35:52.110860+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:35:52.119597+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=cache","method":"GET"} [] [2025-03-19T01:35:52.181514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:35:52.183979+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=time","method":"GET"} [] [2025-03-19T01:38:41.728919+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:38:41.728920+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:38:41.737861+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=cache","method":"GET"} [] [2025-03-19T01:38:41.737881+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=logger","method":"GET"} [] [2025-03-19T01:41:18.984594+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:41:18.984594+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:41:18.995374+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=logger","method":"GET"} [] [2025-03-19T01:41:18.995375+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=config","method":"GET"} [] [2025-03-19T01:44:00.782810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:44:00.782839+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:44:00.791350+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=router","method":"GET"} [] [2025-03-19T01:44:00.791348+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=config","method":"GET"} [] [2025-03-19T01:46:40.981813+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:46:40.991874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=router","method":"GET"} [] [2025-03-19T01:49:21.282983+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:49:21.292071+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=events","method":"GET"} [] [2025-03-19T01:52:02.173326+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:52:02.181691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=events","method":"GET"} [] [2025-03-19T01:54:51.028952+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:54:51.038233+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=mailer","method":"GET"} [] [2025-03-19T01:57:40.307096+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T01:57:40.315976+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=mailer","method":"GET"} [] [2025-03-19T02:00:19.578903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:00:19.587194+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=request","method":"GET"} [] [2025-03-19T02:03:18.397636+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:03:18.406754+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=request","method":"GET"} [] [2025-03-19T02:05:59.030458+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:05:59.042267+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=notifier","method":"GET"} [] [2025-03-19T02:08:37.581543+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:08:37.590737+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=notifier","method":"GET"} [] [2025-03-19T02:11:20.692737+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:11:20.707888+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=security","method":"GET"} [] [2025-03-19T02:14:02.202977+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:14:02.232596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=security","method":"GET"} [] [2025-03-19T02:16:51.919610+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:16:51.929187+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=exception","method":"GET"} [] [2025-03-19T02:19:30.600726+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:19:30.609511+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=exception","method":"GET"} [] [2025-03-19T02:22:12.308237+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:22:12.316832+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=validator","method":"GET"} [] [2025-03-19T02:25:01.482765+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:25:01.503546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=validator","method":"GET"} [] [2025-03-19T02:27:52.331410+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:27:52.392215+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T02:27:53.001529+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T02:27:53.052036+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T02:27:53.052899+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T02:27:53.053628+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T02:27:53.374259+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:27:53.381637+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=http_client","method":"GET"} [] [2025-03-19T02:30:32.521488+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:30:32.536259+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=translation","method":"GET"} [] [2025-03-19T02:33:22.628155+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:33:22.637292+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=translation","method":"GET"} [] [2025-03-19T02:36:03.765508+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:36:03.782449+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T02:36:03.956136+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T02:38:42.120225+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:38:42.129226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T02:38:42.317551+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T02:41:20.179204+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:41:20.188337+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d/search/results?ip=3.14.148.232","method":"GET"} [] [2025-03-19T02:43:59.756973+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:43:59.769111+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd/search/results?ip=18.218.177.226","method":"GET"} [] [2025-03-19T02:46:41.900687+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:46:41.900696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:46:41.910219+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8","method":"GET"} [] [2025-03-19T02:46:41.910311+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d","method":"GET"} [] [2025-03-19T02:49:17.516017+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:49:17.527114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98","method":"GET"} [] [2025-03-19T02:49:17.516158+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:49:17.537023+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b48d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b48d3","method":"GET"} [] [2025-03-19T02:51:23.437172+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:51:23.514950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T02:51:24.049186+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T02:51:24.077087+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T02:51:24.077933+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T02:51:24.078556+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T02:51:25.065047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:51:25.066874+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b?panel=translation","method":"GET"} [] [2025-03-19T02:51:56.145969+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:51:56.145783+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:51:56.171197+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=db","method":"GET"} [] [2025-03-19T02:51:56.171298+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"35e52b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/35e52b","method":"GET"} [] [2025-03-19T02:54:35.154291+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:54:35.154308+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:54:35.163456+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=twig","method":"GET"} [] [2025-03-19T02:54:35.163484+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=form","method":"GET"} [] [2025-03-19T02:57:33.944361+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:57:33.953201+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=time","method":"GET"} [] [2025-03-19T02:57:33.944362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T02:57:33.966180+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=dump","method":"GET"} [] [2025-03-19T03:00:16.279825+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:00:16.279923+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:00:16.312679+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=time","method":"GET"} [] [2025-03-19T03:00:16.312683+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=twig","method":"GET"} [] [2025-03-19T03:03:00.265131+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:03:00.305965+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=dump","method":"GET"} [] [2025-03-19T03:03:00.265067+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:03:00.315066+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=form","method":"GET"} [] [2025-03-19T03:05:47.751568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:05:47.751618+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:05:47.771087+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=cache","method":"GET"} [] [2025-03-19T03:05:47.771281+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=cache","method":"GET"} [] [2025-03-19T03:08:46.213940+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:08:46.235848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=mailer","method":"GET"} [] [2025-03-19T03:08:46.213733+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:08:46.248560+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=logger","method":"GET"} [] [2025-03-19T03:11:45.217220+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:11:45.226598+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=config","method":"GET"} [] [2025-03-19T03:11:45.217285+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:11:45.231591+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=router","method":"GET"} [] [2025-03-19T03:14:32.699562+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:14:32.708878+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=events","method":"GET"} [] [2025-03-19T03:14:32.699780+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:14:32.731829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=router","method":"GET"} [] [2025-03-19T03:17:32.057035+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:17:32.057049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:17:32.091384+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=events","method":"GET"} [] [2025-03-19T03:17:32.091428+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=config","method":"GET"} [] [2025-03-19T03:20:31.211520+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:20:31.211392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:20:31.221265+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=mailer","method":"GET"} [] [2025-03-19T03:20:31.221492+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=logger","method":"GET"} [] [2025-03-19T03:23:23.045629+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:23:23.065876+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=request","method":"GET"} [] [2025-03-19T03:23:23.045629+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:23:23.071829+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=request","method":"GET"} [] [2025-03-19T03:26:22.168598+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:26:22.186610+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=security","method":"GET"} [] [2025-03-19T03:29:12.218053+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:29:12.293915+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T03:29:12.891552+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T03:29:12.917572+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T03:29:12.918496+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T03:29:12.919115+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T03:29:13.214441+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:29:13.216524+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=security","method":"GET"} [] [2025-03-19T03:32:11.632057+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:32:11.662933+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.14.148.232","method":"GET"} [] [2025-03-19T03:35:01.611726+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:35:01.620701+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=exception","method":"GET"} [] [2025-03-19T03:37:43.759575+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:37:43.796966+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=validator","method":"GET"} [] [2025-03-19T03:40:29.008163+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:40:29.029779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=validator","method":"GET"} [] [2025-03-19T03:43:12.030452+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:43:12.041299+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=exception","method":"GET"} [] [2025-03-19T03:45:47.338826+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:45:47.362268+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.218.177.226","method":"GET"} [] [2025-03-19T03:47:01.770777+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:47:01.787833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9dbf3e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9dbf3e?panel=dump","method":"GET"} [] [2025-03-19T03:48:26.005876+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:48:26.014837+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=http_client","method":"GET"} [] [2025-03-19T03:51:04.565385+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:51:04.579745+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=translation","method":"GET"} [] [2025-03-19T03:53:43.175780+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:53:43.211974+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=translation","method":"GET"} [] [2025-03-19T03:56:21.692636+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:56:21.705465+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=http_client","method":"GET"} [] [2025-03-19T03:59:11.254716+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T03:59:11.273660+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T03:59:11.500449+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T04:01:52.833169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T04:01:52.842171+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T04:01:53.001585+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T04:04:34.674877+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T04:04:34.696260+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae/search/results?ip=13.59.183.39","method":"GET"} [] [2025-03-19T04:07:14.048466+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T04:07:14.070694+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e/search/results?ip=18.119.120.229","method":"GET"} [] [2025-03-19T05:31:22.053665+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:31:22.213931+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T05:31:22.672356+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T05:31:22.682581+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T05:31:22.683520+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T05:31:22.684211+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T05:31:22.982127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:31:22.983894+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd","method":"GET"} [] [2025-03-19T05:31:23.185100+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:31:23.187705+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"948286"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/948286","method":"GET"} [] [2025-03-19T05:34:01.939568+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:34:01.948958+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=db","method":"GET"} [] [2025-03-19T05:34:01.939593+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:34:01.954636+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=db","method":"GET"} [] [2025-03-19T05:36:42.876643+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:36:42.885642+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=dump","method":"GET"} [] [2025-03-19T05:36:42.876741+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:36:42.910498+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=form","method":"GET"} [] [2025-03-19T05:39:21.768395+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:39:21.778990+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=form","method":"GET"} [] [2025-03-19T05:39:21.856007+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:39:21.869530+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=twig","method":"GET"} [] [2025-03-19T05:42:03.756414+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:42:03.764813+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=time","method":"GET"} [] [2025-03-19T05:42:03.756452+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:42:03.778293+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=time","method":"GET"} [] [2025-03-19T05:44:42.171569+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:44:42.180664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=twig","method":"GET"} [] [2025-03-19T05:44:42.171599+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:44:42.190412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=dump","method":"GET"} [] [2025-03-19T05:47:17.015897+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:47:17.024988+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=cache","method":"GET"} [] [2025-03-19T05:47:17.015934+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:47:17.031531+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=cache","method":"GET"} [] [2025-03-19T05:50:00.562074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:50:00.571102+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=router","method":"GET"} [] [2025-03-19T05:50:00.562184+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:50:00.585402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=logger","method":"GET"} [] [2025-03-19T05:52:46.458095+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:52:46.467276+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=mailer","method":"GET"} [] [2025-03-19T05:52:46.458195+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:52:46.506230+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=config","method":"GET"} [] [2025-03-19T05:55:25.527832+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:55:25.536719+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=events","method":"GET"} [] [2025-03-19T05:55:25.527896+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:55:25.546424+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=router","method":"GET"} [] [2025-03-19T05:58:08.268710+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:58:08.268822+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T05:58:08.278919+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=mailer","method":"GET"} [] [2025-03-19T05:58:08.278961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=config","method":"GET"} [] [2025-03-19T06:00:30.557928+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:00:30.567076+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=logger","method":"GET"} [] [2025-03-19T06:00:30.557970+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:00:30.570025+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=events","method":"GET"} [] [2025-03-19T06:03:11.623904+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:03:11.648169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=request","method":"GET"} [] [2025-03-19T06:05:52.845741+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:05:52.854671+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=request","method":"GET"} [] [2025-03-19T06:08:11.784374+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:08:11.793625+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=notifier","method":"GET"} [] [2025-03-19T06:10:41.790067+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:10:41.799009+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=security","method":"GET"} [] [2025-03-19T06:13:13.409518+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:13:13.418347+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=notifier","method":"GET"} [] [2025-03-19T06:15:52.402926+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:15:52.412261+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=security","method":"GET"} [] [2025-03-19T06:18:22.100267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:18:22.109850+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=validator","method":"GET"} [] [2025-03-19T06:20:58.808044+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:20:58.817114+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=exception","method":"GET"} [] [2025-03-19T06:23:23.227323+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:23:23.236656+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=validator","method":"GET"} [] [2025-03-19T06:25:52.397207+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:25:52.406393+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=exception","method":"GET"} [] [2025-03-19T06:28:26.435491+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:28:26.444664+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=translation","method":"GET"} [] [2025-03-19T06:31:11.501845+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:31:11.513501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=http_client","method":"GET"} [] [2025-03-19T06:33:48.410444+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:33:48.444989+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T06:33:48.560011+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T06:33:48.567315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T06:33:48.568208+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T06:33:48.568627+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T06:33:48.810723+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:33:48.811571+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=http_client","method":"GET"} [] [2025-03-19T06:36:28.159872+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:36:28.169707+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=translation","method":"GET"} [] [2025-03-19T06:39:10.266611+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:39:10.275227+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T06:39:10.368817+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T06:41:55.184822+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:41:55.192688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T06:41:55.276365+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T06:44:34.208533+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:44:34.217181+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e7969d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e7969d/search/results?ip=13.59.183.39","method":"GET"} [] [2025-03-19T06:47:13.449080+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:47:13.458691+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"00ca98"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/00ca98/search/results?ip=18.119.120.229","method":"GET"} [] [2025-03-19T06:49:37.155714+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:49:37.164561+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=logger","method":"GET"} [] [2025-03-19T06:52:20.589418+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:52:20.598466+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=form","method":"GET"} [] [2025-03-19T06:55:03.999479+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T06:55:04.008170+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=mailer","method":"GET"} [] [2025-03-19T07:03:05.520194+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:03:05.529402+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c","method":"GET"} [] [2025-03-19T07:05:34.274844+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:05:34.283854+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=request","method":"GET"} [] [2025-03-19T07:08:17.361074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:08:17.369865+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=events","method":"GET"} [] [2025-03-19T07:10:53.481632+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:10:53.490163+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951/search/results?ip=3.18.103.55","method":"GET"} [] [2025-03-19T07:24:52.310232+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:24:52.319775+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T07:24:52.439096+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T07:33:08.420872+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:33:08.429769+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=twig","method":"GET"} [] [2025-03-19T07:33:08.420825+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:33:08.447885+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=db","method":"GET"} [] [2025-03-19T07:35:51.352455+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:35:51.393187+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T07:35:51.506324+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T07:35:51.513999+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T07:35:51.514919+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T07:35:51.515458+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T07:35:51.789104+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:35:51.790997+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=time","method":"GET"} [] [2025-03-19T07:38:31.760710+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:38:31.769916+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=http_client","method":"GET"} [] [2025-03-19T07:46:42.385116+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:46:42.394226+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=validator","method":"GET"} [] [2025-03-19T07:49:24.867276+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:49:24.876315+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=notifier","method":"GET"} [] [2025-03-19T07:49:24.867218+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:49:24.889376+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=config","method":"GET"} [] [2025-03-19T07:52:19.013712+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:52:19.022221+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=security","method":"GET"} [] [2025-03-19T07:52:19.075507+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T07:52:19.097195+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=dump","method":"GET"} [] [2025-03-19T08:04:26.035833+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T08:04:26.035847+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T08:04:26.044853+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=translation","method":"GET"} [] [2025-03-19T08:04:26.045029+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=cache","method":"GET"} [] [2025-03-19T08:10:05.655776+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T08:10:05.664557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=exception","method":"GET"} [] [2025-03-19T09:35:33.229187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:35:33.285945+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T09:35:33.412815+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T09:35:33.420293+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T09:35:33.421218+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T09:35:33.421847+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T09:35:33.838982+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:35:33.840797+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c/search/results?ip=3.18.103.55","method":"GET"} [] [2025-03-19T09:35:33.902174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:35:33.904300+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=twig","method":"GET"} [] [2025-03-19T09:38:35.697983+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:38:35.707125+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=config","method":"GET"} [] [2025-03-19T09:49:30.107051+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:49:30.153641+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T09:49:30.296911+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T09:49:30.306047+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T09:49:30.306974+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T09:49:30.307654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T09:49:31.211418+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:49:31.213177+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=logger","method":"GET"} [] [2025-03-19T09:51:02.085857+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:51:02.094479+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=logger","method":"GET"} [] [2025-03-19T09:51:02.168800+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T09:51:02.171252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae","method":"GET"} [] [2025-03-19T10:00:00.745512+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:00:00.755746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=exception","method":"GET"} [] [2025-03-19T10:08:33.847074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:08:33.855977+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=events","method":"GET"} [] [2025-03-19T10:15:04.969858+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:15:04.979038+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=notifier","method":"GET"} [] [2025-03-19T10:18:04.043028+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:18:04.052252+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=db","method":"GET"} [] [2025-03-19T10:24:24.132523+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:24:24.141662+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=form","method":"GET"} [] [2025-03-19T10:33:14.499023+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:33:14.507672+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=validator","method":"GET"} [] [2025-03-19T10:39:11.842436+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:39:11.884347+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T10:39:12.015811+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T10:39:12.025507+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T10:39:12.026406+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T10:39:12.027075+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T10:39:12.431934+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:39:12.433688+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T10:39:12.492637+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:39:12.495182+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=dump","method":"GET"} [] [2025-03-19T10:39:12.515695+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T10:48:23.613973+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:48:23.623264+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=translation","method":"GET"} [] [2025-03-19T10:48:23.614017+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:48:23.639459+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=router","method":"GET"} [] [2025-03-19T10:48:23.781787+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:48:23.784308+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=time","method":"GET"} [] [2025-03-19T10:54:44.491087+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:54:44.499942+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=cache","method":"GET"} [] [2025-03-19T10:57:47.433912+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T10:57:47.442845+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e","method":"GET"} [] [2025-03-19T11:40:49.532173+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T11:40:49.574129+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T11:40:49.691046+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T11:40:49.699453+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T11:40:49.700378+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T11:40:49.700837+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T11:40:50.599862+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T11:40:50.602193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=mailer","method":"GET"} [] [2025-03-19T11:54:03.777840+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T11:54:03.787734+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f85785"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f85785?panel=security","method":"GET"} [] [2025-03-19T12:04:15.818135+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T12:04:15.858798+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T12:04:15.970685+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T12:04:15.977544+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T12:04:15.978442+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T12:04:15.979018+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T12:04:16.385744+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T12:04:16.387756+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.18.103.55","method":"GET"} [] [2025-03-19T14:43:42.399833+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T14:43:42.457044+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T14:43:42.581371+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T14:43:42.590385+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T14:43:42.591301+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T14:43:42.591906+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T14:43:43.566670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T14:43:43.568379+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=mailer","method":"GET"} [] [2025-03-19T15:20:10.982505+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:20:11.025252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T15:20:11.149487+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T15:20:11.156633+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T15:20:11.157559+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T15:20:11.158012+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T15:20:11.436529+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:20:11.438431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=exception","method":"GET"} [] [2025-03-19T15:20:11.789587+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:20:11.791330+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=config","method":"GET"} [] [2025-03-19T15:20:11.809167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:20:11.811767+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=events","method":"GET"} [] [2025-03-19T15:26:14.899242+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:26:14.908003+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=request","method":"GET"} [] [2025-03-19T15:29:15.229673+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:29:15.238777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=twig","method":"GET"} [] [2025-03-19T15:34:50.332267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:34:50.340870+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=security","method":"GET"} [] [2025-03-19T15:43:33.928128+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:43:33.945546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=validator","method":"GET"} [] [2025-03-19T15:49:25.433859+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:49:25.434057+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:49:25.443372+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=router","method":"GET"} [] [2025-03-19T15:49:25.443581+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=mailer","method":"GET"} [] [2025-03-19T15:52:26.437409+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:52:26.446411+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=db","method":"GET"} [] [2025-03-19T15:55:27.444099+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:55:27.444049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:55:27.452442+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=time","method":"GET"} [] [2025-03-19T15:55:27.452472+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=logger","method":"GET"} [] [2025-03-19T15:58:28.309784+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:58:28.319557+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T15:58:28.379357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:58:28.381848+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=dump","method":"GET"} [] [2025-03-19T15:58:28.432848+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T15:58:28.435397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295","method":"GET"} [] [2025-03-19T15:58:28.438924+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T16:15:16.682877+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T16:15:16.691704+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=http_client","method":"GET"} [] [2025-03-19T16:23:42.490862+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T16:23:42.571161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T16:23:43.275268+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T16:23:43.306625+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T16:23:43.307544+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T16:23:43.308162+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T16:23:43.759296+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T16:23:43.761612+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=form","method":"GET"} [] [2025-03-19T16:29:22.334526+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T16:29:22.344431+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=notifier","method":"GET"} [] [2025-03-19T16:32:12.767949+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T16:32:12.825601+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=translation","method":"GET"} [] [2025-03-19T16:40:26.709720+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T16:40:26.718398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02?panel=cache","method":"GET"} [] [2025-03-19T18:58:51.846815+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T18:58:51.887914+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T18:58:52.029802+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T18:58:52.039229+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T18:58:52.040045+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T18:58:52.040581+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T18:58:52.862223+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T18:58:52.863991+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"defffd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/defffd?panel=db","method":"GET"} [] [2025-03-19T19:39:55.639391+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:39:55.681331+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T19:39:55.795540+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T19:39:55.804275+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T19:39:55.805210+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T19:39:55.805823+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T19:39:56.210118+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:39:56.212001+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=twig","method":"GET"} [] [2025-03-19T19:42:43.565754+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:42:43.574397+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=http_client","method":"GET"} [] [2025-03-19T19:48:25.534116+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:48:25.542903+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=security","method":"GET"} [] [2025-03-19T19:48:25.603808+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:48:25.606313+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=config","method":"GET"} [] [2025-03-19T19:48:25.685365+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:48:25.687501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=router","method":"GET"} [] [2025-03-19T19:51:04.151670+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:51:04.160412+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=time","method":"GET"} [] [2025-03-19T19:59:12.098585+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:59:12.098757+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T19:59:12.107746+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=validator","method":"GET"} [] [2025-03-19T19:59:12.107777+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=logger","method":"GET"} [] [2025-03-19T20:07:11.579906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:07:11.580004+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:07:11.589060+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=exception","method":"GET"} [] [2025-03-19T20:07:11.589067+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=doctrine_migrations","method":"GET"} [] [2025-03-19T20:07:11.700787+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-19T20:10:01.376086+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:10:01.384331+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=events","method":"GET"} [] [2025-03-19T20:19:24.994075+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:19:25.003408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=db","method":"GET"} [] [2025-03-19T20:22:04.916742+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:22:04.916740+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:22:04.925770+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=mailer","method":"GET"} [] [2025-03-19T20:22:04.925841+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295/search/results?ip=18.225.156.161","method":"GET"} [] [2025-03-19T20:22:05.099353+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:22:05.101691+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=form","method":"GET"} [] [2025-03-19T20:24:46.493293+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:24:46.502897+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=cache","method":"GET"} [] [2025-03-19T20:39:22.295655+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:39:22.304676+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=notifier","method":"GET"} [] [2025-03-19T20:48:22.142938+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:48:22.185197+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T20:48:22.303564+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T20:48:22.310552+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T20:48:22.311520+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T20:48:22.312130+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T20:48:22.582761+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T20:48:22.584594+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=dump","method":"GET"} [] [2025-03-19T23:49:32.903804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T23:49:32.946362+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-19T23:49:33.065069+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T23:49:33.074373+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T23:49:33.075278+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-19T23:49:33.075797+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-19T23:49:33.496049+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-19T23:49:33.498065+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.225.156.161","method":"GET"} [] [2025-03-20T00:20:25.941558+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T00:20:26.213092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T00:20:26.852373+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T00:20:26.904842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T00:20:26.905780+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T00:20:26.906301+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T00:20:27.883325+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T00:20:27.885169+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=config","method":"GET"} [] [2025-03-20T05:11:26.084766+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:11:26.319080+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T05:11:26.914636+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T05:11:26.922086+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T05:11:26.923003+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T05:11:26.923465+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T05:11:27.373857+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:11:27.375621+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=form","method":"GET"} [] [2025-03-20T05:24:23.106669+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:24:23.106668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:24:23.106743+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:24:23.137337+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=security","method":"GET"} [] [2025-03-20T05:24:23.137337+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4/search/results?ip=18.116.98.100","method":"GET"} [] [2025-03-20T05:24:23.137533+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=http_client","method":"GET"} [] [2025-03-20T05:27:03.437258+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:27:03.448514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=notifier","method":"GET"} [] [2025-03-20T05:40:22.006290+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:40:22.015555+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=db","method":"GET"} [] [2025-03-20T05:43:11.738169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:43:11.774772+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=events","method":"GET"} [] [2025-03-20T05:43:11.738283+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:43:11.785478+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=logger","method":"GET"} [] [2025-03-20T05:46:01.346092+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:46:01.353422+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=mailer","method":"GET"} [] [2025-03-20T05:46:01.346120+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:46:01.377111+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=exception","method":"GET"} [] [2025-03-20T05:54:41.243096+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:54:41.250116+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=router","method":"GET"} [] [2025-03-20T05:57:30.846212+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T05:57:30.854843+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d","method":"GET"} [] [2025-03-20T06:03:11.937856+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:03:11.945893+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=validator","method":"GET"} [] [2025-03-20T06:08:41.879692+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:08:41.887532+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=time","method":"GET"} [] [2025-03-20T06:08:41.879803+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:08:41.898535+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=request","method":"GET"} [] [2025-03-20T06:11:21.565709+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:11:21.574514+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=dump","method":"GET"} [] [2025-03-20T06:14:12.714136+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:14:12.745736+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T06:14:13.241402+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T06:14:13.249115+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T06:14:13.249958+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T06:14:13.250529+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T06:14:13.501467+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:14:13.502362+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=twig","method":"GET"} [] [2025-03-20T06:16:55.250596+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:16:55.269437+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=config","method":"GET"} [] [2025-03-20T06:25:12.157666+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:25:12.165345+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=translation","method":"GET"} [] [2025-03-20T06:27:53.212496+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T06:27:53.220288+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=doctrine_migrations","method":"GET"} [] [2025-03-20T06:27:53.310294+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-20T07:42:34.083776+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T07:42:34.118801+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T07:42:34.231433+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T07:42:34.239197+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T07:42:34.240093+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T07:42:34.240681+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T07:42:35.069966+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T07:42:35.071174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=mailer","method":"GET"} [] [2025-03-20T10:19:06.623091+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T10:19:06.683552+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T10:19:06.841449+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T10:19:06.851584+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T10:19:06.852523+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T10:19:06.853009+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T10:19:07.788770+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T10:19:07.791262+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cb549a"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/cb549a?panel=config","method":"GET"} [] [2025-03-20T11:47:05.912717+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T11:47:05.954906+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T11:47:06.090987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T11:47:06.098181+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T11:47:06.099005+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T11:47:06.099571+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T11:47:06.919479+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T11:47:06.921389+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=request","method":"GET"} [] [2025-03-20T13:04:32.534327+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T13:04:32.543264+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-20T13:04:32.581717+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T13:04:32.581759+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T13:04:32.581782+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T13:04:32.581798+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T13:04:32.581812+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T13:04:32.702759+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T13:04:32.710225+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T13:04:46.404056+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T13:04:46.405830+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-20T13:04:46.409008+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T13:04:46.409040+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T13:04:46.409059+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T13:04:46.409075+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T13:04:46.409089+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T13:04:46.441199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T13:04:46.442857+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T15:03:20.215136+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:03:20.273713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T15:03:20.436998+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T15:03:20.447298+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T15:03:20.448219+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T15:03:20.448836+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T15:03:20.864306+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:03:20.866083+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=mailer","method":"GET"} [] [2025-03-20T15:08:52.394462+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:08:52.403398+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=config","method":"GET"} [] [2025-03-20T15:23:06.565544+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:23:06.574096+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=exception","method":"GET"} [] [2025-03-20T15:26:05.001297+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:26:05.009804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=twig","method":"GET"} [] [2025-03-20T15:34:32.798174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:34:32.807611+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=events","method":"GET"} [] [2025-03-20T15:40:17.334181+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:40:17.343453+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d/search/results?ip=18.116.98.100","method":"GET"} [] [2025-03-20T15:40:17.580190+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:40:17.582174+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=form","method":"GET"} [] [2025-03-20T15:43:06.392917+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:43:06.401489+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=http_client","method":"GET"} [] [2025-03-20T15:45:48.888906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:45:48.897805+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=request","method":"GET"} [] [2025-03-20T15:51:23.273581+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:51:23.282596+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=translation","method":"GET"} [] [2025-03-20T15:57:03.056595+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:57:03.066079+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=logger","method":"GET"} [] [2025-03-20T15:59:50.662366+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:59:50.662563+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T15:59:50.670578+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=db","method":"GET"} [] [2025-03-20T15:59:50.670609+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=time","method":"GET"} [] [2025-03-20T16:14:21.501390+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:14:21.541960+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T16:14:21.657114+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T16:14:21.664139+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T16:14:21.665075+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T16:14:21.665611+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T16:14:21.932945+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:14:21.934763+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=doctrine_migrations","method":"GET"} [] [2025-03-20T16:14:22.016488+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-20T16:14:22.116870+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:14:22.118667+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=security","method":"GET"} [] [2025-03-20T16:14:22.321267+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:14:22.323028+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=dump","method":"GET"} [] [2025-03-20T16:17:01.585819+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:17:01.594797+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=validator","method":"GET"} [] [2025-03-20T16:17:01.618764+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:17:01.621168+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=cache","method":"GET"} [] [2025-03-20T16:19:43.015069+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T16:19:43.024193+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=router","method":"GET"} [] [2025-03-20T18:01:46.970756+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:01:46.979296+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-20T18:01:46.995182+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T18:01:46.995221+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:01:46.995241+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:01:46.995255+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:01:46.995268+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:01:47.088800+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:01:47.095734+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:02:03.359681+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:02:03.368047+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-20T18:02:03.383006+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T18:02:03.383046+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:02:03.383065+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:02:03.383085+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:02:03.383099+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:02:03.664112+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:02:03.669212+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:02:06.034275+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:02:06.048340+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T18:02:06.125555+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:02:06.127364+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:02:06.128362+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:02:06.128883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:02:26.146035+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:02:26.185992+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T18:02:26.296519+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:02:26.301099+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:02:26.301908+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:02:26.302286+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:30:39.461579+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:30:39.470660+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-03-20T18:30:39.486493+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T18:30:39.486531+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:30:39.486551+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:30:39.486565+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:30:39.486580+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:30:39.580415+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:30:39.587319+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:48:07.835469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:48:07.843995+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-20T18:48:07.859299+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T18:48:07.859334+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:48:07.859354+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:48:07.859369+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:48:07.859383+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:48:07.951773+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:48:07.958569+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:48:53.002890+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:48:53.011504+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-20T18:48:53.027776+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-20T18:48:53.027814+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:48:53.027838+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-20T18:48:53.027852+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:48:53.027871+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-20T18:48:53.190639+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:48:53.195659+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:48:57.215760+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:48:57.229839+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T18:48:57.306349+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:48:57.307700+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:48:57.308413+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:48:57.308735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:49:38.212611+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T18:49:38.253488+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T18:49:38.368079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:49:38.372976+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T18:49:38.373847+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T18:49:38.374480+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T20:19:12.284047+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T20:19:12.327022+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T20:19:12.442359+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T20:19:12.449612+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T20:19:12.450532+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T20:19:12.450940+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T20:19:13.439362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T20:19:13.441142+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951?panel=router","method":"GET"} [] [2025-03-20T21:45:19.872013+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T21:45:19.915966+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T21:45:20.035156+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T21:45:20.051549+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T21:45:20.052475+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T21:45:20.052870+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T21:45:20.953042+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T21:45:20.954937+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4?panel=cache","method":"GET"} [] [2025-03-20T22:36:03.934877+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:03.943904+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-20T22:36:03.984408+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-20T22:36:04.705449+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:04.718806+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T22:36:04.801127+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:04.809859+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:04.810793+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:04.811382+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:06.013903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:06.015680+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-20T22:36:06.727928+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:06.739727+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T22:36:06.784619+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:06.786149+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:06.786993+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:06.787433+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:10.730745+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:10.742730+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T22:36:10.786702+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:10.788552+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:10.789394+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:10.789755+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:11.598142+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:11.609622+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T22:36:11.652168+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:11.653721+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:11.654330+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:11.655008+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:12.723375+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-20T22:36:12.735355+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-20T22:36:12.779617+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:12.781004+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-20T22:36:12.781736+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-20T22:36:12.782200+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T00:24:04.651780+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T00:24:04.938457+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T00:24:05.590770+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T00:24:05.619327+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T00:24:05.620250+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T00:24:05.620877+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T00:24:06.114855+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T00:24:06.116833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4c951"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/d4c951","method":"GET"} [] [2025-03-21T00:49:04.635235+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T00:49:04.748602+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T00:49:05.020909+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T00:49:05.062627+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T00:49:05.063511+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T00:49:05.064277+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T00:49:05.986714+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T00:49:05.988458+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=db","method":"GET"} [] [2025-03-21T05:17:12.131183+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T05:17:12.263543+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T05:17:12.751635+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T05:17:12.759881+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T05:17:12.760785+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T05:17:12.761410+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T05:17:13.673398+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T05:17:13.675450+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dadb1e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/dadb1e?panel=notifier","method":"GET"} [] [2025-03-21T05:37:05.860763+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T05:37:05.984217+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T05:37:06.386506+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T05:37:06.393590+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T05:37:06.394550+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T05:37:06.395284+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T05:37:06.821635+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T05:37:06.823566+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bc68a4"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bc68a4","method":"GET"} [] [2025-03-21T09:50:31.244873+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:31.466537+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:32.039878+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:32.058495+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:32.059435+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:32.059896+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:32.733445+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:32.745419+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:32.791689+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:32.793462+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:32.794343+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:32.795049+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:33.473455+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:33.475276+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-21T09:50:33.501232+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-21T09:50:34.012074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:34.024005+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:34.068236+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:34.070033+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:34.070893+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:34.071483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:34.661599+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:34.663429+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-21T09:50:35.110169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:35.121742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:35.165866+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:35.167637+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:35.168488+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:35.168820+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:36.695392+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:36.706980+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:36.749661+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:36.751216+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:36.752024+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:36.752536+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:37.557668+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:37.569324+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:37.612506+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:37.614256+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:37.615078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:37.615593+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:38.266854+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T09:50:38.278514+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T09:50:38.321504+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:38.322808+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T09:50:38.323432+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T09:50:38.323752+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T12:40:11.696292+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T12:40:11.740259+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T12:40:11.860974+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T12:40:11.869352+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T12:40:11.870265+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T12:40:11.870866+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T12:40:12.830460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T12:40:12.832759+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=request","method":"GET"} [] [2025-03-21T13:10:57.784921+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T13:10:57.796779+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.119.120.229","method":"GET"} [] [2025-03-21T16:01:00.041841+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T16:01:00.085120+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T16:01:00.213790+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T16:01:00.220729+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T16:01:00.221750+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T16:01:00.222152+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T16:01:01.247182+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T16:01:01.248961+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3b914d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3b914d?panel=form","method":"GET"} [] [2025-03-21T16:09:04.629274+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T16:09:04.638460+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=http_client","method":"GET"} [] [2025-03-21T16:52:03.460191+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T16:52:03.475892+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0602bd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0602bd?panel=http_client","method":"GET"} [] [2025-03-21T19:08:25.654118+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T19:08:25.713359+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T19:08:25.859465+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T19:08:25.867345+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T19:08:25.868252+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T19:08:25.868970+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T19:08:26.709435+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T19:08:26.711361+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"013dae"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/013dae?panel=notifier","method":"GET"} [] [2025-03-21T20:15:33.478928+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T20:15:33.519646+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T20:15:33.638771+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T20:15:33.646830+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T20:15:33.647762+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T20:15:33.648204+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T20:15:34.463843+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T20:15:34.465901+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e33295"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/e33295?panel=translation","method":"GET"} [] [2025-03-21T20:15:34.470167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T20:15:34.472732+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02/search/results?ip=18.225.156.161","method":"GET"} [] [2025-03-21T21:05:49.777909+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T21:05:49.786546+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=security","method":"GET"} [] [2025-03-21T23:45:05.995968+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T23:45:06.068605+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-21T23:45:06.238501+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T23:45:06.249683+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T23:45:06.250682+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-21T23:45:06.251208+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-21T23:45:06.528706+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-21T23:45:06.530464+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1ffee8"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1ffee8?panel=events","method":"GET"} [] [2025-03-22T10:26:47.227376+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-22T10:26:47.247141+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-22T10:26:47.354921+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-22T10:26:47.354974+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-22T10:26:47.354996+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-22T10:26:47.355010+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-22T10:26:47.355026+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-22T10:26:47.716704+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-22T10:26:47.727847+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-22T13:31:36.842098+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-22T13:31:36.984862+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-22T13:31:37.477225+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-22T13:31:37.484900+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-22T13:31:37.485818+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-22T13:31:37.486318+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-22T13:31:38.499634+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-22T13:31:38.501461+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"53320d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/53320d?panel=notifier","method":"GET"} [] [2025-03-22T13:38:46.442573+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-22T13:38:46.451874+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-22T13:38:46.480211+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-22T13:38:46.480282+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-22T13:38:46.480304+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-22T13:38:46.480319+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-22T13:38:46.480334+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-22T13:38:46.584867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-22T13:38:46.592254+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-22T13:39:42.314924+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-22T13:39:42.323399+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-22T13:39:42.338947+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-22T13:39:42.338987+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-22T13:39:42.339006+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-22T13:39:42.339020+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-22T13:39:42.339034+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-22T13:39:42.427259+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-22T13:39:42.432235+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:16.989416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:17.052252+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:48:17.230056+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:48:17.230111+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:48:17.230133+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:48:17.230146+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:48:17.230161+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:48:17.997311+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:18.034836+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:18.213883+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:18.243781+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:48:18.247325+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:48:18.247359+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:48:18.247382+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:48:18.247396+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:48:18.247410+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:48:18.279913+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:18.281881+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:18.472213+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:18.485954+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:18.749541+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:18.751252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:18.752070+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:18.752406+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:25.319276+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:25.331809+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:25.377406+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:25.378781+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:25.379431+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:25.379784+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:29.077440+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:29.089047+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:29.131879+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:29.133276+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:29.133880+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:29.134353+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:37.705010+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:37.787043+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.save%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.save%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:37.947462+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:37.952388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:37.953214+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:37.953601+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:45.436617+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:45.448822+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/env.save%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/env.save%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:45.492976+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:45.494752+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:45.495586+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:45.495921+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:49.286168+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:49.297599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/staging/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/staging/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:49.340355+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:49.342141+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:49.342974+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:49.343403+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:53.509283+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:48:53.549477+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/staging/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/staging/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:48:53.679271+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:53.683703+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:48:53.684503+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:48:53.684877+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:02.220738+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:02.233437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:02.278104+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:02.279687+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:02.280485+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:02.280865+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:02.797915+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:02.809458+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:02.852266+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:02.853966+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:02.854801+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:02.855275+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:03.350184+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:03.361929+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:03.404992+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:03.406633+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:03.407439+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:03.407915+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:03.669659+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:03.681511+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:03.727216+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:03.729091+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:03.729910+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:03.730427+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:12.002185+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:12.047815+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.example"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.example\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:12.166253+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:12.171072+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:12.171874+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:12.172194+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:15.927112+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:15.939089+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.example"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.example\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:15.982867+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:15.984370+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:15.985010+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:15.985328+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:16.383861+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:16.395713+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:16.439222+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:16.440559+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:16.441204+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:16.441512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:20.693828+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:20.705481+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:20.748813+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:20.750347+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:20.751162+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:20.751481+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:22.672081+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:22.683998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_ignition/execute-solution"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_ignition/execute-solution\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/execute-solution/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:22.727846+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:22.729654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:22.730473+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:22.730883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:23.014533+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:23.027486+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/_ignition/execute-solution"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/_ignition/execute-solution\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/execute-solution\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:23.071857+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:23.073487+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:23.074301+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:23.074879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:32.943046+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:32.985446+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:33.146589+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:33.151916+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:33.152733+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:33.153308+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:37.008351+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:37.019916+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/production/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/production/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:37.062624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:37.064372+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:37.065168+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:37.065533+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:43.634622+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:43.646196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/local/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/local/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:43.689179+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:43.690846+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:43.691650+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:43.692296+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:47.969612+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:48.011627+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/local/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/local/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:48.177621+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:48.182273+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:48.183090+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:48.183435+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:51.886271+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:51.897882+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:51.940925+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:51.942606+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:51.943195+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:51.943811+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:52.290278+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:52.301933+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/config/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/config/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:52.344964+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:52.346939+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:52.347769+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:52.348290+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:52.765279+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:52.776930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/dev/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/dev/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:52.819777+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:52.821502+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:52.822333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:52.822800+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:55.802979+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:49:55.814499+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/dev/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/dev/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:49:55.857258+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:55.858773+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:49:55.859581+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:49:55.860105+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:15.841264+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:15.883179+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:16.018019+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:16.085152+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:16.085955+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:16.086680+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:18.274716+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:18.287462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:18.333036+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:18.334717+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:18.335547+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:18.336308+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:20.267258+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:20.278986+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.local"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.local\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:20.322210+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:20.323692+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:20.324317+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:20.324862+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:20.757085+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:20.768920+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.local"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.local\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:20.812558+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:20.814251+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:20.815088+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:20.815530+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:21.619876+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:21.631455+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/laravel/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/laravel/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:21.674206+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:21.675936+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:21.676734+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:21.677283+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:27.152406+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:27.164149+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/laravel/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/laravel/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:27.207200+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:27.208717+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:27.209537+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:27.209843+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:33.687627+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:33.728008+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_debugbar%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:33.839923+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:33.844586+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:33.845423+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:33.845801+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:37.794794+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:37.806479+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/_debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/_debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_debugbar%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:37.849468+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:37.851076+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:37.851878+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:37.852335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:39.156419+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:39.158583+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:50:39.168699+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:50:39.168736+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:39.168756+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:39.168770+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:39.168784+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:39.203872+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:39.205113+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:39.326187+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:39.327913+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:50:39.331145+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:50:39.331182+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:39.331201+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:39.331215+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:39.331228+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:39.360903+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:39.362561+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:39.507061+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:39.518770+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:39.561744+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:39.563483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:39.564303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:39.564663+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:39.777256+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:39.779082+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:50:39.782289+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:50:39.782323+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:39.782342+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:39.782357+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:39.782370+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:39.812215+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:39.813654+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:40.042657+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:40.044372+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-03-23T00:50:40.049148+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:50:40.049183+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:40.049861+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:50:40.049890+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:40.049908+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:50:40.077067+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:40.078907+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:40.227055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:40.238672+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:40.282002+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:40.283764+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:40.284427+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:40.284948+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:40.683857+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:40.695383+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:40.738682+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:40.740237+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:40.741034+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:40.741384+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:40.967020+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:40.978710+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/_ignition/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/_ignition/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/debug%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:41.022336+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:41.024158+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:41.024958+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:41.025360+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:42.205185+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:42.217670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:42.262705+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:42.264350+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:42.265156+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:42.265861+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:42.753837+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:42.765660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/app/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/app/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:42.786142+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:42.798313+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:42.809307+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:42.810958+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:42.811767+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:42.812169+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:42.841464+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:42.843293+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:42.844126+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:42.844706+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:44.824015+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:44.836123+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.save%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.save%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:44.880034+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:44.881584+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:44.882400+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:44.882792+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.139299+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:46.150875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:46.193555+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.195080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.195904+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.196281+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.444510+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:46.456480+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debugbar%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:46.500364+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.501956+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.502671+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.503060+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.779169+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:46.790946+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:46.834532+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.836211+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.837052+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.837609+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.939741+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:46.951414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/env.save%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/env.save%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:46.994573+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.996295+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:46.997104+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:46.997468+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:47.343870+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:47.348151+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:47.357607+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/staging/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/staging/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:47.360208+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:47.402281+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:47.403515+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:47.403789+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:47.404416+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:47.404916+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:47.405059+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:47.405889+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:47.406397+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:49.440713+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:49.480599+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/staging/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/staging/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/staging/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:49.609344+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:49.614324+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:49.615047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:49.615479+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:49.763163+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:49.775073+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:49.818848+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:49.820364+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:49.821168+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:49.821482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:51.769698+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:51.781643+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:51.825610+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:51.827256+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:51.828078+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:51.828682+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:51.855487+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:51.867996+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:51.912169+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:51.913704+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:51.914431+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:51.914843+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.155297+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:53.167522+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:53.212475+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:53.214274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.215096+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:53.215616+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.503359+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:53.515001+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:53.557898+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:53.559778+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.560621+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:53.561287+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.804414+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:53.815998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:53.858911+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:53.860568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.861361+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:53.861797+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:53.952117+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:53.963700+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:54.006706+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:54.008520+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:54.009326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:54.009828+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:54.714685+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:54.726400+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:54.769559+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:54.771177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:54.771991+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:54.772537+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:55.027575+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:55.039375+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:55.082706+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:55.084332+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:55.085146+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:55.085597+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:56.458937+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:50:56.470474+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:50:56.513717+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:56.515568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:50:56.516366+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:50:56.517022+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:00.170903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:00.183117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:00.228403+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:00.230177+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:00.231001+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:00.231398+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:00.606539+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:00.618560+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.example"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.example\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.example/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:00.663951+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:00.665593+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:00.666491+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:00.666829+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:05.641416+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:05.683309+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:05.801689+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:05.806775+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:05.807600+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:05.808095+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:07.457603+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:07.469059+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:07.511922+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:07.513548+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:07.514372+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:07.514735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:13.790119+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:13.802067+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_ignition/execute-solution"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_ignition/execute-solution\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/execute-solution/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:13.846096+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:13.847777+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:13.848584+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:13.848908+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:14.159293+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:14.170928+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/_ignition/execute-solution"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/_ignition/execute-solution\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/execute-solution\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:14.213709+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:14.215254+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:14.216075+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:14.216447+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:15.624430+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:15.636150+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:15.679315+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:15.680752+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:15.681400+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:15.681718+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:15.923642+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:15.935635+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:15.980543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:15.982080+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:15.982889+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:15.983193+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:16.038900+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:16.050510+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/production/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/production/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:16.093225+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:16.094865+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:16.095662+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:16.096020+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:16.534743+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:16.546556+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:16.589944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:16.591485+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:16.592296+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:16.592631+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:18.519296+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:18.531074+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/local/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/local/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:18.574505+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:18.576287+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:18.577095+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:18.577465+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:21.030804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:21.083950+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/local/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/local/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/local/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:21.233695+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:21.240251+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:21.241041+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:21.241582+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:22.518647+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:22.530858+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:22.580620+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:22.582286+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:22.583108+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:22.583598+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:22.816387+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:22.827927+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/config/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/config/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:22.871208+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:22.872463+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:22.873106+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:22.873400+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:23.315713+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:23.327586+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/dev/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/dev/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:23.370771+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:23.372367+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:23.373192+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:23.373571+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:23.767041+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:23.778998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/dev/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/dev/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/dev/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:23.822632+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:23.824008+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:23.824735+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:23.825271+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:25.093794+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:25.105615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:25.151600+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:25.153271+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:25.154099+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:25.154547+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:25.506357+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:25.518255+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:25.562472+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:25.564123+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:25.564977+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:25.565572+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:42.477509+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:42.483441+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:42.517875+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:42.517883+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:42.632036+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:42.632103+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:42.640383+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:42.640420+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:42.641191+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:42.641197+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:42.641535+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:42.641590+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:43.702459+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:43.714441+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.save\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:43.757741+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:43.759217+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:43.760020+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:43.760374+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:47.061356+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:47.073103+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:47.116717+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:47.118359+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:47.119184+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:47.119489+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:49.045896+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:49.058055+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.local"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.local\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:49.102442+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:49.103942+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:49.104754+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:49.105046+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:49.294534+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:49.305998+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.local"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.local\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.local\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:49.348785+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:49.350398+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:49.351199+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:49.351565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:52.979735+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:52.991436+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/laravel/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/laravel/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:53.036419+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:53.038045+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:53.038868+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:53.039201+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:55.268102+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:55.279789+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/laravel/.env%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/laravel/.env%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/laravel/.env%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:55.322553+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:55.324132+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:55.324937+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:55.325317+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:55.528161+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:55.540369+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:55.585960+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:55.587520+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:55.588244+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:55.588651+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:56.141930+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:56.153462+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:56.196215+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:56.198208+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:56.199030+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:56.199695+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:56.475708+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:56.487320+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_debugbar%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:56.531180+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:56.532876+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:56.533614+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:56.534121+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:57.214909+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:57.226409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/_debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/_debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_debugbar%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:57.271047+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:57.272580+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:57.273175+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:57.273611+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:58.910527+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:58.910481+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:51:58.953595+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:58.953625+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_ignition/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_ignition/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/debug%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:51:59.093454+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:59.093508+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:59.098335+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:59.098351+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:59.099149+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:59.099150+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:51:59.099498+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:51:59.099649+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:01.149653+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:01.161456+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/_ignition/debug%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/_ignition/debug%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_ignition/debug%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:01.204984+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:01.206485+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:01.207303+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:01.207609+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:01.248536+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:01.260660+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:01.304689+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:01.306278+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:01.307094+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:01.307392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:07.489203+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:07.501117+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debugbar%20%20/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:07.545043+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:07.546442+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:07.547133+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:07.547472+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:11.219493+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:11.231812+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/debugbar%20%20"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/debugbar%20%20\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debugbar%20%20\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:11.276656+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:11.278342+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:11.279171+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:11.279634+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:11.523113+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:11.534733+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:11.577732+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:11.579505+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:11.580308+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:11.580637+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:13.506146+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:13.517718+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:13.560507+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:13.562368+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:13.563208+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:13.563741+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:17.999471+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:18.042783+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:18.129114+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:18.142252+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:18.209333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.209367+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.214136+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.214243+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.214967+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.215062+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.215417+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.215497+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.594932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:18.606501+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:18.607602+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:18.621161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:18.650005+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.651668+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.652481+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.652869+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.667723+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.669553+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:18.670437+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:18.670735+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.076985+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:19.089491+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:19.135301+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:19.136816+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.137634+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:19.138083+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.269112+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:19.280921+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:19.324453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:19.325930+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.326768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:19.327149+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.372121+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:19.385223+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:19.431734+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:19.433269+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.434118+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:19.434486+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:19.988675+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:20.000475+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:20.044388+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:20.046302+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:20.047295+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:20.047706+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.236060+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:21.237912+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:52:21.245091+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:52:21.245128+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:52:21.245148+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:52:21.245162+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:52:21.245176+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:52:21.280359+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.281901+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.307297+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:21.319913+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:21.364593+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.366364+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.367207+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.367546+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.660266+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:21.672354+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:21.716668+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.718302+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.719119+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.719484+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.801177+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:21.813392+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/AwsConfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/AwsConfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/AwsConfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:21.857229+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.858883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:21.859745+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:21.860100+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:22.163798+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:22.175742+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/awsconfig.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/awsconfig.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/awsconfig.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:22.219071+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:22.220781+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:22.221620+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:22.222025+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:23.031570+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:23.046029+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:23.090079+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:23.091369+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:23.092044+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:23.092358+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:25.050393+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:25.052146+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-23T00:52:25.068016+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-23T00:52:25.330331+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:25.342629+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/aws.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/aws.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/aws.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:25.388396+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:25.390047+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:25.390834+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:25.391213+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:25.401810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:25.419113+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:25.471987+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:25.473334+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:25.474021+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:25.474325+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:27.829146+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:27.841948+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/conf.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/conf.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/conf.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:27.888768+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:27.890454+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:27.891365+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:27.891685+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:28.075901+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:28.088492+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:28.133192+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:28.134931+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:28.135755+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:28.136253+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:28.376946+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:28.389425+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:28.435075+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:28.436770+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:28.437569+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:28.437876+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:28.825858+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:28.837765+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:28.881209+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:28.882485+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:28.883195+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:28.883599+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:29.140362+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:29.155409+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:29.199369+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:29.200934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:29.201629+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:29.201958+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:30.239551+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:30.251930+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/smtp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/smtp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/smtp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:30.295797+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:30.297551+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:30.298333+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:30.298808+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:30.776788+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:30.788771+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:30.832970+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:30.834659+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:30.835473+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:30.836042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:35.050285+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:35.050376+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:35.093161+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:35.093245+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sendgrid.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sendgrid.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sendgrid.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:35.206521+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:35.206751+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:35.211278+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:35.211289+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:35.212100+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:35.212107+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:35.212500+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:35.212690+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:36.454906+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:36.456667+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-23T00:52:36.480933+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:36.493014+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ws-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ws-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ws-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:36.536326+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:36.538361+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:36.539188+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:36.539744+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:36.752788+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:36.764361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:36.807361+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:36.808912+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:36.809530+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:36.810101+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:36.949721+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:36.961407+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/_wpeprivate/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/_wpeprivate/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/_wpeprivate/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:37.004574+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:37.005970+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:37.006587+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:37.006985+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:37.194447+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:37.206209+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:37.249578+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:37.251338+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:37.252157+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:37.252573+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:37.545074+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:37.557460+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:37.602241+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:37.603973+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:37.604783+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:37.605169+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:39.267599+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:39.280657+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:39.329835+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:39.331608+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:39.332418+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:39.332883+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:39.399460+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:39.411702+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/deployment-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/deployment-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/deployment-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:39.455534+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:39.457140+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:39.457960+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:39.458409+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:39.682221+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:39.684123+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:52:39.702682+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:52:39.702727+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:52:39.702748+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:52:39.702763+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:52:39.702777+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:52:39.737638+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:39.739166+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:47.785503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:47.797092+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/db/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/db/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/db/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:47.839964+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:47.841565+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:47.842390+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:47.843076+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:51.916684+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:51.973302+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robomongo.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robomongo.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robomongo.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:52.088244+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:52.092570+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:52.093348+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:52.093927+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:54.204399+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:54.215990+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/client_secrets.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/client_secrets.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/client_secrets.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:54.258986+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:54.260957+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:54.261764+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:54.262376+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:55.581562+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:55.593639+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/user-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/user-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/user-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:55.637228+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:55.638894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:55.639698+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:55.640245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:57.645182+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:57.656797+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:57.699837+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:57.701559+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:57.702409+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:57.702901+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:59.603343+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:52:59.615323+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/database-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/database-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/database-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:52:59.659905+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:59.661696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:52:59.662516+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:52:59.662967+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:01.961615+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:01.973168+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/default.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/default.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/default.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:02.015971+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:02.017572+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:02.018417+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:02.019010+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:02.476503+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:02.488183+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:02.532265+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:02.534045+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:02.534862+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:02.535422+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:04.838086+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:04.850167+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/credentials/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/credentials/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/credentials/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:04.894393+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:04.895973+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:04.896785+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:04.897122+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:05.268878+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:05.270682+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:53:05.278355+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:53:05.278390+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:53:05.278409+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:53:05.278424+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:53:05.278439+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:53:05.311965+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:05.313670+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:05.544167+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:05.556143+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:05.600431+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:05.602134+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:05.602940+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:05.603392+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:05.903437+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:05.915142+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:05.958810+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:05.960522+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:05.961342+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:05.961696+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:07.640564+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:07.649012+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-23T00:53:07.702045+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-23T00:53:08.097043+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:08.109724+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:08.185190+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:08.189628+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:08.190437+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:08.190784+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:11.806614+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:11.818600+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:11.861859+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:11.863665+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:11.864477+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:11.864918+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:14.173878+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:14.185642+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:14.229579+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:14.231245+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:14.232050+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:14.232341+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:16.253343+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:16.255092+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-23T00:53:18.819987+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:18.832060+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:18.875815+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:18.878977+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:18.879801+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:18.880318+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:23.097904+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:23.155453+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:23.297537+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:23.301775+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:23.302624+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:23.302964+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:28.775903+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:28.787869+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T00:53:28.831944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:28.833595+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:28.834430+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:28.834873+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T00:53:29.386070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T00:53:29.387843+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T00:53:29.395182+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T00:53:29.395218+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:53:29.395237+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T00:53:29.395251+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:53:29.395265+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T00:53:29.428832+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T00:53:29.430504+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:57.837514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T12:04:57.863984+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T12:04:57.956522+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T12:04:57.956576+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:57.956597+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:57.956615+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:57.956629+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:58.430543+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:58.439277+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:58.509174+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T12:04:58.511545+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-23T12:04:58.515637+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T12:04:58.515670+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:58.515689+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:58.515704+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:58.515718+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:58.691120+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:58.693033+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:58.812550+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T12:04:58.827670+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T12:04:59.111231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:59.112833+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:59.113673+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:59.114038+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:59.253070+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T12:04:59.254841+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-23T12:04:59.257880+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T12:04:59.257912+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:59.257932+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:59.257947+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:59.257963+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:59.289253+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:59.290964+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:59.481500+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T12:04:59.483230+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-23T12:04:59.486505+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-23T12:04:59.486538+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:59.486557+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-23T12:04:59.486571+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:59.486585+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-23T12:04:59.524282+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:59.525950+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:59.619277+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T12:04:59.631195+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T12:04:59.676716+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:59.678312+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T12:04:59.679164+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T12:04:59.679541+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:12.790965+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:12.810151+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-23T13:01:14.315217+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:14.332414+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:14.654941+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:14.662326+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:14.663252+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:14.663965+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:16.804769+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:16.818654+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:16.871805+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:16.873568+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:16.874623+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:16.875142+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:19.319190+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:19.330636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:19.374103+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:19.375799+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:19.376669+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:19.377042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:23.244072+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:23.255790+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:23.298631+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:23.300287+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:23.301138+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:23.301744+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:26.699696+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:26.711196+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:26.753841+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:26.755478+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:26.756318+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:26.756647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:28.465630+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:28.474264+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-23T13:01:28.513012+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-23T13:01:30.032211+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:30.046708+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:30.161294+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:30.166299+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:30.167098+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:30.167483+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:31.710340+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-23T13:01:31.722351+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-23T13:01:31.766172+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:31.767343+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-23T13:01:31.768030+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-23T13:01:31.768326+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:33:56.759700+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:33:57.018615+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-24T16:33:57.620344+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:33:57.659980+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:33:57.660921+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:33:57.661471+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:50:46.086547+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:50:46.095765+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-24T16:50:46.157420+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:50:46.157470+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:50:46.157491+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:50:46.157506+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:50:46.157521+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:50:46.526145+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:50:46.535451+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:50:48.462804+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:50:48.464674+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"830c3d"},"request_uri":"https://mondeanimal.web-ice.site/_wdt/830c3d","method":"GET"} [] [2025-03-24T16:50:49.272984+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:50:49.274714+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-24T16:50:49.277724+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:50:49.277756+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:50:49.277774+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:50:49.277787+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:50:49.277801+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:50:49.309451+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:50:49.311042+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:50:49.642292+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:50:49.644034+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-24T16:50:49.647291+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:50:49.647324+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:50:49.647343+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:50:49.647358+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:50:49.647371+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:50:49.685197+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:50:49.686848+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:52:17.833492+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:52:17.842109+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-24T16:52:17.859046+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:52:17.859083+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:17.859103+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:17.859117+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:17.859131+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:17.948081+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:52:17.952949+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:52:18.283014+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:52:18.285024+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-24T16:52:18.288829+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:52:18.288862+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:18.288882+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:18.288896+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:18.288910+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:18.382210+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:52:18.383915+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:52:19.786650+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:52:19.788582+01:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fc9898"},"request_uri":"https://mondeanimal.web-ice.site/_wdt/fc9898","method":"GET"} [] [2025-03-24T16:52:20.819564+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:52:20.821305+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-24T16:52:20.824736+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:52:20.824771+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:20.824790+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:20.824805+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:20.824818+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:20.855110+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:52:20.856779+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-24T16:52:21.185225+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-24T16:52:21.186989+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-24T16:52:21.190207+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-24T16:52:21.190239+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:21.190258+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-24T16:52:21.190276+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:21.190290+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-24T16:52:21.228065+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-24T16:52:21.229704+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-25T17:36:46.968127+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-25T17:36:47.189618+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-25T17:36:47.938514+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-25T17:36:47.956781+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-25T17:36:47.957769+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-25T17:36:47.958315+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T11:18:29.638932+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T11:18:29.671408+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-26T11:18:29.757975+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T11:18:29.758040+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T11:18:29.758062+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T11:18:29.758075+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T11:18:29.758089+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T11:18:30.215430+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T11:18:30.226427+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T11:19:15.833936+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T11:19:15.842646+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-26T11:19:15.857526+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T11:19:15.857590+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T11:19:15.857611+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T11:19:15.857625+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T11:19:15.857642+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T11:19:15.948583+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T11:19:15.953396+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:09:52.468077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:09:52.477090+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-26T13:09:56.236992+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:09:56.253156+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:09:56.730160+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:09:56.736494+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:09:56.737270+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:09:56.738032+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:09:58.752469+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:09:58.764175+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:09:58.808468+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:09:58.809818+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:09:58.810445+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:09:58.810894+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:00.983617+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:10:00.995373+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:10:01.040026+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:01.041596+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:01.042453+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:01.042917+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:02.968328+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:10:02.980182+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:10:03.023588+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:03.025120+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:03.025918+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:03.026279+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:04.771077+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:10:04.784636+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:10:04.829255+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:04.830583+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:04.831320+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:04.831647+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:08.239326+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:10:08.247268+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-26T13:10:08.290336+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-26T13:10:10.163152+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:10:10.175737+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:10:10.221331+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:10.222815+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:10.223542+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:10.223934+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:15.246514+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T13:10:15.261204+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T13:10:15.469185+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:15.473806+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T13:10:15.474529+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T13:10:15.474994+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:05:39.358699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:05:39.367149+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-26T14:05:39.381680+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:05:39.381715+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:39.381735+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:39.381750+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:39.381764+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:39.467636+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:05:39.474797+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:05:39.552699+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:05:39.554734+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-26T14:05:39.558725+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:05:39.558758+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:39.558778+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:39.558793+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:39.558810+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:39.761119+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:05:39.763340+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:05:39.880862+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:05:39.882672+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-26T14:05:39.885883+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:05:39.885916+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:39.885936+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:39.885949+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:39.885962+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:39.916979+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:05:39.918691+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:05:40.248755+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:05:40.250538+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-26T14:05:40.253748+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:05:40.253779+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:40.253799+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:05:40.253812+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:40.253826+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:05:40.293711+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:05:40.295482+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:45.968129+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:45.976798+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-26T14:16:47.083536+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:47.098361+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:16:47.229488+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:47.242246+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:47.243178+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:47.243840+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:49.309153+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:49.321295+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:16:49.367289+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:49.369012+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:49.369841+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:49.370351+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:51.509338+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:51.521094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:16:51.566379+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:51.568423+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:51.569279+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:51.569828+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:54.018919+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:54.030519+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:16:54.073498+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:54.075388+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:54.076196+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:54.076842+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:56.356243+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:56.368146+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:16:56.412066+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:56.413721+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:56.414538+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:16:56.415227+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:16:58.964476+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:16:58.966504+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-26T14:16:58.981716+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-26T14:17:00.498986+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:17:00.510802+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:17:00.554565+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:17:00.556369+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:17:00.557231+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:17:00.557754+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:17:02.329436+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:17:02.370213+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-26T14:17:02.482110+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:17:02.486628+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:17:02.487384+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:17:02.488011+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:38:55.657130+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:38:55.666388+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-26T14:38:55.682412+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:38:55.682448+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:55.682468+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:55.682482+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:55.682496+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:55.774205+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:38:55.781252+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:38:55.977468+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:38:55.979378+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-26T14:38:55.983182+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:38:55.983216+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:55.983234+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:55.983248+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:55.983262+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:56.168678+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:38:56.170324+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:38:56.621385+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:38:56.623700+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-26T14:38:56.626958+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:38:56.626990+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:56.627010+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:56.627025+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:56.627038+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:56.665705+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:38:56.667380+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-26T14:38:58.532883+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-26T14:38:58.534627+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-26T14:38:58.537813+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-26T14:38:58.537845+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:58.537864+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-26T14:38:58.537879+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:58.537893+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-26T14:38:58.575422+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-26T14:38:58.577074+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:33.308268+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:33.330251+01:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-03-27T11:15:34.962639+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:34.997231+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:35.592614+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:35.602087+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:35.603142+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:35.603827+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:37.218487+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:37.230323+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:37.274555+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:37.276248+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:37.277148+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:37.277523+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:38.888553+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:38.900845+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:38.945655+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:38.947611+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:38.948418+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:38.948986+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:40.935617+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:40.947075+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:40.989437+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:40.990895+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:40.991466+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:40.991946+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:42.553810+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:42.568653+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:42.622307+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:42.623841+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:42.624643+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:42.625174+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:44.568477+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:44.570228+01:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-03-27T11:15:44.584329+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-03-27T11:15:46.225742+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:46.237523+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:46.284564+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:46.286131+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:46.286968+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:46.287439+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:49.916034+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T11:15:49.955095+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T11:15:50.020674+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:50.022220+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T11:15:50.022944+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T11:15:50.023515+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T23:20:59.473119+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:20:59.676437+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T23:21:00.119089+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T23:21:00.143210+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T23:21:00.144112+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T23:21:00.144512+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T23:21:01.027394+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:21:01.029381+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8552c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f8552c?panel=mailer","method":"GET"} [] [2025-03-27T23:36:07.521055+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:36:07.561461+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-27T23:36:07.695982+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T23:36:07.703450+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T23:36:07.704355+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-27T23:36:07.704904+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-27T23:36:07.983007+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:36:07.985105+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=twig","method":"GET"} [] [2025-03-27T23:38:46.884406+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:38:46.884384+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:38:46.893317+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786","method":"GET"} [] [2025-03-27T23:38:46.893408+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=config","method":"GET"} [] [2025-03-27T23:48:02.370198+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:48:02.378831+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=request","method":"GET"} [] [2025-03-27T23:48:02.417154+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:48:02.419674+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=time","method":"GET"} [] [2025-03-27T23:50:20.375407+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:50:20.384723+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=cache","method":"GET"} [] [2025-03-27T23:55:07.003119+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:55:07.013153+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=events","method":"GET"} [] [2025-03-27T23:59:56.561858+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-27T23:59:56.570369+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=notifier","method":"GET"} [] [2025-03-28T00:06:54.041342+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:06:54.050151+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=translation","method":"GET"} [] [2025-03-28T00:09:58.433404+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:09:58.442501+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=router","method":"GET"} [] [2025-03-28T00:14:40.224025+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:14:40.232833+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=security","method":"GET"} [] [2025-03-28T00:17:00.665788+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:17:00.693188+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=mailer","method":"GET"} [] [2025-03-28T00:19:26.299209+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:19:26.298989+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:19:26.308296+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=exception","method":"GET"} [] [2025-03-28T00:19:26.308406+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=validator","method":"GET"} [] [2025-03-28T00:24:03.798301+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:24:03.816075+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=logger","method":"GET"} [] [2025-03-28T00:26:25.689659+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:26:25.698804+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=doctrine_migrations","method":"GET"} [] [2025-03-28T00:26:25.718172+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:26:25.720947+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=form","method":"GET"} [] [2025-03-28T00:26:25.814220+01:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-28T00:40:34.963013+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:40:35.009584+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-28T00:40:35.501731+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T00:40:35.542621+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T00:40:35.543574+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T00:40:35.544241+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T00:40:35.848230+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:40:35.850463+01:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406/search/results?ip=3.141.190.74","method":"GET"} [] [2025-03-28T00:40:36.021244+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:40:36.023090+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=http_client","method":"GET"} [] [2025-03-28T00:40:36.155035+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T00:40:36.157002+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=dump","method":"GET"} [] [2025-03-28T02:04:12.118073+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T02:04:12.160678+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-28T02:04:12.275145+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T02:04:12.283114+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T02:04:12.283868+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T02:04:12.284226+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T02:04:12.579355+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T02:04:12.581505+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"907e02"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/907e02","method":"GET"} [] [2025-03-28T06:10:52.595688+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T06:10:52.743094+01:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-28T06:10:53.224408+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T06:10:53.233034+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T06:10:53.233945+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T06:10:53.234541+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T06:10:54.393742+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T06:10:54.395675+01:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406?panel=db","method":"GET"} [] [2025-03-28T14:27:44.398043+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T14:27:44.440108+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-28T14:27:44.500704+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-28T14:27:44.500750+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:44.500771+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:44.500785+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:44.500798+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:44.884265+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T14:27:44.903010+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T14:27:45.108063+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T14:27:45.110052+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-28T14:27:45.114539+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-28T14:27:45.114585+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:45.114608+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:45.114622+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:45.114637+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:45.384814+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T14:27:45.386274+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T14:27:45.858681+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T14:27:45.861146+01:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-28T14:27:45.865813+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-28T14:27:45.865858+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:45.865885+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:45.865906+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:45.865927+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:45.896118+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T14:27:45.897879+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-28T14:27:47.900004+01:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-28T14:27:47.901767+01:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-28T14:27:47.905057+01:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-28T14:27:47.905089+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:47.905108+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-28T14:27:47.905125+01:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:47.905138+01:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-28T14:27:47.942193+01:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-28T14:27:47.944090+01:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T01:12:46.400995+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:12:46.970465+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T01:12:48.113203+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T01:12:48.159435+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T01:12:48.160369+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T01:12:48.161061+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T01:12:48.774772+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:12:48.776609+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=config","method":"GET"} [] [2025-03-31T01:17:24.364558+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:17:24.373348+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=db","method":"GET"} [] [2025-03-31T01:32:40.381947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:32:40.390582+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=twig","method":"GET"} [] [2025-03-31T01:51:02.724141+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:51:02.732793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=translation","method":"GET"} [] [2025-03-31T01:56:17.870635+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:56:17.879033+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=mailer","method":"GET"} [] [2025-03-31T01:58:55.463676+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T01:58:55.472485+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786/search/results?ip=3.141.190.74","method":"GET"} [] [2025-03-31T02:06:35.976374+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:06:35.985259+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=doctrine_migrations","method":"GET"} [] [2025-03-31T02:06:36.085713+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:06:36.088226+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=security","method":"GET"} [] [2025-03-31T02:06:36.101796+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-03-31T02:06:36.326871+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:06:36.328838+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=logger","method":"GET"} [] [2025-03-31T02:09:18.587484+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:09:18.596292+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=validator","method":"GET"} [] [2025-03-31T02:14:34.637890+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:14:34.703930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T02:14:34.987752+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T02:14:35.023351+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T02:14:35.024335+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T02:14:35.025093+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T02:14:35.308942+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:14:35.310694+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=exception","method":"GET"} [] [2025-03-31T02:14:35.501288+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:14:35.503807+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=router","method":"GET"} [] [2025-03-31T02:17:12.136723+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:17:12.144974+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=notifier","method":"GET"} [] [2025-03-31T02:19:41.199647+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:19:41.224701+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=dump","method":"GET"} [] [2025-03-31T02:22:18.308294+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:22:18.316659+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=http_client","method":"GET"} [] [2025-03-31T02:24:57.854057+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:24:57.854082+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:24:57.863077+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=request","method":"GET"} [] [2025-03-31T02:24:57.863090+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=time","method":"GET"} [] [2025-03-31T02:24:57.897369+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:24:57.899871+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=form","method":"GET"} [] [2025-03-31T02:27:35.331950+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T02:27:35.360277+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=events","method":"GET"} [] [2025-03-31T03:29:48.864472+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T03:29:49.120676+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T03:29:49.733721+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T03:29:49.750812+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T03:29:49.751794+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T03:29:49.752485+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T03:29:50.200287+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T03:29:50.202243+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.141.190.74","method":"GET"} [] [2025-03-31T03:44:18.408786+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T03:44:18.458739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T03:44:18.669817+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T03:44:18.677456+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T03:44:18.678333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T03:44:18.678845+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T03:44:19.495478+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T03:44:19.497240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a786"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/28a786?panel=cache","method":"GET"} [] [2025-03-31T17:55:44.833504+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T17:55:44.917878+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-31T17:55:45.037464+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-31T17:55:45.037530+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T17:55:45.037559+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T17:55:45.037579+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T17:55:45.037598+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T17:55:46.016595+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T17:55:46.027481+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T17:56:26.124142+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T17:56:26.132981+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-31T17:56:26.148963+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-31T17:56:26.149002+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T17:56:26.149022+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T17:56:26.149036+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T17:56:26.149054+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T17:56:26.430175+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T17:56:26.435159+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T17:56:32.756773+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T17:56:32.773881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T17:56:33.131598+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T17:56:33.132928+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T17:56:33.133684+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T17:56:33.134587+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T17:57:04.829549+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T17:57:04.870095+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T17:57:04.981152+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T17:57:04.986116+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T17:57:04.986957+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T17:57:04.987545+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T18:17:01.920024+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T18:17:01.928700+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-03-31T18:17:01.943205+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-31T18:17:01.943240+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T18:17:01.943260+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T18:17:01.943276+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T18:17:01.943289+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T18:17:02.091776+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T18:17:02.099393+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T18:17:09.282615+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T18:17:09.284472+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-03-31T18:17:09.288171+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-03-31T18:17:09.288206+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T18:17:09.288225+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-03-31T18:17:09.288239+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T18:17:09.288252+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-03-31T18:17:09.411796+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T18:17:09.413404+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T18:17:11.069269+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T18:17:11.083066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T18:17:11.192500+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T18:17:11.194184+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T18:17:11.195026+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T18:17:11.195491+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T18:17:16.167505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-03-31T18:17:16.179235+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-03-31T18:17:16.222587+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T18:17:16.224224+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-03-31T18:17:16.225071+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-03-31T18:17:16.225676+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-01T20:55:41.321620+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T20:55:41.883706+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-01T20:55:43.299361+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-01T20:55:43.345422+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-01T20:55:43.346344+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-01T20:55:43.347049+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-01T20:55:44.025599+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T20:55:44.027678+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=time","method":"GET"} [] [2025-04-01T20:58:47.539556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T20:58:47.548629+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=doctrine_migrations","method":"GET"} [] [2025-04-01T20:58:47.679468+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-01T21:00:26.762431+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:00:26.771377+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=twig","method":"GET"} [] [2025-04-01T21:02:46.016940+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:02:46.026128+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=request","method":"GET"} [] [2025-04-01T21:05:18.864568+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:05:18.874641+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=security","method":"GET"} [] [2025-04-01T21:05:18.888067+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:05:18.890566+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=cache","method":"GET"} [] [2025-04-01T21:10:07.453523+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:10:07.462133+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=router","method":"GET"} [] [2025-04-01T21:27:07.893252+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:27:07.902366+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bad406"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bad406","method":"GET"} [] [2025-04-01T21:29:26.768767+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:29:26.777845+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=db","method":"GET"} [] [2025-04-01T21:34:07.452889+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:34:07.458157+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:34:07.462547+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b/search/results?ip=3.145.26.35","method":"GET"} [] [2025-04-01T21:34:07.462618+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=http_client","method":"GET"} [] [2025-04-01T21:34:07.646293+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:34:07.648164+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=validator","method":"GET"} [] [2025-04-01T21:34:07.781275+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:34:07.783044+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=dump","method":"GET"} [] [2025-04-01T21:36:27.183179+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:36:27.191919+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=form","method":"GET"} [] [2025-04-01T21:39:32.469341+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:39:32.478887+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=notifier","method":"GET"} [] [2025-04-01T21:42:47.791143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:42:47.799950+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=events","method":"GET"} [] [2025-04-01T21:42:47.814846+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:42:47.817353+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=logger","method":"GET"} [] [2025-04-01T21:45:19.238235+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:45:19.247328+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=translation","method":"GET"} [] [2025-04-01T21:45:19.265318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:45:19.267933+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=exception","method":"GET"} [] [2025-04-01T21:46:39.141392+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:46:39.150372+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=config","method":"GET"} [] [2025-04-01T21:46:39.166735+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:46:39.169104+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da","method":"GET"} [] [2025-04-01T21:47:58.703816+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-01T21:47:58.712654+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b?panel=mailer","method":"GET"} [] [2025-04-02T14:33:51.532579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:33:51.796517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:33:52.440620+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:52.466300+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:52.467226+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:52.467988+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:54.108601+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:33:54.120345+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:33:54.166036+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:54.167678+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:54.168490+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:54.168943+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:55.775274+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:33:55.777394+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-02T14:33:55.795174+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-02T14:33:57.243301+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:33:57.256097+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:33:57.303252+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:57.305150+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:57.306074+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:57.306429+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:58.907303+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:33:58.909153+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-02T14:33:59.776882+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:33:59.788724+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:33:59.833156+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:59.834796+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:33:59.835615+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:33:59.835982+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:34:03.100387+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:34:03.112912+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:34:03.157633+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:34:03.159397+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:34:03.160210+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:34:03.160737+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:34:04.891825+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:34:04.903916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:34:04.948215+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:34:04.949839+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:34:04.950677+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:34:04.951223+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:34:06.779622+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T14:34:06.861444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T14:34:06.943272+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:34:06.944807+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T14:34:06.945625+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T14:34:06.946239+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T22:19:03.600064+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T22:19:03.737245+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-02T22:19:04.035410+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-02T22:19:04.035461+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-02T22:19:04.061046+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-02T22:19:04.061089+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-02T22:19:04.061114+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-02T22:19:05.238659+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T22:19:05.254912+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T22:19:09.735748+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T22:19:09.737589+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-02T22:19:09.742724+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-02T22:19:09.742759+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-02T22:19:09.743502+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-02T22:19:09.743531+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-02T22:19:09.743552+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-02T22:19:09.772322+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T22:19:09.774140+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T23:54:50.107956+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T23:54:50.410306+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-02T23:54:51.696810+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T23:54:51.741950+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T23:54:51.742851+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-02T23:54:51.743515+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-02T23:54:52.086258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-02T23:54:52.088061+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=time","method":"GET"} [] [2025-04-03T00:03:16.085885+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:03:16.094511+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=request","method":"GET"} [] [2025-04-03T00:05:29.266798+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:05:29.275574+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=cache","method":"GET"} [] [2025-04-03T00:15:56.943839+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:15:56.953345+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=config","method":"GET"} [] [2025-04-03T00:18:37.549451+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:18:37.558815+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=twig","method":"GET"} [] [2025-04-03T00:24:39.779133+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:24:39.788736+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=validator","method":"GET"} [] [2025-04-03T00:25:44.570197+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:25:44.578621+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=logger","method":"GET"} [] [2025-04-03T00:27:41.576924+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:27:41.585948+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=security","method":"GET"} [] [2025-04-03T00:28:47.931301+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:28:47.941116+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=exception","method":"GET"} [] [2025-04-03T00:29:51.586704+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:29:51.595809+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=translation","method":"GET"} [] [2025-04-03T00:32:01.413111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:32:01.413117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:32:01.421785+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=events","method":"GET"} [] [2025-04-03T00:32:01.421927+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=db","method":"GET"} [] [2025-04-03T00:33:04.393359+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:33:04.401808+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=mailer","method":"GET"} [] [2025-04-03T00:34:08.679015+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:34:08.689728+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=form","method":"GET"} [] [2025-04-03T00:42:59.580807+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:42:59.589748+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da/search/results?ip=3.145.26.35","method":"GET"} [] [2025-04-03T00:42:59.580917+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:42:59.601040+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=doctrine_migrations","method":"GET"} [] [2025-04-03T00:42:59.711336+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-03T00:42:59.753524+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T00:42:59.755808+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=http_client","method":"GET"} [] [2025-04-03T14:52:24.613917+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T14:52:24.796346+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-03T14:52:25.391771+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-03T14:52:25.416771+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-03T14:52:25.417695+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-03T14:52:25.418528+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-03T14:52:26.389839+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T14:52:26.391631+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.145.26.35","method":"GET"} [] [2025-04-03T19:00:21.595706+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T19:00:21.717194+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-03T19:00:22.145966+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-03T19:00:22.153893+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-03T19:00:22.154860+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-03T19:00:22.155402+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-03T19:00:22.433110+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-03T19:00:22.434946+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0e315b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/0e315b","method":"GET"} [] [2025-04-04T08:54:16.381537+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T08:54:16.927352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-04T08:54:18.374187+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T08:54:18.417702+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T08:54:18.418634+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T08:54:18.419184+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T08:54:18.808836+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T08:54:18.815793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=cache","method":"GET"} [] [2025-04-04T09:13:14.770783+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:13:14.785605+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=request","method":"GET"} [] [2025-04-04T09:13:14.776127+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:13:14.792548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=twig","method":"GET"} [] [2025-04-04T09:17:54.917649+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:17:54.917840+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:17:54.926595+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=config","method":"GET"} [] [2025-04-04T09:17:54.926828+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=exception","method":"GET"} [] [2025-04-04T09:22:54.276573+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:22:54.289556+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=doctrine_migrations","method":"GET"} [] [2025-04-04T09:22:54.435856+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-04T09:27:31.542310+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:27:31.542413+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:27:31.551288+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=form","method":"GET"} [] [2025-04-04T09:27:31.551326+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=http_client","method":"GET"} [] [2025-04-04T09:27:31.803083+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:27:31.804814+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=time","method":"GET"} [] [2025-04-04T09:29:52.035321+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:29:52.035349+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:29:52.044427+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213/search/results?ip=18.221.52.104","method":"GET"} [] [2025-04-04T09:29:52.044537+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=validator","method":"GET"} [] [2025-04-04T09:32:10.493155+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:32:10.501240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=mailer","method":"GET"} [] [2025-04-04T09:32:10.533143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:32:10.535546+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=logger","method":"GET"} [] [2025-04-04T09:34:51.289205+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:34:51.297229+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=security","method":"GET"} [] [2025-04-04T09:40:20.472825+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:40:20.472862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:40:20.481096+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=router","method":"GET"} [] [2025-04-04T09:40:20.481157+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b","method":"GET"} [] [2025-04-04T09:48:04.875434+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:48:04.883302+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=events","method":"GET"} [] [2025-04-04T09:50:42.190536+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:50:42.199309+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=dump","method":"GET"} [] [2025-04-04T09:53:11.272011+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:53:11.280548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=notifier","method":"GET"} [] [2025-04-04T09:53:11.305331+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T09:53:11.307701+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=db","method":"GET"} [] [2025-04-04T10:43:07.930170+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T10:43:07.977525+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-04T10:43:08.340551+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T10:43:08.347054+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T10:43:08.347978+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T10:43:08.348630+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T10:43:09.367158+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T10:43:09.368858+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=notifier","method":"GET"} [] [2025-04-04T15:56:21.477512+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T15:56:21.485341+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-04T15:56:21.678678+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-04T15:56:21.678733+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T15:56:21.678753+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T15:56:21.678766+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T15:56:21.678781+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T15:56:21.809416+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T15:56:21.816431+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T15:56:21.911497+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T15:56:21.913524+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-04T15:56:21.917428+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-04T15:56:21.917460+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T15:56:21.917478+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T15:56:21.917492+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T15:56:21.917505+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T15:56:22.373598+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T15:56:22.375768+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T19:35:08.437230+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T19:35:08.482451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-04T19:35:08.601737+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T19:35:08.615342+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T19:35:08.616291+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T19:35:08.616749+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T19:35:09.542217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T19:35:09.543911+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=dump","method":"GET"} [] [2025-04-04T20:45:32.049883+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T20:45:32.058799+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-04T20:45:32.074582+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-04T20:45:32.074620+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T20:45:32.074639+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T20:45:32.074655+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T20:45:32.074668+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T20:45:32.164341+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T20:45:32.171186+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-04T20:45:32.249352+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-04T20:45:32.251320+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-04T20:45:32.255153+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-04T20:45:32.255185+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T20:45:32.255204+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-04T20:45:32.255218+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T20:45:32.255231+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-04T20:45:32.418904+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-04T20:45:32.420802+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T00:44:57.892638+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T00:44:57.932070+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T00:44:58.041586+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T00:44:58.048482+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T00:44:58.049409+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T00:44:58.049873+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T00:44:59.052267+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T00:44:59.054038+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2a09da"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2a09da?panel=router","method":"GET"} [] [2025-04-05T05:31:54.383106+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:31:54.408343+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-05T05:31:54.470416+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-05T05:31:54.470464+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:31:54.470485+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:31:54.470500+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:31:54.470513+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:31:54.811381+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:54.820037+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:55.415773+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:31:55.430754+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:31:55.665040+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:55.666716+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:55.667547+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:55.668072+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:57.198304+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:31:57.200040+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-05T05:31:57.203084+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-05T05:31:57.203116+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:31:57.203136+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:31:57.203151+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:31:57.203166+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:31:57.233742+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:57.235537+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:58.029196+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:31:58.040609+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:31:58.083140+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:58.084873+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:58.085711+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:58.086136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:59.735209+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:31:59.747318+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:31:59.790415+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:59.792224+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:31:59.793071+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:31:59.793468+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:00.899239+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:00.910680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:00.953008+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:00.954401+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:00.955008+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:00.955379+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:02.154672+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:02.166217+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:02.208535+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:02.210304+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:02.211133+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:02.211619+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:03.646312+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:03.657936+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:03.700961+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:03.702843+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:03.703677+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:03.704075+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:07.725029+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:07.726738+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-05T05:32:07.729685+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-05T05:32:07.729718+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:32:07.729736+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:32:07.729751+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:32:07.729769+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:32:07.758423+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:07.759999+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:08.179810+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:08.181507+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-05T05:32:08.186182+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-05T05:32:08.186215+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:32:08.186875+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:32:08.186903+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:32:08.186923+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:32:08.213593+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:08.215357+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:10.240672+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:10.328249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:10.529699+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:10.534845+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:10.535638+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:10.536049+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:11.840743+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:11.853888+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:11.975996+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:11.977340+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:11.977994+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:11.978298+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:12.934751+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:12.946240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:12.988650+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:12.990169+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:12.990771+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:12.991145+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:14.660117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:14.671774+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:14.714151+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:14.715955+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:14.716766+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:14.717177+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:15.824589+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:15.836505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:15.880374+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:15.881911+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:15.882712+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:15.883146+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:16.988370+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:16.999942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:17.042324+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:17.044214+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:17.045042+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:17.045485+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:18.597806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:18.609583+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:18.652307+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:18.653815+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:18.654443+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:18.654859+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:19.835219+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:19.847791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:19.892694+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:19.894321+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:19.895147+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:19.895589+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:20.868904+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:20.880366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:20.922383+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:20.924123+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:20.924960+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:20.925517+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:21.769593+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:21.781018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:21.823061+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:21.824826+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:21.825647+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:21.826021+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:23.731061+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:23.742372+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:23.784395+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:23.786603+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:23.787681+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:23.788125+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:25.571074+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:25.611474+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:25.704604+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:25.709625+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:25.710427+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:25.711086+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:27.018576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:27.031838+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:27.108939+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:27.110632+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:27.111446+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:27.111978+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:28.779225+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:28.790520+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:28.832796+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:28.834671+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:28.835490+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:28.835961+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:30.218550+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:30.229887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:30.272108+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:30.273832+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:30.274643+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:30.275247+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:32.020004+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:32.032873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:32.079550+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:32.081519+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:32.082335+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:32.082842+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:33.763359+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:33.774759+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:33.816676+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:33.818469+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:33.819273+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:33.819748+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:36.421445+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:36.433549+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:36.476553+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:36.478280+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:36.479101+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:36.479566+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:37.645273+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:37.656708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:37.698847+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:37.700486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:37.701296+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:37.701684+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:39.765906+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:39.777202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:39.819405+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:39.821004+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:39.821827+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:39.822178+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:42.893472+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:42.933413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:43.045438+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:43.050386+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:43.051199+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:43.051696+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:45.199389+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:45.210892+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:45.253483+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:45.255083+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:45.255892+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:45.256209+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:47.358405+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:47.370329+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:47.414421+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:47.415957+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:47.416780+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:47.417149+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:48.711258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:48.723021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:48.765660+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:48.767138+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:48.767937+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:48.768420+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:50.198762+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:50.211999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:50.258051+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:50.259723+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:50.260494+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:50.260854+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:52.461372+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:52.472840+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:52.515184+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:52.516723+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:52.517552+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:52.518000+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:54.073556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:54.075280+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-05T05:32:54.098793+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-05T05:32:54.098832+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:32:54.098854+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:32:54.098870+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:32:54.098884+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:32:54.134208+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:54.135668+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:55.665319+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:55.676677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:55.719412+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:55.720930+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:55.721743+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:55.722078+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:58.271978+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:32:58.312743+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:32:58.577112+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:58.581648+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:32:58.582469+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:32:58.582981+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:00.543294+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:00.555064+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:00.600352+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:00.602161+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:00.602982+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:00.603453+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:01.331203+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:01.346292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:01.392599+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:01.394120+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:01.394864+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:01.395191+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:04.261299+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:04.272769+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:04.314844+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:04.316525+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:04.317380+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:04.317964+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:06.748524+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:06.761134+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:06.805878+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:06.807629+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:06.808423+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:06.809100+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:08.153382+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:08.165563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:08.210779+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:08.212584+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:08.213424+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:08.214031+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:10.002732+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:10.014801+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:10.057267+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:10.058756+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:10.059569+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:10.060049+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:11.683078+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:11.695028+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:11.739446+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:11.741116+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:11.741923+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:11.742535+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:16.007253+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:16.049308+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:16.161082+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:16.165844+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:16.166655+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:16.167259+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:22.646992+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:22.658307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:22.700198+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:22.701758+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:22.702559+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:22.702856+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:24.369582+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:24.380885+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:24.422963+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:24.424455+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:24.425301+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:24.425609+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:25.325478+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:25.337197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:25.380795+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:25.382515+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:25.383321+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:25.383940+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:26.685308+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:26.697236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:26.740474+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:26.741925+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:26.742569+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:26.743101+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:27.799178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:27.810621+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:27.852991+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:27.854601+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:27.855419+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:27.855804+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:29.457864+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:29.470141+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:29.517751+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:29.519374+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:29.520178+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:29.520675+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:31.220744+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:31.267742+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:31.382819+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:31.387752+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:31.388564+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:31.388884+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:33.285505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:33.297849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:33.343280+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:33.345059+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:33.345868+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:33.346331+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:35.703695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:35.715379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:35.757954+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:35.759606+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:35.760519+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:35.760865+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:37.391590+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:37.403048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:37.444845+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:37.446386+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:37.447195+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:37.447693+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:40.109432+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:40.121220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:40.163977+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:40.165303+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:40.166004+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:40.166288+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:52.033521+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:52.073747+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:52.186909+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:52.191667+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:52.192419+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:52.192878+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:53.852085+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:53.853921+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-05T05:33:53.876944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-05T05:33:54.973565+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:54.985152+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:55.027656+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:55.029192+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:55.029994+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:55.030305+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:56.245177+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:56.256499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:56.298424+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:56.300069+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:56.300896+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:56.301242+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:57.282319+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:57.293825+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:33:57.336057+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:57.337581+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:57.338383+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:33:57.338841+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:33:59.666087+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:33:59.667891+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-05T05:34:01.067892+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:34:01.079352+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:34:01.121869+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:01.123120+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:01.123822+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:01.124136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:02.037651+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:34:02.049220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:34:02.092508+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:02.094126+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:02.094946+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:02.095282+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:03.039202+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:34:03.050590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:34:03.092628+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:03.094234+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:03.095059+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:03.095449+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:04.165942+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:34:04.178357+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:34:04.221584+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:04.222854+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:04.223549+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:04.223868+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:04.867926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:34:04.869800+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-05T05:34:04.877886+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-05T05:34:04.877928+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:34:04.877947+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-05T05:34:04.877962+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:34:04.877977+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-05T05:34:04.912358+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:04.913896+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:05.187368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-05T05:34:05.198928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-05T05:34:05.252333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:05.253616+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-05T05:34:05.254231+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-05T05:34:05.254702+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:08:39.692841+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:08:39.877633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-06T13:08:40.469670+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:08:40.478991+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:08:40.480020+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:08:40.480615+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:08:41.430050+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:08:41.431779+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213?panel=translation","method":"GET"} [] [2025-04-06T13:40:03.532293+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:40:03.543907+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-06T13:40:03.571791+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T13:40:03.571832+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:03.571853+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:03.571867+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:03.571881+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:03.820461+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:03.827771+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:04.069412+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:40:04.071237+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-06T13:40:04.074883+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T13:40:04.074915+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:04.074934+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:04.074949+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:04.074966+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:04.253127+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:04.254815+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:04.577360+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:40:04.590909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-06T13:40:04.774150+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:04.775917+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:04.776752+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:04.777117+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:05.468358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:40:05.470061+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-06T13:40:05.472981+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T13:40:05.473015+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:05.473035+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:05.473049+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:05.473073+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:05.501768+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:05.503457+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:07.410860+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:40:07.412553+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-06T13:40:07.415668+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T13:40:07.415700+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:07.415719+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:40:07.415733+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:07.415750+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:40:07.452217+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:07.454306+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:07.964889+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:40:07.976768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-06T13:40:08.019783+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:08.021714+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:40:08.022732+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:40:08.023272+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:56:29.535757+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:56:29.544449+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-06T13:56:29.570330+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T13:56:29.570372+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:56:29.570396+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:56:29.570412+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:56:29.570427+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:56:29.663037+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:56:29.669632+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T13:56:29.874428+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T13:56:29.876347+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-06T13:56:29.879658+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T13:56:29.879690+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:56:29.879710+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T13:56:29.879724+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:56:29.879738+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T13:56:29.911023+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T13:56:29.912695+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T14:38:10.831212+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T14:38:10.840011+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-06T14:38:10.855312+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T14:38:10.855349+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T14:38:10.855369+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T14:38:10.855383+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T14:38:10.855397+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T14:38:10.942463+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T14:38:10.950257+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-06T14:38:11.427692+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-06T14:38:11.429449+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-06T14:38:11.432465+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-06T14:38:11.432497+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T14:38:11.432516+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-06T14:38:11.432529+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T14:38:11.432543+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-06T14:38:11.463531+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-06T14:38:11.465273+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-07T10:45:46.943405+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-07T10:45:46.962849+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"HEAD"} [] [2025-04-07T10:45:47.035784+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-07T10:45:47.035832+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-07T10:45:47.035853+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-07T10:45:47.035867+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-07T10:45:47.035882+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-07T10:45:47.382281+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-07T10:45:47.389879+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-07T10:45:47.876644+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-07T10:45:47.891139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-07T10:45:48.139699+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-07T10:45:48.141361+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-07T10:45:48.142193+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-07T10:45:48.142773+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-07T19:47:33.675386+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-07T19:47:33.684735+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-07T19:47:34.987502+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-07T19:47:34.989334+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-07T22:39:23.800159+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-07T22:39:23.808250+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-07T22:39:23.862275+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-07T22:39:23.862322+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-07T22:39:23.862343+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-07T22:39:23.862357+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-07T22:39:23.862375+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-07T22:39:24.078633+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-07T22:39:24.085994+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-08T07:20:49.580933+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-08T07:20:49.739934+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-08T07:20:50.196922+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-08T07:20:50.204258+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-08T07:20:50.205103+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-08T07:20:50.205466+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-08T07:20:50.804933+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-08T07:20:50.806841+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-08T07:20:50.824931+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-08T07:20:50.824985+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-08T07:20:50.825010+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-08T07:20:50.825025+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-08T07:20:50.825040+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-08T07:20:50.870564+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-08T07:20:50.872092+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-08T07:20:51.354134+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-08T07:20:51.355869+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-08T07:20:51.359373+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-08T07:20:51.359406+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-08T07:20:51.359425+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-08T07:20:51.359438+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-08T07:20:51.359451+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-08T07:20:51.563831+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-08T07:20:51.565409+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-08T19:29:42.807436+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-08T19:29:42.820820+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-08T19:29:45.024252+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-08T19:29:45.026119+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-10T06:05:51.321198+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T06:05:51.468708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-10T06:05:51.989968+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T06:05:52.001879+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T06:05:52.002811+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T06:05:52.003320+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T06:05:52.302810+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T06:05:52.304563+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=time","method":"GET"} [] [2025-04-10T09:10:24.785594+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:10:24.904971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-10T09:10:25.215663+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T09:10:25.223612+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T09:10:25.224569+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T09:10:25.224991+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T09:10:25.682817+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:10:25.684546+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=http_client","method":"GET"} [] [2025-04-10T09:13:25.313725+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:13:25.322426+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=dump","method":"GET"} [] [2025-04-10T09:16:22.339698+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:16:22.348308+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=doctrine_migrations","method":"GET"} [] [2025-04-10T09:16:22.463475+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-10T09:22:27.555190+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:22:27.563691+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b/search/results?ip=18.221.52.104","method":"GET"} [] [2025-04-10T09:32:04.699652+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:32:04.708292+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=config","method":"GET"} [] [2025-04-10T09:35:02.935515+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:35:02.943898+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=request","method":"GET"} [] [2025-04-10T09:40:53.053126+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:40:53.061943+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=router","method":"GET"} [] [2025-04-10T09:46:33.754643+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:46:33.763128+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.221.52.104","method":"GET"} [] [2025-04-10T09:46:33.817674+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:46:33.831328+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=events","method":"GET"} [] [2025-04-10T09:49:30.751292+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:49:30.760308+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=twig","method":"GET"} [] [2025-04-10T09:49:30.751333+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:49:30.779486+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=cache","method":"GET"} [] [2025-04-10T09:58:34.422958+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:58:34.431340+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=validator","method":"GET"} [] [2025-04-10T09:58:34.422980+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:58:34.437670+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=logger","method":"GET"} [] [2025-04-10T09:58:34.587645+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T09:58:34.589797+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=db","method":"GET"} [] [2025-04-10T10:04:51.325500+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:04:51.334276+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=mailer","method":"GET"} [] [2025-04-10T10:04:51.325526+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:04:51.350086+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=exception","method":"GET"} [] [2025-04-10T10:08:01.494830+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:08:01.517844+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=form","method":"GET"} [] [2025-04-10T10:11:21.882231+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:11:21.923433+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-10T10:11:22.038353+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T10:11:22.047890+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T10:11:22.048795+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T10:11:22.049197+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T10:11:22.315657+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:11:22.317591+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=translation","method":"GET"} [] [2025-04-10T10:11:22.527105+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:11:22.528875+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=security","method":"GET"} [] [2025-04-10T10:26:24.778873+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T10:26:24.787576+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"70702b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/70702b?panel=notifier","method":"GET"} [] [2025-04-10T15:58:57.986720+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T15:58:57.995999+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-10T15:58:58.044708+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-10T15:58:58.044753+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T15:58:58.044773+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T15:58:58.044788+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T15:58:58.044802+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T15:58:58.232924+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T15:58:58.242358+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T15:58:59.954177+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T15:58:59.956042+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-10T15:58:59.959345+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-10T15:58:59.959377+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T15:58:59.959396+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T15:58:59.959414+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T15:58:59.959427+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T15:58:59.991030+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T15:58:59.992511+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T19:48:06.595142+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T19:48:06.606185+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-10T19:48:06.621889+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-10T19:48:06.621927+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T19:48:06.621947+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T19:48:06.621961+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T19:48:06.621974+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T19:48:06.743115+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T19:48:06.749685+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-10T19:48:07.084942+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-10T19:48:07.086798+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-10T19:48:07.090063+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-10T19:48:07.090095+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T19:48:07.090113+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-10T19:48:07.090127+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T19:48:07.090140+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-10T19:48:07.122177+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-10T19:48:07.124122+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-12T16:36:44.725875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-12T16:36:44.742526+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-12T16:36:44.838947+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-12T16:36:44.838995+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-12T16:36:44.839015+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-12T16:36:44.839029+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-12T16:36:44.839044+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-12T16:36:45.277467+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-12T16:36:45.309648+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-12T16:37:01.803347+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-12T16:37:01.811697+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-12T16:37:01.827125+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-12T16:37:01.827159+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-12T16:37:01.827179+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-12T16:37:01.827195+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-12T16:37:01.827209+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-12T16:37:01.920260+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-12T16:37:01.925218+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T06:30:21.968883+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T06:30:21.983211+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T06:30:22.048183+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T06:30:22.048230+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T06:30:22.048251+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T06:30:22.048264+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T06:30:22.048278+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T06:30:22.511115+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T06:30:22.519218+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T07:17:36.065547+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T07:17:36.106841+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T07:17:36.365998+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T07:17:36.373579+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T07:17:36.374513+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T07:17:36.375155+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:57:51.744269+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:57:51.752926+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T16:57:51.768074+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T16:57:51.768109+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:57:51.768129+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:57:51.768144+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:57:51.768158+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:57:51.855957+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:57:51.862841+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:57:53.762544+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:57:53.777304+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:57:53.908042+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:57:53.909627+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:57:53.910500+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:57:53.910901+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:57:57.321860+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:57:57.323645+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T16:57:57.326806+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T16:57:57.326838+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:57:57.326857+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:57:57.326870+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:57:57.326883+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:57:57.356974+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:57:57.358687+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:57:58.451042+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:57:58.463042+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:57:58.507510+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:57:58.509356+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:57:58.510222+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:57:58.510811+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:08.036885+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:08.075994+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:08.158658+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:08.163391+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:08.164439+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:08.164792+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:16.239001+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:16.253089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:16.325966+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:16.327254+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:16.327897+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:16.328348+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:19.982901+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:19.996230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:20.046438+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:20.048035+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:20.048838+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:20.049177+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:26.914669+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:26.950987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:27.031531+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:27.036371+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:27.037198+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:27.037655+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:37.969041+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:37.970836+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T16:58:37.978033+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T16:58:37.978069+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:58:37.978089+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:58:37.978102+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:58:37.978116+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:58:38.013437+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:38.014812+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:39.938305+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:39.940090+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-13T16:58:39.944932+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T16:58:39.944965+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:58:39.945655+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T16:58:39.945684+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:58:39.945704+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T16:58:39.973777+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:39.975050+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:41.280000+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:41.293478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:41.363551+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:41.364952+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:41.365652+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:41.366074+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:49.024706+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:49.060780+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:49.143901+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:49.148745+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:49.149596+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:49.150146+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:52.891601+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:52.903578+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:52.947791+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:52.949533+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:52.950375+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:52.950889+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:57.210725+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:58:57.224674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:58:57.299915+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:57.301558+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:58:57.302375+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:58:57.302701+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:04.372160+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:04.411190+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:04.495757+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:04.501131+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:04.501986+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:04.502548+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:08.322996+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:08.334551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:08.377363+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:08.378889+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:08.379712+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:08.380043+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:14.321998+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:14.335565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:14.410874+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:14.412470+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:14.413301+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:14.413653+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:19.693529+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:19.730414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:19.811063+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:19.815450+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:19.816274+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:19.816625+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:26.212734+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:26.225129+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:26.270409+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:26.272202+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:26.273071+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:26.273647+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:33.868145+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:33.881809+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:33.959170+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:33.960986+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:33.961841+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:33.962220+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:37.696077+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:37.734248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:37.818097+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:37.823099+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:37.823998+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:37.824426+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:43.234124+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:43.245981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:43.288424+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:43.289998+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:43.290820+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:43.291140+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:47.576182+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:47.588369+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:47.631843+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:47.633370+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:47.634188+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:47.634509+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:51.999824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:52.014459+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:52.090463+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:52.091990+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:52.092801+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:52.093173+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:56.722856+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T16:59:56.760957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T16:59:56.844387+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:56.849024+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T16:59:56.849855+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T16:59:56.850154+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:01.103341+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:01.115392+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:01.158741+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:01.160032+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:01.160702+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:01.161006+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:05.693217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:05.704715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:05.747350+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:05.749026+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:05.749828+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:05.750244+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:11.119738+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:11.134104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:11.210609+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:11.212486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:11.213332+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:11.213873+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:16.124685+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:16.162027+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:16.245149+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:16.249645+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:16.250443+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:16.250932+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:20.718826+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:20.731515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:20.781565+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:20.783362+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:20.784221+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:20.784611+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:25.154329+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:25.166106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:25.208627+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:25.210216+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:25.211016+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:25.211527+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:27.511349+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:27.525585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:27.602439+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:27.604172+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:27.605035+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:27.605498+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:31.376488+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:31.415255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:31.498740+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:31.503376+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:31.504211+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:31.504586+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:35.894576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:35.906313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:35.950212+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:35.951869+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:35.952684+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:35.952991+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:39.008304+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:39.019842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:39.062412+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:39.063901+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:39.064691+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:39.065290+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:41.662661+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:41.674105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:41.716660+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:41.718371+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:41.719194+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:41.719688+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:44.181226+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:44.183339+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T17:00:44.190592+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T17:00:44.190629+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T17:00:44.190648+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T17:00:44.190662+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T17:00:44.190676+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T17:00:44.224314+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:44.225955+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:45.497633+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:45.511387+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:45.587286+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:45.589109+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:45.589921+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:45.590307+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:48.207144+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:48.249037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:48.519497+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:48.524125+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:48.524937+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:48.525679+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:52.231263+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:52.243523+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:52.291348+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:52.293295+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:52.294256+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:52.294909+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:55.547339+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:55.559298+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:55.604654+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:55.606433+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:55.607309+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:55.607822+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:58.312014+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:00:58.323891+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:00:58.366894+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:58.368545+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:00:58.369379+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:00:58.369803+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:02.400030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:02.414831+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:02.487434+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:02.488873+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:02.489626+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:02.490053+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:06.031947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:06.073021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:06.167970+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:06.172671+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:06.173485+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:06.173862+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:10.891463+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:10.903253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:10.948770+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:10.950356+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:10.951181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:10.951467+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:14.942607+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:14.954173+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:14.996836+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:14.998603+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:14.999408+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:14.999886+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:17.803168+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:17.816693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:17.891315+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:17.892815+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:17.893513+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:17.894240+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:21.641073+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:21.678589+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:21.758841+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:21.763604+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:21.764274+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:21.764881+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:26.201129+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:26.213101+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:26.259596+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:26.261154+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:26.262014+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:26.262340+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:30.376361+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:30.387791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:30.430346+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:30.432056+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:30.432879+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:30.433234+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:34.612221+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:34.626849+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:34.707691+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:34.709155+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:34.709939+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:34.710354+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:38.187602+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:38.227580+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:38.309189+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:38.313633+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:38.314447+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:38.314918+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:40.827682+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:40.839565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:40.882426+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:40.883897+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:40.884552+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:40.884918+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:45.122483+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:45.134688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:45.181711+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:45.183504+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:45.184321+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:45.184992+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:48.651434+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:48.662971+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:48.705194+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:48.707087+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:48.707909+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:48.708479+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:51.693080+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:51.706873+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:51.781131+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:51.782872+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:51.783682+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:51.784241+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:55.157155+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:55.196088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:55.279088+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:55.283866+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:55.284667+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:55.285112+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:59.188545+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:01:59.200039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:01:59.242433+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:59.244139+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:01:59.245020+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:01:59.245486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:02.606357+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:02.618435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:02.665184+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:02.666815+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:02.667633+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:02.668013+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:05.679285+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:05.691092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:05.734643+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:05.736217+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:05.737036+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:05.737483+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:07.637116+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:07.638884+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-13T17:02:07.656443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-13T17:02:09.899308+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:09.911541+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:09.955881+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:09.957644+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:09.958455+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:09.958826+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:13.254860+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:13.292874+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:13.378672+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:13.383203+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:13.384012+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:13.384373+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:17.795579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:17.807645+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:17.853255+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:17.855069+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:17.855879+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:17.856354+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:22.019926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:22.021717+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-13T17:02:23.814678+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:23.828291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:23.906278+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:23.907890+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:23.908743+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:23.909069+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:26.852836+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:26.865087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:26.908112+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:26.909770+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:26.910576+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:26.911048+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:30.207318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:30.246965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:30.333231+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:30.338140+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:30.339066+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:30.339449+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:32.535811+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:32.547548+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:32.590710+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:32.592320+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:32.593128+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:32.593674+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:37.218831+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:37.220557+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T17:02:37.231089+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T17:02:37.231123+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T17:02:37.231142+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T17:02:37.231156+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T17:02:37.231170+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T17:02:37.264615+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:37.266263+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:40.399183+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T17:02:40.412639+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T17:02:40.504136+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:40.505624+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T17:02:40.506397+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T17:02:40.506865+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:30.202016+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:15:30.210223+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T19:15:30.224277+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T19:15:30.224313+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:15:30.224333+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:15:30.224347+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:15:30.224360+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:15:30.312742+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:30.319293+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:32.457975+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:15:32.473428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:15:32.554600+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:32.556288+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:32.557141+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:32.557628+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:37.770855+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:15:37.772579+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T19:15:37.775601+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T19:15:37.775632+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:15:37.775651+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:15:37.775664+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:15:37.775678+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:15:37.805516+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:37.807107+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:39.557085+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:15:39.569488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:15:39.614358+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:39.615759+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:39.616489+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:39.616820+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:53.904102+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:15:53.942108+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:15:54.049896+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:54.054547+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:54.055354+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:54.055725+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:59.779062+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:15:59.790647+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:15:59.834026+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:59.835662+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:15:59.836470+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:15:59.836872+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:05.325974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:05.337527+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:05.380608+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:05.382238+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:05.383045+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:05.383609+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:14.665927+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:14.706737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:14.823573+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:14.828396+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:14.829135+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:14.829575+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:29.095284+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:29.097057+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T19:16:29.104542+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T19:16:29.104576+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:16:29.104595+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:16:29.104610+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:16:29.104623+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:16:29.138864+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:29.140339+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:31.787274+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:31.794982+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-13T19:16:31.812303+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T19:16:31.812342+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:16:31.813924+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:16:31.813956+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:16:31.813977+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:16:31.883453+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:31.888107+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:34.421331+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:34.434667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:34.507498+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:34.509186+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:34.510048+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:34.510394+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:39.695501+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:39.708160+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:39.755694+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:39.757286+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:39.758008+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:39.758467+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:49.930618+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:49.969737+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:50.115641+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:50.120427+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:50.121239+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:50.121671+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:54.457762+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:54.469895+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:54.513764+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:54.515157+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:54.515770+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:54.516347+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:59.831755+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:16:59.843279+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:16:59.885730+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:59.887588+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:16:59.888447+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:16:59.889026+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:04.676333+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:04.693187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:04.755449+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:04.757221+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:04.758027+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:04.758638+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:08.671519+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:08.713109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:08.830687+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:08.835323+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:08.836062+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:08.836476+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:17.591475+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:17.602967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:17.645441+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:17.647225+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:17.648038+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:17.648674+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:21.668392+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:21.679842+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:21.722770+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:21.724091+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:21.724691+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:21.725276+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:26.111662+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:26.152179+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:26.264203+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:26.268937+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:26.269760+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:26.270248+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:34.869919+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:34.881291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:34.923993+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:34.925611+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:34.926406+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:34.926961+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:42.340544+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:42.381348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:42.493167+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:42.498019+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:42.498821+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:42.499169+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:52.737474+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:17:52.749034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:17:52.792345+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:52.793889+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:17:52.794563+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:17:52.794925+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:00.966247+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:01.006234+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:01.117813+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:01.122311+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:01.123114+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:01.123671+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:09.495764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:09.508519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:09.552852+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:09.554833+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:09.555663+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:09.556131+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:20.171307+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:20.228090+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:20.351364+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:20.356558+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:20.357384+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:20.357954+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:26.383961+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:26.396014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:26.440203+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:26.441540+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:26.442236+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:26.442539+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:31.516290+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:31.527832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:31.570342+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:31.571980+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:31.572794+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:31.573204+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:36.874410+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:36.917477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:37.037318+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:37.042295+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:37.043095+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:37.043593+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:47.127923+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:47.139979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:47.183644+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:47.185364+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:47.186154+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:47.186527+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:50.006330+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:50.018034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:50.061105+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:50.062764+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:50.063570+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:50.064052+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:55.729394+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:18:55.767675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:18:55.875379+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:55.879712+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:18:55.880523+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:18:55.880941+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:01.753547+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:01.765144+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:01.808589+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:01.810345+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:01.811172+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:01.811603+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:07.090208+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:07.102414+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:07.145696+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:07.147316+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:07.148028+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:07.148467+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:16.360834+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:16.400735+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:16.510686+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:16.515044+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:16.515853+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:16.516178+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:22.749136+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:22.760929+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:22.803662+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:22.805163+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:22.805965+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:22.806335+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:29.052630+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:29.054398+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T19:19:29.062531+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T19:19:29.062568+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:19:29.062588+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:19:29.062602+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:19:29.062615+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:19:29.096307+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:29.097795+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:30.445430+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:30.456922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:30.499828+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:30.501436+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:30.502253+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:30.502547+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:36.081091+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:36.121356+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:36.297473+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:36.302850+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:36.303698+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:36.304043+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:40.182480+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:40.194177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:40.240042+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:40.241711+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:40.242534+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:40.243107+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:46.075989+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:46.087467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:46.130515+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:46.132410+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:46.133267+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:46.133774+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:54.764627+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:54.804032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:54.917076+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:54.922103+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:54.922912+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:54.923282+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:59.063368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:19:59.076916+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:19:59.126371+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:59.128160+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:19:59.128974+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:19:59.129505+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:02.570563+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:02.582514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:02.627319+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:02.629005+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:02.629806+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:02.630232+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:07.715418+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:07.727519+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:07.771597+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:07.773401+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:07.774331+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:07.774689+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:16.562097+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:16.603052+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:16.714925+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:16.719615+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:16.720428+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:16.720919+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:20.887864+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:20.899514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:20.942338+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:20.944079+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:20.944900+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:20.945275+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:26.289789+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:26.302096+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:26.346153+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:26.347763+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:26.348588+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:26.348943+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:38.189255+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:38.230551+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:38.346115+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:38.352654+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:38.353454+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:38.354163+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:49.531267+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:49.545288+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:49.594017+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:49.595735+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:49.596684+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:49.597208+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:58.058490+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:20:58.098505+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:20:58.222747+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:58.227785+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:20:58.228581+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:20:58.228872+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:05.713937+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:05.726653+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:05.771991+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:05.773729+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:05.774547+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:05.775012+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:11.602407+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:11.614254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:11.657254+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:11.658843+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:11.659654+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:11.660016+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:17.229669+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:17.271172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:17.385225+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:17.390025+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:17.390869+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:17.391433+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:23.028867+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:23.040565+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:23.083552+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:23.085223+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:23.086079+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:23.086446+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:27.491157+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:27.502762+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:27.545665+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:27.547536+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:27.548343+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:27.548900+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:32.571195+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:32.610594+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:32.722132+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:32.726617+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:32.727423+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:32.727900+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:39.220768+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:39.233649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:39.277024+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:39.278902+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:39.279718+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:39.280105+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:44.312314+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:44.324618+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:44.368919+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:44.370588+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:44.371413+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:44.371735+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:50.246945+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:50.285998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:50.398225+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:50.402752+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:50.403578+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:50.403970+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:55.711853+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:55.713693+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-13T19:21:55.730213+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-13T19:21:59.419181+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:21:59.431019+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:21:59.475011+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:59.476558+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:21:59.477379+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:21:59.477855+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:05.050987+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:05.063484+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:05.111382+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:05.113059+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:05.113854+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:05.114296+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:10.689705+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:10.733248+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:10.851396+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:10.856551+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:10.857347+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:10.857850+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:18.244833+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:18.246582+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-13T19:22:20.705522+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:20.717145+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:20.760525+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:20.761976+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:20.762627+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:20.763116+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:23.660345+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:23.672169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:23.714946+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:23.716581+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:23.717397+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:23.718003+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:28.187758+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:28.229496+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:28.346368+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:28.351216+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:28.351998+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:28.352346+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:31.017946+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:31.030050+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:31.073647+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:31.075208+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:31.076034+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:31.076398+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:36.451288+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:36.453040+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-13T19:22:36.459973+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-13T19:22:36.460009+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:22:36.460028+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-13T19:22:36.460042+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:22:36.460056+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-13T19:22:36.493698+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:36.495303+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:37.814229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-13T19:22:37.826024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-13T19:22:37.879302+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:37.881013+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-13T19:22:37.881861+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-13T19:22:37.882367+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T05:16:43.857402+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T05:16:43.899914+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-14T05:16:44.019379+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T05:16:44.026812+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T05:16:44.027693+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T05:16:44.028078+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T06:37:23.121152+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T06:37:23.129551+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-14T06:37:23.143795+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T06:37:23.143832+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T06:37:23.143852+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T06:37:23.143866+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T06:37:23.143883+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T06:37:23.229812+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T06:37:23.236747+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T06:37:23.321145+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T06:37:23.323362+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-14T06:37:23.327699+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T06:37:23.327733+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T06:37:23.327753+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T06:37:23.327768+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T06:37:23.327782+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T06:37:23.542241+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T06:37:23.544226+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T12:17:26.351809+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T12:17:26.361043+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-14T12:17:26.383734+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T12:17:26.383774+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T12:17:26.383794+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T12:17:26.383808+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T12:17:26.383822+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T12:17:26.501484+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T12:17:26.571201+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T12:17:26.749316+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T12:17:26.751277+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-14T12:17:26.755102+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T12:17:26.755155+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T12:17:26.755176+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T12:17:26.755191+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T12:17:26.755205+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T12:17:26.788608+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T12:17:26.790224+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T18:21:52.268553+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T18:21:52.279820+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-14T18:21:52.296140+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T18:21:52.296178+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:21:52.296196+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:21:52.296210+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:21:52.296224+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:21:52.401126+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T18:21:52.407406+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T18:21:52.881977+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T18:21:52.883812+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-14T18:21:52.887534+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T18:21:52.887568+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:21:52.887587+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:21:52.887601+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:21:52.887614+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:21:53.175057+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T18:21:53.176696+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T18:33:28.605052+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T18:33:28.613442+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-14T18:33:28.628339+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T18:33:28.628376+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:33:28.628395+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:33:28.628409+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:33:28.628422+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:33:28.737122+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T18:33:28.744106+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-14T18:33:29.087500+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-14T18:33:29.089393+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-14T18:33:29.092602+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-14T18:33:29.092633+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:33:29.092651+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-14T18:33:29.092664+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:33:29.092679+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-14T18:33:29.123571+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-14T18:33:29.124951+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:04.490082+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:04.499081+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T00:20:04.514696+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T00:20:04.514733+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:04.514753+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:04.514767+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:04.514781+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:04.603904+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:04.612469+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:05.464194+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:05.479890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:05.754932+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:05.756781+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:05.757713+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:05.758174+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:07.543975+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:07.545767+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T00:20:07.548774+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T00:20:07.548807+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:07.548826+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:07.548840+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:07.548853+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:07.578065+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:07.579424+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:08.225173+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:08.236587+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:08.279126+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:08.280849+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:08.281678+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:08.282190+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:12.528201+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:12.539924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:12.583274+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:12.585071+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:12.585881+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:12.586437+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:14.448023+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:14.460909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:14.506324+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:14.508093+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:14.508909+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:14.509336+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:16.317639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:16.329323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:16.372094+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:16.373701+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:16.374529+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:16.374980+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:29.610876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:29.618445+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T00:20:29.632724+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T00:20:29.632758+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:29.632777+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:29.632791+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:29.632804+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:29.715854+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:29.720350+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:30.398800+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:30.400543+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-15T00:20:30.405326+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T00:20:30.405358+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:30.406031+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:20:30.406059+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:30.406078+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:20:30.433300+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:30.434887+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:31.576008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:31.590032+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:31.667439+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:31.669126+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:31.669947+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:31.670298+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:33.521570+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:33.533677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:33.578124+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:33.579683+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:33.580519+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:33.580804+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:36.444021+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:36.455612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:36.504714+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:36.506426+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:36.507282+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:36.507653+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:39.668578+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:39.680518+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:39.724132+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:39.725860+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:39.726681+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:39.726999+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:54.409420+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:54.447848+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:54.564202+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:54.568716+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:54.569521+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:54.570113+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:57.231679+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:20:57.243218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:20:57.285924+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:57.287678+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:20:57.288486+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:20:57.289004+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:00.198555+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:00.210700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:00.255190+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:00.256979+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:00.258067+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:00.258485+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:10.860692+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:10.899938+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:11.008485+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:11.013199+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:11.014013+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:11.014389+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:17.869711+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:17.881120+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:17.923982+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:17.925566+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:17.926209+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:17.926607+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:20.070859+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:20.082736+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:20.125968+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:20.127695+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:20.128531+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:20.129007+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:21.927574+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:21.939249+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:21.982282+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:21.984160+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:21.984988+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:21.985564+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:23.528878+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:23.545118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:23.590899+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:23.592571+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:23.593396+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:23.593949+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:25.303191+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:25.314807+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:25.357945+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:25.359703+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:25.360558+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:25.361038+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:35.637008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:35.675817+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:35.787665+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:35.792493+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:35.793324+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:35.793755+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:37.611619+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:37.623429+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:37.666216+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:37.667715+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:37.668517+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:37.668815+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:39.590476+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:39.602466+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:39.647277+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:39.648629+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:39.649365+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:39.649688+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:52.175604+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:52.214063+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:52.327241+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:52.332008+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:52.332829+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:52.333324+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:54.494759+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:21:54.506772+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:21:54.550218+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:54.551591+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:21:54.552300+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:21:54.552602+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:00.173167+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:00.185151+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:00.228304+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:00.229523+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:00.230166+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:00.230605+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:02.225315+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:02.237049+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:02.280070+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:02.281638+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:02.282460+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:02.282807+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:04.016378+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:04.030596+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:04.075264+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:04.076875+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:04.077718+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:04.078225+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:06.636197+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:06.647951+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:06.691008+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:06.692540+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:06.693362+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:06.693692+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:08.493811+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:08.531983+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:08.642558+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:08.647094+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:08.647858+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:08.648175+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:10.259256+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:10.271204+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:10.314536+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:10.316005+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:10.316691+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:10.317107+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:13.801562+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:13.812970+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:13.855801+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:13.857460+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:13.858257+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:13.858663+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:16.264602+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:16.276348+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:16.319228+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:16.320486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:16.321094+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:16.321395+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:18.430272+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:18.432044+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T00:22:18.439924+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T00:22:18.439957+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:22:18.439977+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:22:18.439991+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:22:18.440004+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:22:18.475167+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:18.476828+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:20.429418+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:20.441450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:20.502302+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:20.504079+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:20.504918+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:20.505365+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:26.568475+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:26.608555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:26.872645+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:26.877486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:26.878272+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:26.878760+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:31.561081+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:31.572532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:31.618296+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:31.620005+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:31.620827+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:31.621265+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:43.385192+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:43.426450+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:43.536625+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:43.540889+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:43.541630+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:43.542075+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:45.794212+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:45.809275+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:45.853112+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:45.854770+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:45.855585+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:45.855915+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:47.689247+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:47.701004+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:47.747179+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:47.748874+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:47.749739+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:47.750116+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:49.249414+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:49.261323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:49.305072+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:49.306648+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:49.307469+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:49.307785+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:52.093529+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:52.105044+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:52.147728+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:52.149809+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:52.150897+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:52.151435+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:54.160817+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:22:54.172715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:22:54.216372+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:54.218200+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:22:54.219042+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:22:54.219561+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:40.914640+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:23:40.955781+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:23:41.072090+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:41.077173+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:41.078123+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:41.078446+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:44.138110+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:23:44.149773+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:23:44.195015+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:44.196567+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:44.197430+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:44.197761+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:51.056777+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:23:51.068590+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:23:51.113326+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:51.114824+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:51.115527+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:51.115981+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:52.828446+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:23:52.839976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:23:52.882467+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:52.884151+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:52.884982+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:52.885511+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:54.607590+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:23:54.619273+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:23:54.662070+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:54.663359+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:54.664043+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:54.664329+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:56.049547+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:23:56.088303+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:23:56.195636+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:56.200181+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:23:56.200900+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:23:56.201316+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:07.270990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:07.282513+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:07.324840+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:07.326462+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:07.327267+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:07.327870+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:08.962775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:08.974492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:09.017336+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:09.019011+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:09.019827+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:09.020376+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:10.394923+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:10.406492+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:10.449129+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:10.450900+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:10.451769+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:10.452156+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:13.386185+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:13.429325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:13.544001+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:13.548557+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:13.549465+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:13.549809+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:14.723440+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:14.735066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:14.779209+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:14.780995+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:14.782052+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:14.782384+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:17.111566+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:17.123135+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:17.165855+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:17.167234+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:17.167911+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:17.168381+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:19.676446+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:19.687947+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:19.730372+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:19.732025+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:19.732852+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:19.733210+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:23.187212+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:23.198649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:23.241331+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:23.242887+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:23.243525+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:23.243936+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:24.662122+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:24.663861+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-15T00:24:24.678909+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-15T00:24:25.812844+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:25.824302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:25.866476+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:25.868166+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:25.868982+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:25.869424+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:27.609290+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:27.620693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:27.663068+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:27.664752+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:27.665556+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:27.665843+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:30.819772+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:30.861601+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:30.976467+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:30.980839+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:30.981524+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:30.981934+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:33.273664+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:33.275489+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-15T00:24:34.509951+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:34.521901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:34.565775+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:34.567399+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:34.568279+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:34.568766+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:37.349586+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:37.361702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:37.405193+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:37.407038+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:37.407856+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:37.408543+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:40.701341+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:40.715979+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:40.767621+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:40.769685+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:40.770503+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:40.771134+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:46.904397+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:46.943675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:47.052959+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:47.057526+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:47.058347+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:47.058682+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:48.705272+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:48.707005+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T00:24:48.715189+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T00:24:48.715224+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:24:48.715243+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T00:24:48.715258+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:24:48.715272+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T00:24:48.750051+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:48.751472+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:53.194085+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T00:24:53.205559+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T00:24:53.258589+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:53.260160+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T00:24:53.260970+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T00:24:53.261273+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:35:20.526591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:35:20.595411+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"HEAD"} [] [2025-04-15T08:35:20.691988+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:35:20.692042+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:35:20.692063+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:35:20.692076+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:35:20.692090+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:35:21.267210+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:35:21.298689+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:35:33.138379+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:35:33.140273+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:35:33.143528+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:35:33.143560+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:35:33.143579+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:35:33.143593+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:35:33.143606+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:35:33.175097+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:35:33.176620+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:36:44.355599+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:36:44.363835+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:36:44.378744+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:36:44.378780+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:36:44.378799+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:36:44.378814+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:36:44.378828+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:36:44.485845+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:36:44.490629+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:36:44.660211+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:36:44.662169+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T08:36:44.666275+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:36:44.666308+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:36:44.666327+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:36:44.666342+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:36:44.666356+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:36:44.991234+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:36:44.992983+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:37:36.184340+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:37:36.200939+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:37:36.237562+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:37:36.237604+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:36.237623+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:36.237637+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:36.237651+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:36.332882+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:37:36.338113+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:37:36.492921+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:37:36.494731+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T08:37:36.498384+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:37:36.498416+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:36.498435+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:36.498452+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:36.498465+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:36.592720+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:37:36.594455+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:37:36.888830+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:37:36.890599+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:37:36.893668+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:37:36.893700+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:36.893719+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:36.893733+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:36.893746+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:36.923935+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:37:36.925720+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:37:37.040528+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:37:37.042370+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T08:37:37.045709+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:37:37.045741+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:37.045759+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:37:37.045773+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:37.045787+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:37:37.084810+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:37:37.086718+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:38:02.543510+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:38:02.586210+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T08:38:02.941614+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:38:02.947086+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:38:02.948002+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:38:02.948456+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:38:04.103735+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:38:04.115705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T08:38:04.159383+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:38:04.161163+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:38:04.161967+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:38:04.162583+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:38:42.537386+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:38:42.586359+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T08:38:42.710681+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:38:42.716083+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:38:42.717025+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:38:42.717641+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:39:02.419425+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:39:02.467191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T08:39:02.598258+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:39:02.602909+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:39:02.603729+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:39:02.604096+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:39:15.549762+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:39:15.561319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T08:39:15.604518+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:39:15.606220+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:39:15.607060+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:39:15.607559+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:54:59.747423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:54:59.755920+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:54:59.770272+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:54:59.770307+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:54:59.770326+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:54:59.770341+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:54:59.770355+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:54:59.858709+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:54:59.865781+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:55:00.046151+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:00.048619+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T08:55:00.053222+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:55:00.053263+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:00.053283+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:00.053297+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:00.053311+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:00.151941+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:55:00.153673+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:55:02.280525+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:02.282798+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"2732ca"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/2732ca","method":"GET"} [] [2025-04-15T08:55:18.662496+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:18.670949+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:55:18.685566+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:55:18.685607+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:18.685628+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:18.685643+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:18.685658+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:18.773923+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:55:18.778481+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:55:18.995251+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:18.997025+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T08:55:19.000727+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:55:19.000759+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:19.000778+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:19.000792+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:19.000805+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:19.104971+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:55:19.106785+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:55:21.020898+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:21.022734+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"75522c"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/75522c","method":"GET"} [] [2025-04-15T08:55:24.701044+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:24.702814+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T08:55:24.705989+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:55:24.706020+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:24.706040+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:24.706054+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:24.706067+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:24.737344+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:55:24.738996+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:55:28.213505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:28.215254+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T08:55:28.218466+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T08:55:28.218498+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:28.218516+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T08:55:28.218528+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:28.218541+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T08:55:28.255305+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T08:55:28.257028+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T08:55:30.140435+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T08:55:30.142352+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"c1ae7b"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/c1ae7b","method":"GET"} [] [2025-04-15T09:10:59.576717+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:10:59.585317+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T09:10:59.600534+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T09:10:59.600573+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:10:59.600593+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:10:59.600607+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:10:59.600621+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:10:59.690274+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:10:59.697941+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:10:59.869728+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:10:59.871592+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T09:10:59.875471+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T09:10:59.875503+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:10:59.875522+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:10:59.875536+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:10:59.875549+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:10:59.993709+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:10:59.995299+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:11:01.081960+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:11:01.083943+02:00] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_route":"_wdt","_controller":"web_profiler.controller.profiler::toolbarAction","token":"fd4834"},"request_uri":"http://mondeanimal.web-ice.site/_wdt/fd4834","method":"GET"} [] [2025-04-15T09:38:26.527959+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:38:26.536746+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T09:38:26.552972+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T09:38:26.553019+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:26.553047+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:26.553076+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:26.553096+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:26.640848+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:38:26.650235+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:38:26.817672+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:38:26.819521+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T09:38:26.823358+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T09:38:26.823391+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:26.823410+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:26.823423+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:26.823437+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:26.915474+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:38:26.917091+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:38:27.172231+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:38:27.174011+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T09:38:27.176999+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T09:38:27.177030+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:27.177048+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:27.177067+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:27.177085+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:27.207583+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:38:27.209287+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:38:27.324366+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:38:27.326107+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T09:38:27.329301+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T09:38:27.329334+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:27.329352+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T09:38:27.329366+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:27.329379+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T09:38:27.366945+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:38:27.368625+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:39:04.513701+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:39:04.557878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T09:39:04.678614+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:39:04.684322+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:39:04.685135+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:39:04.685531+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:39:36.099099+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:39:36.139334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T09:39:36.248291+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:39:36.253117+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:39:36.254041+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:39:36.254567+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:39:59.659235+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:39:59.698148+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T09:39:59.829388+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:39:59.834197+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:39:59.835079+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:39:59.835527+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:40:11.919091+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:40:11.932169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T09:40:11.979068+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:40:11.980805+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:40:11.981665+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:40:11.982340+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:40:19.718761+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T09:40:19.758592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T09:40:19.895445+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:40:19.900060+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T09:40:19.900883+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T09:40:19.901464+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:49:15.962659+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:49:15.971102+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T11:49:15.992164+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T11:49:15.992209+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:15.992229+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:15.992242+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:15.992255+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.097370+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:49:16.107753+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:49:16.226616+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:49:16.228566+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T11:49:16.232234+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T11:49:16.232266+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:16.232285+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:16.232298+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.232311+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.328807+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:49:16.330681+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:49:16.603666+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:49:16.605516+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T11:49:16.608690+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T11:49:16.608721+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:16.608741+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:16.608756+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.608774+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.641403+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:49:16.642889+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:49:16.806247+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:49:16.807956+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T11:49:16.811077+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T11:49:16.811108+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:16.811127+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T11:49:16.811141+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.811154+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T11:49:16.848133+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:49:16.849913+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:49:57.787999+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:49:57.827680+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T11:49:57.949323+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:49:57.954187+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:49:57.955111+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:49:57.955499+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:22.005939+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:50:22.047790+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T11:50:22.162990+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:22.167811+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:22.168760+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:22.169400+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:39.774918+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:50:39.816266+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T11:50:39.942415+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:39.947186+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:39.948013+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:39.948495+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:48.783646+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:50:48.795258+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T11:50:48.838091+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:48.839546+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:48.840345+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:48.840780+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:55.152635+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T11:50:55.190440+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T11:50:55.308618+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:55.312964+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T11:50:55.313783+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T11:50:55.314185+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:44:11.103865+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:44:11.113339+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T14:44:11.130187+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T14:44:11.130234+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:11.130256+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:11.130274+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:11.130287+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:11.228560+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:44:11.235606+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:44:11.350528+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:44:11.352430+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T14:44:11.356205+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T14:44:11.356238+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:11.356257+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:11.356271+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:11.356285+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:11.462320+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:44:11.463929+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:44:11.771237+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:44:11.773007+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T14:44:11.776051+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T14:44:11.776082+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:11.776101+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:11.776116+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:11.776130+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:11.805934+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:44:11.807414+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:44:12.011111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:44:12.012838+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T14:44:12.016038+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T14:44:12.016070+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:12.016089+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T14:44:12.016102+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:12.016115+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T14:44:12.053426+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:44:12.054934+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:07.474497+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:45:07.518187+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T14:45:07.735567+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:07.740743+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:07.741696+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:07.742121+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:08.219028+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:45:08.230753+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T14:45:08.277025+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:08.278840+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:08.279663+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:08.280290+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:11.001784+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:45:11.013719+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T14:45:11.057705+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:11.059412+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:11.060263+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:11.060763+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:18.267389+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:45:18.279582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T14:45:18.323176+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:18.324779+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:18.325598+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:18.325925+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:18.815420+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T14:45:18.827281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T14:45:18.870379+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:18.872019+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T14:45:18.872831+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T14:45:18.873499+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T16:31:20.386218+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T16:31:20.396367+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T16:31:20.413639+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T16:31:20.413712+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:20.413740+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:20.413758+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:20.413779+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:20.517898+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T16:31:20.530468+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T16:31:20.882709+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T16:31:20.884644+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T16:31:20.888452+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T16:31:20.888484+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:20.888503+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:20.888517+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:20.888532+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:20.984041+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T16:31:20.985789+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T16:31:21.639950+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T16:31:21.641979+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T16:31:21.646102+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T16:31:21.646145+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:21.646171+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:21.646190+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:21.646209+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:21.679174+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T16:31:21.680820+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T16:31:25.295778+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T16:31:25.297917+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T16:31:25.301700+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T16:31:25.301744+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:25.301764+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T16:31:25.301778+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:25.301793+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T16:31:25.345511+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T16:31:25.347201+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:07.980583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:08.049034+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T20:40:08.120811+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T20:40:08.120861+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:08.120882+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:08.120896+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:08.120909+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:08.775031+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:08.800970+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:08.922742+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:08.936641+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T20:40:08.940635+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T20:40:08.940667+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:08.940690+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:08.940705+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:08.940718+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:09.163229+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:09.165213+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:09.470903+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:09.472764+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-15T20:40:09.476057+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T20:40:09.476088+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:09.476106+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:09.476119+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:09.476133+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:09.509545+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:09.511108+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:09.620636+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:09.622417+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-15T20:40:09.625713+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-15T20:40:09.625744+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:09.625762+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-15T20:40:09.625775+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:09.625789+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-15T20:40:09.665014+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:09.666703+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:24.364465+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:24.542813+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T20:40:25.131796+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:25.158549+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:25.159372+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:25.159776+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:36.693911+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:36.706501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T20:40:36.752856+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:36.754765+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:36.755972+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:36.756374+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:46.602277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:46.642917+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T20:40:46.825631+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:46.830799+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:46.831596+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:46.832197+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:51.964171+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:40:51.975677+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T20:40:52.018502+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:52.020276+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:40:52.021122+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:40:52.021728+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:41:11.565695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-15T20:41:11.608915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-15T20:41:11.755718+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:41:11.761011+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-15T20:41:11.761832+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-15T20:41:11.762413+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T07:12:22.087891+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T07:12:22.153631+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-16T07:12:22.309678+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T07:12:22.309728+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T07:12:22.311836+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T07:12:22.311867+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T07:12:22.311891+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T07:12:22.770594+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T07:12:22.793436+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T07:52:47.930903+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T07:52:48.059887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T07:52:48.500388+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T07:52:48.508384+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T07:52:48.509295+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T07:52:48.509674+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T07:52:49.847632+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T07:52:49.859332+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress/wp-admin/setup-config.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress/wp-admin/setup-config.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/wp-admin/setup-config.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T07:52:49.904369+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T07:52:49.906268+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T07:52:49.907100+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T07:52:49.907451+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:09.566393+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:09.575631+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T08:37:09.590942+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T08:37:09.590980+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:09.591002+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:09.591018+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:09.591031+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:09.684600+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:09.706224+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:09.831213+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:09.833731+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-16T08:37:09.837743+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T08:37:09.837776+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:09.837794+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:09.837809+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:09.837823+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:10.091223+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:10.093210+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:10.365983+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:10.367877+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T08:37:10.371245+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T08:37:10.371279+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:10.371298+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:10.371313+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:10.371326+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:10.403289+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:10.404919+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:10.522780+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:10.524557+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-16T08:37:10.527866+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T08:37:10.527900+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:10.527919+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T08:37:10.527933+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:10.527946+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T08:37:10.568333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:10.570013+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:26.732814+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:26.777118+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T08:37:27.033265+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:27.039036+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:27.039879+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:27.040354+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:36.576150+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:36.588218+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T08:37:36.633576+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:36.635388+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:36.636257+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:36.636749+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:39.913519+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:39.925225+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T08:37:39.968947+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:39.970717+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:39.971561+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:39.972057+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:45.886175+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:45.926126+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T08:37:46.040505+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:46.045626+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:46.046495+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:46.047198+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:49.582253+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:49.593984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T08:37:49.636931+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:49.638567+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:49.639391+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:49.639852+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:58.651406+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T08:37:58.662982+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T08:37:58.705729+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:58.707309+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T08:37:58.708348+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T08:37:58.708670+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T10:19:06.710396+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T10:19:06.719767+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T10:19:06.735866+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T10:19:06.735903+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T10:19:06.735922+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T10:19:06.735938+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T10:19:06.735951+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T10:19:06.843439+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T10:19:06.851965+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T10:19:42.776427+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T10:19:42.785347+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-16T10:19:42.801249+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T10:19:42.801289+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T10:19:42.801309+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T10:19:42.801323+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T10:19:42.801337+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T10:19:42.972389+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T10:19:42.977858+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T10:19:57.544389+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T10:19:57.559084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T10:19:57.653164+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T10:19:57.654863+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T10:19:57.655697+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T10:19:57.656280+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T10:20:23.968717+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T10:20:24.009291+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T10:20:24.122272+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T10:20:24.127112+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T10:20:24.127916+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T10:20:24.128365+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T11:21:49.860013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T11:21:49.868725+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T11:21:49.883781+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T11:21:49.883822+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T11:21:49.883843+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T11:21:49.883857+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T11:21:49.883872+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T11:21:49.971999+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T11:21:49.978707+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T11:21:50.271482+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T11:21:50.273433+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T11:21:50.276806+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T11:21:50.276841+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T11:21:50.276866+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T11:21:50.276881+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T11:21:50.276896+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T11:21:50.309466+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T11:21:50.311062+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T12:13:37.888335+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T12:13:37.897741+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T12:13:37.913535+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T12:13:37.913571+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T12:13:37.913593+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T12:13:37.913611+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T12:13:37.913625+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T12:13:38.002818+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T12:13:38.009997+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T12:13:57.426582+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T12:13:57.435005+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-16T12:13:57.450807+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T12:13:57.450850+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T12:13:57.450871+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T12:13:57.450888+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T12:13:57.450902+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T12:13:57.602272+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T12:13:57.606901+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T12:14:00.390309+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T12:14:00.409517+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T12:14:00.483535+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T12:14:00.485433+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T12:14:00.486477+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T12:14:00.486967+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T12:14:11.745227+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T12:14:11.757984+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T12:14:11.803344+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T12:14:11.805199+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T12:14:11.806014+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T12:14:11.806413+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T14:53:38.373537+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T14:53:38.382575+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T14:53:38.398325+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T14:53:38.398364+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T14:53:38.398384+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T14:53:38.398397+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T14:53:38.398411+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T14:53:38.483539+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T14:53:38.490048+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T14:53:38.723558+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T14:53:38.725477+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T14:53:38.728720+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T14:53:38.728751+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T14:53:38.728771+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T14:53:38.728786+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T14:53:38.728799+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T14:53:38.767509+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T14:53:38.769193+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T15:08:14.400321+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T15:08:14.444422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T15:08:14.566286+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T15:08:14.573529+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T15:08:14.574481+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T15:08:14.575068+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T21:54:43.956184+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T21:54:44.239965+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T21:54:44.903645+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T21:54:44.928981+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T21:54:44.929925+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T21:54:44.930617+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T21:54:46.323644+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T21:54:46.325433+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-16T21:54:46.902645+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T21:54:46.904437+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"UNKNOWN"} [] [2025-04-16T21:54:46.930393+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T21:54:46.930435+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T21:54:46.930456+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T21:54:46.930471+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T21:54:46.930485+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T21:54:46.976330+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T21:54:46.978172+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T21:54:47.176432+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T21:54:47.178234+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-16T21:54:47.181670+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T21:54:47.181706+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T21:54:47.181726+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T21:54:47.181741+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T21:54:47.181755+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T21:54:47.400966+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T21:54:47.402321+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T21:54:47.755658+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T21:54:47.767419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/HEAD"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/HEAD\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-16T21:54:47.811596+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T21:54:47.813533+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T21:54:47.814382+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T21:54:47.814965+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T23:39:26.002015+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T23:39:26.011224+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-16T23:39:26.027255+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T23:39:26.027292+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T23:39:26.027311+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T23:39:26.027325+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T23:39:26.027338+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T23:39:26.128295+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T23:39:26.135611+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-16T23:39:26.268381+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-16T23:39:26.270294+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-16T23:39:26.274103+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-16T23:39:26.274136+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T23:39:26.274155+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-16T23:39:26.274170+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T23:39:26.274184+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-16T23:39:26.369060+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-16T23:39:26.370813+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T02:20:52.923657+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T02:20:53.242399+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-17T02:20:53.986176+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T02:20:54.030373+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T02:20:54.031298+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T02:20:54.031882+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:18.160331+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:39:18.160339+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:39:18.311307+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-17T08:39:18.311316+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-17T08:39:18.559918+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T08:39:18.559970+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T08:39:18.559942+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T08:39:18.559992+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T08:39:18.560001+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T08:39:18.560008+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T08:39:18.560026+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T08:39:18.560028+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T08:39:18.560044+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T08:39:18.560066+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T08:39:19.829837+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:19.829847+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:19.863620+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:19.863682+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:19.985662+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:39:19.988097+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-17T08:39:19.992596+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T08:39:19.992630+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T08:39:19.992649+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T08:39:19.992664+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T08:39:19.992676+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T08:39:20.412967+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:20.414921+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:52.805156+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:39:52.871766+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-17T08:39:53.640820+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:53.645432+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:53.646112+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:53.646460+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:55.564943+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:39:55.577667+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-17T08:39:55.624954+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:55.626510+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:39:55.627324+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:39:55.627686+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:40:07.135393+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:40:07.147672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-17T08:40:07.191010+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:40:07.192486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:40:07.193301+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:40:07.193653+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:40:15.059138+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:40:15.098674+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-17T08:40:15.213554+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:40:15.218242+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:40:15.219076+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:40:15.219454+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:40:16.806468+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T08:40:16.818215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-17T08:40:16.861898+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:40:16.863484+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T08:40:16.864286+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T08:40:16.864643+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T15:45:08.939741+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T15:45:08.964357+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-17T15:45:08.987462+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T15:45:08.987506+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:08.987526+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:08.987540+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:08.987556+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:09.093047+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T15:45:09.099456+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T15:45:09.175357+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T15:45:09.180396+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-17T15:45:09.184046+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T15:45:09.184080+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:09.184099+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:09.184115+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:09.184129+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:09.329157+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T15:45:09.331120+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T15:45:09.542118+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T15:45:09.543879+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-17T15:45:09.546941+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T15:45:09.546973+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:09.546992+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:09.547006+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:09.547020+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:09.576742+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T15:45:09.578727+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-17T15:45:10.072663+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-17T15:45:10.074515+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-17T15:45:10.077773+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-17T15:45:10.077806+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:10.077824+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-17T15:45:10.077838+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:10.077851+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-17T15:45:10.116482+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-17T15:45:10.118146+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:26:17.384479+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T01:26:17.484417+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T01:26:17.529795+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T01:26:17.529855+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:26:17.529882+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:26:17.529907+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:26:17.529927+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:26:17.948991+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:26:17.982620+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:30:13.132215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T01:30:13.141724+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T01:30:13.157599+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T01:30:13.157636+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:30:13.157656+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:30:13.157669+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:30:13.157684+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:30:13.305554+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:30:13.311162+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:33:19.264187+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T01:33:19.283664+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-18T01:33:19.309752+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T01:33:19.309800+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:33:19.309820+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:33:19.309835+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:33:19.309849+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:33:19.684387+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:33:19.691561+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:37:15.473904+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T01:37:15.515232+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-18T01:37:15.538891+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T01:37:15.538944+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:37:15.538965+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T01:37:15.538979+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:37:15.538993+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T01:37:16.239589+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:37:16.244742+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:37:56.799875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T01:37:56.850822+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T01:37:57.276574+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:37:57.281784+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:37:57.282722+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:37:57.283207+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:44:13.077123+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T01:44:13.117969+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T01:44:13.230294+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:44:13.237883+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T01:44:13.238926+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T01:44:13.239368+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T02:46:09.880912+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T02:46:09.956613+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T02:46:10.023666+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T02:46:10.023715+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T02:46:10.023736+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T02:46:10.023750+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T02:46:10.023764+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T02:46:10.492520+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T02:46:10.523113+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T07:15:54.229349+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T07:15:54.285171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T07:15:54.554260+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T07:15:54.567110+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T07:15:54.568035+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T07:15:54.568492+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T07:15:55.035224+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T07:15:55.037130+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9b4213"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9b4213","method":"GET"} [] [2025-04-18T08:29:48.137213+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:29:48.178403+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T08:29:48.390928+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:29:48.399327+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:29:48.400236+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:29:48.400633+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:29:48.815924+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:29:48.817841+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=notifier","method":"GET"} [] [2025-04-18T08:31:30.468845+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:31:30.477454+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=logger","method":"GET"} [] [2025-04-18T08:38:07.293695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:38:07.302600+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=time","method":"GET"} [] [2025-04-18T08:39:26.347286+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:39:26.347310+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:39:26.355856+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=validator","method":"GET"} [] [2025-04-18T08:39:26.355923+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=exception","method":"GET"} [] [2025-04-18T08:40:44.872491+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:40:44.881302+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T08:40:44.913887+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T08:40:44.913929+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:44.913951+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:44.913965+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:44.913979+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.027699+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:40:45.037282+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:40:45.170701+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:40:45.172597+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-18T08:40:45.176363+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T08:40:45.176397+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:45.176416+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:45.176430+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.176444+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.378363+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:40:45.380008+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:40:45.632452+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:40:45.634422+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T08:40:45.637660+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T08:40:45.637696+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:45.637716+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:45.637731+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.637745+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.672627+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:40:45.674351+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:40:45.790949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:40:45.792699+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-18T08:40:45.795898+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T08:40:45.795932+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:45.795951+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T08:40:45.795969+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.795983+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T08:40:45.833709+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:40:45.835342+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:33.066121+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:41:33.108379+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T08:41:33.224669+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:33.229450+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:33.230436+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:33.230895+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:35.201886+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:41:35.213546+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T08:41:35.258598+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:35.260335+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:35.261211+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:35.261553+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:36.363569+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:41:36.375110+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T08:41:36.418153+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:36.419918+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:36.420777+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:36.421438+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:37.428288+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:41:37.440191+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T08:41:37.483963+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:37.485793+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:37.486602+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:37.487047+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:38.270432+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:41:38.282417+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T08:41:38.325685+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:38.327352+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:41:38.328172+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T08:41:38.328523+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T08:42:59.574370+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:42:59.582972+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3/search/results?ip=3.144.130.238","method":"GET"} [] [2025-04-18T08:42:59.593838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:42:59.596248+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=mailer","method":"GET"} [] [2025-04-18T08:46:34.086623+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:46:34.103618+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=translation","method":"GET"} [] [2025-04-18T08:49:55.935949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:49:55.945176+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=events","method":"GET"} [] [2025-04-18T08:49:55.945924+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:49:55.948412+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885","method":"GET"} [] [2025-04-18T08:53:16.241970+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:53:16.241948+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:53:16.250789+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=config","method":"GET"} [] [2025-04-18T08:53:16.250867+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=router","method":"GET"} [] [2025-04-18T08:53:16.275851+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:53:16.292499+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=form","method":"GET"} [] [2025-04-18T08:53:16.465791+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:53:16.467548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=db","method":"GET"} [] [2025-04-18T08:54:55.644572+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:54:55.644775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:54:55.653478+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=twig","method":"GET"} [] [2025-04-18T08:54:55.653542+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=dump","method":"GET"} [] [2025-04-18T08:56:35.819549+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:56:35.828176+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=request","method":"GET"} [] [2025-04-18T08:59:37.099926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T08:59:37.108533+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=security","method":"GET"} [] [2025-04-18T09:01:16.805280+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T09:01:16.813325+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=cache","method":"GET"} [] [2025-04-18T09:02:57.631829+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T09:02:57.640780+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3?panel=doctrine_migrations","method":"GET"} [] [2025-04-18T09:02:57.801011+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-18T09:47:53.771394+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T09:47:53.780089+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8334be"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8334be?panel=request","method":"GET"} [] [2025-04-18T09:53:44.135408+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T09:53:44.144678+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8334be"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8334be","method":"GET"} [] [2025-04-18T10:00:06.548266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:00:06.557709+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1caca9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1caca9?panel=request","method":"GET"} [] [2025-04-18T10:02:38.472143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:02:38.481083+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1caca9"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1caca9","method":"GET"} [] [2025-04-18T10:11:30.945088+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:11:30.953598+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fbd775"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fbd775","method":"GET"} [] [2025-04-18T10:15:36.061624+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:15:36.070239+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5abfcd"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/5abfcd","method":"GET"} [] [2025-04-18T10:50:27.689825+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:27.730920+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:27.845605+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:27.854657+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:27.855583+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:27.856141+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:28.078759+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:28.090981+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:28.136333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:28.138180+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:28.139033+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:28.139484+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:28.369692+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:28.382431+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:28.429033+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:28.430861+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:28.431701+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:28.432216+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:28.681627+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:28.694340+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:29.093162+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.094785+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.095605+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.096113+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.317212+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:29.329319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:29.372156+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.373693+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.374514+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.375191+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.600013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:29.612073+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/js/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/js/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:29.655061+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.656630+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.657506+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.657998+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.850224+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:29.861834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/js/app.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/js/app.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/app.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:29.903181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.904617+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:29.905267+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:29.905916+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:30.143754+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:30.155439+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:30.198705+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:30.200524+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:30.201357+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:30.201729+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:30.412827+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:30.424811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:30.468470+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:30.470382+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:30.471361+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:30.471856+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:30.687661+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:30.699125+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:30.741340+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:30.743045+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:30.743850+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:30.744388+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:31.107405+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:31.118915+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/php_info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/php_info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-18T10:50:31.161336+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:31.162975+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:31.163779+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:31.164243+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T10:50:31.365556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:31.367263+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-18T10:50:31.554116+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T10:50:31.555860+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-18T10:50:31.564806+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T10:50:31.564841+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T10:50:31.565649+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T10:50:31.565679+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T10:50:31.565700+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T10:50:31.597037+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T10:50:31.598503+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T11:35:49.328194+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T11:35:49.336669+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T11:35:49.351946+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T11:35:49.352002+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T11:35:49.352023+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T11:35:49.352038+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T11:35:49.352051+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T11:35:49.442523+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T11:35:49.450178+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T11:35:51.166889+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T11:35:51.168782+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T11:35:51.172147+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T11:35:51.172181+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T11:35:51.172201+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T11:35:51.172214+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T11:35:51.172231+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T11:35:51.204328+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T11:35:51.206193+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T15:38:28.211857+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T15:38:28.220303+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T15:38:28.235539+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T15:38:28.235579+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T15:38:28.235600+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T15:38:28.235614+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T15:38:28.235628+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T15:38:28.326305+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T15:38:28.334860+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T15:38:28.525489+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T15:38:28.527345+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-18T15:38:28.530572+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-18T15:38:28.530606+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T15:38:28.530624+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-18T15:38:28.530637+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T15:38:28.530651+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-18T15:38:28.561913+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-18T15:38:28.563262+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-18T23:06:49.074714+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T23:06:49.084906+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/empty/search/results","method":"GET"} [] [2025-04-18T23:55:51.858248+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-18T23:55:51.867189+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-19T00:47:30.910325+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T00:47:30.950428+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T00:47:31.064206+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T00:47:31.071224+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T00:47:31.072131+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T00:47:31.072709+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T05:40:03.887569+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T05:40:03.915661+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-19T05:43:09.823002+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T05:43:09.831879+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-19T06:37:04.830777+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T06:37:04.839790+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-19T06:37:04.999051+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T06:37:04.999106+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T06:37:04.999127+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T06:37:04.999142+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T06:37:04.999157+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T06:37:05.291759+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T06:37:05.302490+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T06:37:05.802063+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T06:37:05.803896+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-19T06:37:05.807680+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T06:37:05.807713+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T06:37:05.807731+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T06:37:05.807745+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T06:37:05.807759+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T06:37:06.003525+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T06:37:06.005298+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T06:37:06.405834+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T06:37:06.422153+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T06:37:06.664577+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T06:37:06.666080+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T06:37:06.666910+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T06:37:06.667230+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T06:56:27.842737+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T06:56:27.851471+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-19T06:59:13.599455+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T06:59:13.608598+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-19T08:39:20.125824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:20.135120+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-19T08:39:20.183220+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T08:39:20.183277+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:20.183299+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:20.183314+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:20.183328+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:20.488982+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:20.495784+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:20.641054+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:20.642904+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-19T08:39:20.646520+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T08:39:20.646554+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:20.646573+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:20.646588+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:20.646602+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:20.795252+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:20.796875+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:21.127185+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:21.129511+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-19T08:39:21.132705+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T08:39:21.132737+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:21.132757+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:21.132770+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:21.132784+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:21.165744+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:21.167477+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:21.282064+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:21.283855+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-19T08:39:21.287115+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T08:39:21.287148+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:21.287167+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T08:39:21.287181+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:21.287195+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T08:39:21.327018+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:21.328717+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:36.863921+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:36.917039+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/chosen/chosen.jquery.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/chosen/chosen.jquery.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T08:39:37.179459+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:37.184274+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:37.185134+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:37.185582+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:37.647193+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:37.658943+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/js/mondeanimal.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/js/mondeanimal.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T08:39:37.702604+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:37.704259+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:37.705094+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:37.705717+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:38.554626+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:38.569149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/bootstrap.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/bootstrap.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T08:39:38.614199+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:38.616097+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:38.616933+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:38.617479+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:41.367648+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:41.379082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/front.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/front.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/front.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T08:39:41.421603+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:41.423244+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:41.424067+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:41.424480+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:58.550711+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T08:39:58.593502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/login/assets/css/chosen/chosen.css\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/login/assets/css/chosen/chosen.css/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T08:39:58.711781+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:58.716150+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T08:39:58.716877+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T08:39:58.717404+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T10:22:07.598019+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:22:07.649940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T10:22:07.788547+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T10:22:07.796502+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T10:22:07.797446+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T10:22:07.798200+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T10:22:08.202215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:22:08.203939+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.144.130.238","method":"GET"} [] [2025-04-19T10:37:18.890008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:37:18.899835+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=request","method":"GET"} [] [2025-04-19T10:40:42.829472+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:40:42.829576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:40:42.839861+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=doctrine_migrations","method":"GET"} [] [2025-04-19T10:40:42.840079+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=config","method":"GET"} [] [2025-04-19T10:40:42.987061+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-19T10:41:48.588735+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:41:48.588767+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:41:48.603857+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:41:48.646748+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=events","method":"GET"} [] [2025-04-19T10:41:48.646938+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=http_client","method":"GET"} [] [2025-04-19T10:41:48.647037+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=translation","method":"GET"} [] [2025-04-19T10:44:15.487008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:44:15.495350+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=mailer","method":"GET"} [] [2025-04-19T10:49:19.039902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:49:19.048708+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885/search/results?ip=3.144.130.238","method":"GET"} [] [2025-04-19T10:51:20.074772+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:51:20.084010+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=validator","method":"GET"} [] [2025-04-19T10:53:04.032761+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:53:04.041381+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=form","method":"GET"} [] [2025-04-19T10:55:25.128092+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:55:25.137025+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=db","method":"GET"} [] [2025-04-19T10:57:26.763150+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T10:57:26.771848+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=security","method":"GET"} [] [2025-04-19T11:01:44.146147+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:01:44.154452+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=time","method":"GET"} [] [2025-04-19T11:02:57.510925+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:02:57.519391+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=cache","method":"GET"} [] [2025-04-19T11:02:57.550619+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:02:57.553074+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=dump","method":"GET"} [] [2025-04-19T11:06:50.414090+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:06:50.422827+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=logger","method":"GET"} [] [2025-04-19T11:08:02.131229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:08:02.139959+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=exception","method":"GET"} [] [2025-04-19T11:08:02.141454+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:08:02.143851+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=twig","method":"GET"} [] [2025-04-19T11:10:34.284789+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T11:10:34.293280+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1b8885"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/1b8885?panel=router","method":"GET"} [] [2025-04-19T14:12:45.858857+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T14:12:45.867313+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-19T14:12:45.882048+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T14:12:45.882084+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:45.882105+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:45.882120+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:45.882139+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:45.969460+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T14:12:45.977909+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T14:12:46.098591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T14:12:46.100664+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-19T14:12:46.104661+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T14:12:46.104694+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:46.104713+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:46.104726+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:46.104739+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:46.201220+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T14:12:46.203311+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T14:12:46.498764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T14:12:46.500709+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-19T14:12:46.504177+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T14:12:46.504213+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:46.504232+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:46.504246+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:46.504259+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:46.536669+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T14:12:46.538534+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T14:12:47.232656+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T14:12:47.234421+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-19T14:12:47.237610+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T14:12:47.237643+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:47.237661+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T14:12:47.237674+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:47.237688+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T14:12:47.276209+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T14:12:47.277900+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:27.126623+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:27.147184+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-19T15:52:27.162807+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T15:52:27.162843+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T15:52:27.162864+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T15:52:27.162877+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T15:52:27.162891+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T15:52:27.298880+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:27.314641+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:27.390537+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:27.409659+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-19T15:52:27.413781+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-19T15:52:27.413816+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T15:52:27.413836+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-19T15:52:27.413851+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T15:52:27.413866+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-19T15:52:27.535791+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:27.537670+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:29.577035+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:29.592698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:29.669228+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:29.671049+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:29.671919+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:29.672513+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:31.446163+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:31.458688+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:31.504487+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:31.506327+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:31.507197+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:31.507767+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:32.959670+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:32.971006+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/mondeanimal" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/mondeanimal\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/mondeanimal/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:33.014672+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:33.016537+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:33.017383+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:33.017778+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:35.450999+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:35.463162+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wordpress" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wordpress\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wordpress/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:35.508302+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:35.510057+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:35.510792+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:35.511259+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:36.358338+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:36.369903+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/old" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/old\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/old/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:36.413183+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:36.414969+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:36.415854+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:36.416569+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:37.976054+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:37.987926+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/backup" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/backup\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/backup/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:38.030897+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:38.032217+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:38.032857+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:38.033198+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:38.856067+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:38.867644+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/new" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/new\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/new/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:38.910459+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:38.912093+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:38.912911+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:38.913351+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:39.684122+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:39.695700+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/test" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/test\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/test/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:39.738873+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:39.740634+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:39.741429+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:39.741925+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:41.434601+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:41.446478+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/wp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/wp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/wp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:41.490041+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:41.491536+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:41.492333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:41.492659+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:44.292974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:44.334715+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/temp" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/temp\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/temp/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:44.420549+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:44.425437+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:44.426251+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:44.426686+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:45.264719+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T15:52:45.278080+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/blog" (from "www.google.com")" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/blog\" (from \"www.google.com\") at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/blog/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T15:52:45.347491+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:45.348822+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T15:52:45.349468+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T15:52:45.349815+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T16:15:43.142010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:15:43.183086+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T16:15:43.298139+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T16:15:43.304703+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T16:15:43.305642+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T16:15:43.306238+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T16:15:43.581042+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:15:43.582824+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=doctrine_migrations","method":"GET"} [] [2025-04-19T16:15:43.672805+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-19T16:16:46.715582+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:16:46.724835+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=exception","method":"GET"} [] [2025-04-19T16:19:07.759035+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:19:07.768764+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=twig","method":"GET"} [] [2025-04-19T16:20:13.359417+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:20:13.368304+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=security","method":"GET"} [] [2025-04-19T16:21:21.119445+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:21:21.147366+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=notifier","method":"GET"} [] [2025-04-19T16:22:29.861896+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:22:29.870671+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=cache","method":"GET"} [] [2025-04-19T16:23:45.704455+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:23:45.713940+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=dump","method":"GET"} [] [2025-04-19T16:23:45.753277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:23:45.755714+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68","method":"GET"} [] [2025-04-19T16:26:56.785305+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:26:56.794189+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=http_client","method":"GET"} [] [2025-04-19T16:29:00.961266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:29:00.969760+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=events","method":"GET"} [] [2025-04-19T16:32:43.306374+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:32:43.315105+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=translation","method":"GET"} [] [2025-04-19T16:33:51.843415+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:33:51.852839+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=validator","method":"GET"} [] [2025-04-19T16:38:19.602252+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:38:19.610810+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=config","method":"GET"} [] [2025-04-19T16:39:20.474164+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:39:20.474212+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:39:20.482609+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=time","method":"GET"} [] [2025-04-19T16:39:20.482609+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=db","method":"GET"} [] [2025-04-19T16:42:37.153632+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:42:37.162568+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=request","method":"GET"} [] [2025-04-19T16:44:40.096323+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:44:40.104833+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=router","method":"GET"} [] [2025-04-19T16:46:57.255219+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:46:57.255183+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:46:57.264291+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=form","method":"GET"} [] [2025-04-19T16:46:57.264317+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97/search/results?ip=3.144.147.211","method":"GET"} [] [2025-04-19T16:47:59.451368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:47:59.451483+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T16:47:59.460190+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=logger","method":"GET"} [] [2025-04-19T16:47:59.460204+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97?panel=mailer","method":"GET"} [] [2025-04-19T18:38:29.433980+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:38:29.474421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-19T18:38:29.589504+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T18:38:29.596917+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T18:38:29.597858+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-19T18:38:29.598593+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-19T18:38:30.005786+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:38:30.007651+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=security","method":"GET"} [] [2025-04-19T18:38:30.211013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:38:30.213020+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=form","method":"GET"} [] [2025-04-19T18:44:49.893747+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:44:49.901642+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=router","method":"GET"} [] [2025-04-19T18:46:28.840766+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:46:28.849720+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=http_client","method":"GET"} [] [2025-04-19T18:46:28.866601+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:46:28.869126+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=exception","method":"GET"} [] [2025-04-19T18:58:38.726462+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T18:58:38.735077+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.144.147.211","method":"GET"} [] [2025-04-19T19:02:11.292853+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:02:11.301109+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=config","method":"GET"} [] [2025-04-19T19:02:11.335080+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:02:11.337606+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=dump","method":"GET"} [] [2025-04-19T19:09:00.396834+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:09:00.396962+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:09:00.405416+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=events","method":"GET"} [] [2025-04-19T19:09:00.405511+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=logger","method":"GET"} [] [2025-04-19T19:09:00.499112+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:09:00.501665+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=time","method":"GET"} [] [2025-04-19T19:10:37.774267+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:10:37.797636+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=twig","method":"GET"} [] [2025-04-19T19:12:13.272609+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:12:13.281421+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=request","method":"GET"} [] [2025-04-19T19:15:33.222562+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:15:33.231205+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=validator","method":"GET"} [] [2025-04-19T19:18:45.997479+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:18:46.007039+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=doctrine_migrations","method":"GET"} [] [2025-04-19T19:18:46.125216+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-19T19:22:15.513246+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:22:15.513261+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:22:15.521889+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68/search/results?ip=3.144.147.211","method":"GET"} [] [2025-04-19T19:22:15.521889+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=notifier","method":"GET"} [] [2025-04-19T19:22:15.693422+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:22:15.695237+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=mailer","method":"GET"} [] [2025-04-19T19:24:08.092885+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:24:08.102270+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=db","method":"GET"} [] [2025-04-19T19:25:45.779360+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:25:45.787630+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=cache","method":"GET"} [] [2025-04-19T19:27:29.565845+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-19T19:27:29.574358+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3f5c68"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3f5c68?panel=translation","method":"GET"} [] [2025-04-20T01:31:51.558025+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:31:51.729257+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T01:31:52.349935+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T01:31:52.380496+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T01:31:52.381435+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T01:31:52.382250+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T01:31:52.710891+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:31:52.713007+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=db","method":"GET"} [] [2025-04-20T01:33:35.010186+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:33:35.019749+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f","method":"GET"} [] [2025-04-20T01:38:56.788075+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:38:56.796221+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=http_client","method":"GET"} [] [2025-04-20T01:40:55.749229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:40:55.758278+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=cache","method":"GET"} [] [2025-04-20T01:46:49.704389+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:46:49.712735+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=events","method":"GET"} [] [2025-04-20T01:50:33.052947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:50:33.053056+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:50:33.061407+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=logger","method":"GET"} [] [2025-04-20T01:50:33.061479+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=request","method":"GET"} [] [2025-04-20T01:50:33.159475+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:50:33.161968+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=config","method":"GET"} [] [2025-04-20T01:50:33.323539+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:50:33.325427+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"3aec97"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/3aec97","method":"GET"} [] [2025-04-20T01:56:22.533556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:56:22.542661+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=router","method":"GET"} [] [2025-04-20T01:56:22.559198+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:56:22.561886+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=twig","method":"GET"} [] [2025-04-20T01:58:09.703753+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T01:58:09.712619+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=form","method":"GET"} [] [2025-04-20T02:05:43.270720+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:05:43.278950+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=exception","method":"GET"} [] [2025-04-20T02:07:30.896053+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:07:30.918575+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=dump","method":"GET"} [] [2025-04-20T02:11:08.071914+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:11:08.072009+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:11:08.071849+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:11:08.100534+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=time","method":"GET"} [] [2025-04-20T02:11:08.100548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=validator","method":"GET"} [] [2025-04-20T02:11:08.100708+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=notifier","method":"GET"} [] [2025-04-20T02:14:48.060043+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:14:48.060057+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:14:48.084010+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=translation","method":"GET"} [] [2025-04-20T02:14:48.084117+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=security","method":"GET"} [] [2025-04-20T02:16:22.850191+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:16:22.850214+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:16:22.866812+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=mailer","method":"GET"} [] [2025-04-20T02:16:22.866845+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T02:16:23.003853+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T02:19:47.927564+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T02:19:47.936643+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086/search/results?ip=3.147.79.7","method":"GET"} [] [2025-04-20T04:33:14.530803+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:33:14.731281+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T04:33:15.448886+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T04:33:15.477840+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T04:33:15.478884+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T04:33:15.479537+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T04:33:15.821520+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:33:15.823241+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=router","method":"GET"} [] [2025-04-20T04:39:25.487366+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:39:25.496399+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=cache","method":"GET"} [] [2025-04-20T04:39:25.487365+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:39:25.571211+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=security","method":"GET"} [] [2025-04-20T04:41:31.777181+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:41:31.799329+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=config","method":"GET"} [] [2025-04-20T04:47:40.269684+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:47:40.269659+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:47:40.294307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=http_client","method":"GET"} [] [2025-04-20T04:47:40.294352+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=translation","method":"GET"} [] [2025-04-20T04:47:40.340862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:47:40.343389+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=mailer","method":"GET"} [] [2025-04-20T04:49:47.084303+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:49:47.110759+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=dump","method":"GET"} [] [2025-04-20T04:51:37.806477+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:51:37.815622+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=exception","method":"GET"} [] [2025-04-20T04:55:29.846997+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:55:29.855997+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=form","method":"GET"} [] [2025-04-20T04:57:10.829569+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T04:57:10.839597+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=request","method":"GET"} [] [2025-04-20T05:05:13.017738+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:05:13.017926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:05:13.028091+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f/search/results?ip=3.147.79.7","method":"GET"} [] [2025-04-20T05:05:13.028105+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T05:05:13.183475+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T05:12:46.121537+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:12:46.130266+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=logger","method":"GET"} [] [2025-04-20T05:14:29.343545+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:14:29.352307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=db","method":"GET"} [] [2025-04-20T05:18:09.022987+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:18:09.032057+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.147.79.7","method":"GET"} [] [2025-04-20T05:18:09.023010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:18:09.056784+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=notifier","method":"GET"} [] [2025-04-20T05:25:36.865367+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T05:25:36.873556+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=events","method":"GET"} [] [2025-04-20T06:17:10.731277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T06:17:10.773729+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T06:17:11.036769+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T06:17:11.046006+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T06:17:11.046996+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T06:17:11.047665+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T06:17:11.478721+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T06:17:11.480488+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"32f086"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/32f086","method":"GET"} [] [2025-04-20T06:51:51.203126+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T06:51:51.212218+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T06:51:51.329371+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T06:54:00.692553+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T06:54:00.701084+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=db","method":"GET"} [] [2025-04-20T07:07:14.435566+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:07:14.444350+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=twig","method":"GET"} [] [2025-04-20T07:07:14.435591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:07:14.455021+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=events","method":"GET"} [] [2025-04-20T07:08:59.750954+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:08:59.760181+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=translation","method":"GET"} [] [2025-04-20T07:12:55.722299+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:12:55.739447+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=logger","method":"GET"} [] [2025-04-20T07:14:48.790290+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:14:48.790300+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:14:48.798985+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=mailer","method":"GET"} [] [2025-04-20T07:14:48.799120+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=dump","method":"GET"} [] [2025-04-20T07:16:23.247752+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:16:23.256559+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229/search/results?ip=3.15.34.191","method":"GET"} [] [2025-04-20T07:17:59.487242+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:17:59.528673+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T07:17:59.643358+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T07:17:59.650633+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T07:17:59.651564+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T07:17:59.652329+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T07:17:59.929414+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:17:59.931191+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=request","method":"GET"} [] [2025-04-20T07:21:26.688682+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:21:26.697125+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=exception","method":"GET"} [] [2025-04-20T07:34:14.798634+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:34:14.807346+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=security","method":"GET"} [] [2025-04-20T07:35:58.608707+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:35:58.618983+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=form","method":"GET"} [] [2025-04-20T07:38:14.442621+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:38:14.451864+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=http_client","method":"GET"} [] [2025-04-20T07:38:14.442580+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:38:14.464310+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=validator","method":"GET"} [] [2025-04-20T07:38:14.547596+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:38:14.550147+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=notifier","method":"GET"} [] [2025-04-20T07:40:30.797520+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:40:30.806869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=time","method":"GET"} [] [2025-04-20T07:45:03.445112+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T07:45:03.453544+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229?panel=router","method":"GET"} [] [2025-04-20T09:27:43.592098+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T09:27:43.632319+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T09:27:43.744071+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T09:27:43.750491+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T09:27:43.751376+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T09:27:43.751915+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T09:27:44.164165+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T09:27:44.166321+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.15.34.191","method":"GET"} [] [2025-04-20T14:19:47.128660+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:19:47.137382+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-20T14:19:47.176870+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T14:19:47.176914+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:19:47.176935+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:19:47.176950+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:19:47.176964+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:19:47.301549+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:19:47.309135+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:19:47.589266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:19:47.591152+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-20T14:19:47.594396+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T14:19:47.594431+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:19:47.594452+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:19:47.594466+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:19:47.594479+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:19:47.625777+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:19:47.627545+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:47.262733+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:30:47.271591+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-20T14:30:47.308142+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T14:30:47.308184+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:47.308205+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:47.308220+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:47.308240+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:47.413198+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:47.420334+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:47.530413+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:30:47.532329+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-20T14:30:47.536223+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T14:30:47.536256+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:47.536275+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:47.536290+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:47.536303+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:47.768398+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:47.770179+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:47.897980+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:30:47.913076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T14:30:47.989768+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:47.991686+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:47.992586+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:47.993140+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:48.290182+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:30:48.292177+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-20T14:30:48.295701+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T14:30:48.295736+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:48.295756+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:48.295770+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:48.295783+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:48.327885+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:48.329619+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:48.693278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:30:48.695024+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-20T14:30:48.698358+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T14:30:48.698391+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:48.698410+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T14:30:48.698423+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:48.698437+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T14:30:48.738137+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:48.739863+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:48.875456+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:30:48.887560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ads.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ads.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ads.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T14:30:48.932209+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:48.933892+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:30:48.934722+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:30:48.935079+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:57:32.771662+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:57:32.814419+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T14:57:32.930781+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:57:32.937567+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:57:32.938406+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T14:57:32.938844+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T14:57:33.339943+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:57:33.341735+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T14:57:33.438250+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T14:57:33.544083+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:57:33.545947+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=config","method":"GET"} [] [2025-04-20T14:57:33.623441+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:57:33.625583+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=events","method":"GET"} [] [2025-04-20T14:59:35.532073+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T14:59:35.543139+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=logger","method":"GET"} [] [2025-04-20T15:04:23.172817+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:04:23.172812+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:04:23.181425+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7/search/results?ip=18.219.23.38","method":"GET"} [] [2025-04-20T15:04:23.181494+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=mailer","method":"GET"} [] [2025-04-20T15:04:23.216887+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:04:23.219385+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=time","method":"GET"} [] [2025-04-20T15:04:23.413854+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:04:23.415666+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b","method":"GET"} [] [2025-04-20T15:13:49.214424+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:13:49.214439+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:13:49.223032+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=db","method":"GET"} [] [2025-04-20T15:13:49.223043+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=translation","method":"GET"} [] [2025-04-20T15:22:41.067425+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:22:41.076626+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=http_client","method":"GET"} [] [2025-04-20T15:24:44.086182+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:24:44.094577+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=request","method":"GET"} [] [2025-04-20T15:27:06.268996+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:27:06.277781+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=validator","method":"GET"} [] [2025-04-20T15:27:06.305099+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:27:06.307669+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=router","method":"GET"} [] [2025-04-20T15:27:06.499829+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:27:06.501970+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=cache","method":"GET"} [] [2025-04-20T15:30:48.343643+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:30:48.352559+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=form","method":"GET"} [] [2025-04-20T15:42:37.923746+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:42:37.923746+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:42:37.933161+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=dump","method":"GET"} [] [2025-04-20T15:42:37.933212+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=notifier","method":"GET"} [] [2025-04-20T15:46:36.193552+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:46:36.202097+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=security","method":"GET"} [] [2025-04-20T15:53:51.418694+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:53:51.427141+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-20T15:53:51.441586+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T15:53:51.441621+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T15:53:51.441641+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T15:53:51.441654+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T15:53:51.441671+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T15:53:51.527482+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T15:53:51.536403+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T15:53:51.627882+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:53:51.629851+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-20T15:53:51.633290+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T15:53:51.633323+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T15:53:51.633342+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T15:53:51.633356+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T15:53:51.633370+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T15:53:51.665903+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T15:53:51.667952+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T15:57:03.084418+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T15:57:03.093754+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=twig","method":"GET"} [] [2025-04-20T16:01:11.184458+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T16:01:11.224542+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T16:01:11.333814+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T16:01:11.340831+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T16:01:11.341785+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T16:01:11.342122+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T16:01:11.751111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T16:01:11.752864+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7?panel=time","method":"GET"} [] [2025-04-20T18:13:08.520986+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:13:08.561949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:13:08.677821+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:13:08.685023+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:13:08.685968+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:13:08.686356+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:13:09.098264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:13:09.100001+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=db","method":"GET"} [] [2025-04-20T18:13:09.300876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:13:09.302794+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=db","method":"GET"} [] [2025-04-20T18:15:08.948358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:15:08.948681+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:15:08.957272+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=twig","method":"GET"} [] [2025-04-20T18:15:08.957489+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=form","method":"GET"} [] [2025-04-20T18:17:36.502248+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:17:36.502278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:17:36.510660+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=time","method":"GET"} [] [2025-04-20T18:17:36.510733+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=dump","method":"GET"} [] [2025-04-20T18:20:02.692995+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:20:02.692996+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:20:02.702480+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=dump","method":"GET"} [] [2025-04-20T18:20:02.702480+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=twig","method":"GET"} [] [2025-04-20T18:22:38.011710+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:22:38.011774+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:22:38.021324+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=cache","method":"GET"} [] [2025-04-20T18:22:38.021419+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=form","method":"GET"} [] [2025-04-20T18:24:31.237965+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:24:31.237915+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:24:31.246770+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=logger","method":"GET"} [] [2025-04-20T18:24:31.246823+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=cache","method":"GET"} [] [2025-04-20T18:27:14.134438+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:27:14.143389+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=router","method":"GET"} [] [2025-04-20T18:27:14.172204+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:27:14.174868+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=events","method":"GET"} [] [2025-04-20T18:29:11.625368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:29:11.625459+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:29:11.634994+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=router","method":"GET"} [] [2025-04-20T18:29:11.635035+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=mailer","method":"GET"} [] [2025-04-20T18:31:19.319706+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:31:19.319771+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:31:19.329334+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=events","method":"GET"} [] [2025-04-20T18:31:19.329400+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=config","method":"GET"} [] [2025-04-20T18:33:24.116049+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:33:24.124362+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=config","method":"GET"} [] [2025-04-20T18:33:24.154602+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:33:24.157187+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=logger","method":"GET"} [] [2025-04-20T18:35:38.111202+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:35:38.120371+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=mailer","method":"GET"} [] [2025-04-20T18:38:11.299699+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:38:11.309194+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=request","method":"GET"} [] [2025-04-20T18:40:02.259686+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:40:02.268823+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=request","method":"GET"} [] [2025-04-20T18:41:47.276716+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:41:47.285898+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=notifier","method":"GET"} [] [2025-04-20T18:43:21.641093+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:43:21.650062+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=notifier","method":"GET"} [] [2025-04-20T18:44:31.177044+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:31.219302+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.save"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.save\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.save/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:31.333421+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:31.339575+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:31.340333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:31.340845+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:31.577584+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:31.590175+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:31.635239+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:31.637050+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:31.637994+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:31.638557+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:31.853442+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:31.865156+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:31.907896+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:31.909416+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:31.910133+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:31.910471+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.116164+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:32.127824+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:32.216188+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:32.217664+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.218360+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:32.218927+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.418232+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:32.429804+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:32.472168+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:32.473825+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.474642+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:32.474964+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.683291+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:32.694844+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/js/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/js/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:32.737686+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:32.739435+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.740278+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:32.740853+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:32.946862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:32.958448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/js/app.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/js/app.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/js/app.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:33.000160+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.001740+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.002547+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.003073+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.187497+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:33.199068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:33.241479+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.243271+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.244108+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.244621+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.452548+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:33.464045+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:33.506311+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.508078+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.508865+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.509413+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.712754+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:33.724394+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:33.767101+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.768720+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:33.769501+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:33.769921+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:34.096300+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:34.108320+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/php_info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/php_info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/php_info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T18:44:34.151255+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:34.153026+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:34.153835+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:34.154482+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:44:34.341846+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:34.343558+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-20T18:44:34.540448+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:44:34.542316+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-20T18:44:34.551738+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-20T18:44:34.551772+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T18:44:34.552481+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-20T18:44:34.552511+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T18:44:34.552531+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-20T18:44:34.584606+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T18:44:34.586478+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T18:45:04.317562+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:45:04.325651+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=security","method":"GET"} [] [2025-04-20T18:47:19.669863+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:47:19.678292+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=security","method":"GET"} [] [2025-04-20T18:49:31.171952+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:49:31.181390+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=exception","method":"GET"} [] [2025-04-20T18:51:27.192290+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:51:27.200257+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=validator","method":"GET"} [] [2025-04-20T18:53:28.701201+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:53:28.710200+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=exception","method":"GET"} [] [2025-04-20T18:56:02.451763+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:56:02.460533+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.219.23.38","method":"GET"} [] [2025-04-20T18:58:23.350575+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T18:58:23.366945+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=validator","method":"GET"} [] [2025-04-20T19:00:58.872133+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:00:58.882763+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=translation","method":"GET"} [] [2025-04-20T19:02:57.193704+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:02:57.202583+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=http_client","method":"GET"} [] [2025-04-20T19:05:12.847557+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:05:12.856059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=http_client","method":"GET"} [] [2025-04-20T19:07:00.528956+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:07:00.537555+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=translation","method":"GET"} [] [2025-04-20T19:09:04.447875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:09:04.456913+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T19:09:04.574166+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T19:11:26.181577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:11:26.190597+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T19:11:26.299014+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T19:14:00.165429+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:14:00.207221+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T19:14:00.324363+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T19:14:00.331224+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T19:14:00.332193+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T19:14:00.332566+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T19:14:00.606380+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:14:00.608123+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6c2ec2"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/6c2ec2/search/results?ip=3.15.34.191","method":"GET"} [] [2025-04-20T19:16:28.241130+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T19:16:28.250427+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"49859b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49859b/search/results?ip=18.219.23.38","method":"GET"} [] [2025-04-20T20:33:12.889180+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:33:12.945995+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T20:33:13.061033+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T20:33:13.068112+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T20:33:13.069016+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T20:33:13.069413+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T20:33:13.476650+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:33:13.478487+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=doctrine_migrations","method":"GET"} [] [2025-04-20T20:33:13.548959+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:33:13.551400+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=validator","method":"GET"} [] [2025-04-20T20:33:13.560200+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-20T20:35:33.287167+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:35:33.287179+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:35:33.296222+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=mailer","method":"GET"} [] [2025-04-20T20:35:33.296270+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=request","method":"GET"} [] [2025-04-20T20:35:33.325410+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:35:33.327823+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=config","method":"GET"} [] [2025-04-20T20:35:33.517867+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:35:33.519774+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=form","method":"GET"} [] [2025-04-20T20:43:57.391488+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:43:57.400319+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=twig","method":"GET"} [] [2025-04-20T20:46:42.088833+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:46:42.097414+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=time","method":"GET"} [] [2025-04-20T20:49:33.528690+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T20:49:33.537397+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=translation","method":"GET"} [] [2025-04-20T21:07:17.943983+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:07:17.952743+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07/search/results?ip=93.123.109.81","method":"GET"} [] [2025-04-20T21:07:17.967723+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:07:17.970249+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=exception","method":"GET"} [] [2025-04-20T21:14:58.154088+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:14:58.162570+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=notifier","method":"GET"} [] [2025-04-20T21:17:17.172180+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:17:17.185409+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"47d229"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/47d229","method":"GET"} [] [2025-04-20T21:19:12.614573+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:19:12.623099+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=security","method":"GET"} [] [2025-04-20T21:19:12.624531+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:19:12.626930+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=router","method":"GET"} [] [2025-04-20T21:21:40.996907+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:21:41.005615+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=logger","method":"GET"} [] [2025-04-20T21:25:34.641135+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:25:34.649474+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=cache","method":"GET"} [] [2025-04-20T21:35:03.774266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:35:03.816697+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T21:35:03.992128+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T21:35:03.999299+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T21:35:04.000232+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T21:35:04.000759+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T21:35:04.279237+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:35:04.281023+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=events","method":"GET"} [] [2025-04-20T21:39:47.226433+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:39:47.226536+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:39:47.234840+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=http_client","method":"GET"} [] [2025-04-20T21:39:47.234904+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"de2a07"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/de2a07?panel=db","method":"GET"} [] [2025-04-20T21:42:15.849695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T21:42:15.858664+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"580da7"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/580da7","method":"GET"} [] [2025-04-20T22:45:56.480216+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T22:45:56.524635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-20T22:45:56.646160+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T22:45:56.653882+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T22:45:56.654781+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-20T22:45:56.655351+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-20T22:45:57.105273+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-20T22:45:57.106998+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=93.123.109.81","method":"GET"} [] [2025-04-21T06:16:56.482576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:16:56.726557+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T06:16:57.285015+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T06:16:57.303701+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T06:16:57.304656+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T06:16:57.305293+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T06:16:57.765776+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:16:57.767553+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=router","method":"GET"} [] [2025-04-21T06:19:37.919530+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:19:37.929911+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48","method":"GET"} [] [2025-04-21T06:25:21.438489+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:25:21.447076+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=translation","method":"GET"} [] [2025-04-21T06:31:53.586317+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:31:53.595560+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=http_client","method":"GET"} [] [2025-04-21T06:31:53.597644+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:31:53.610709+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=db","method":"GET"} [] [2025-04-21T06:37:54.495806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:37:54.504557+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=logger","method":"GET"} [] [2025-04-21T06:37:54.495820+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:37:54.540444+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=twig","method":"GET"} [] [2025-04-21T06:44:17.137465+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:44:17.137493+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:44:17.146559+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=dump","method":"GET"} [] [2025-04-21T06:44:17.146804+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=exception","method":"GET"} [] [2025-04-21T06:47:24.827364+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:47:24.836958+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=mailer","method":"GET"} [] [2025-04-21T06:50:11.378066+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:50:11.387267+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=config","method":"GET"} [] [2025-04-21T06:52:58.942583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:52:58.951440+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=request","method":"GET"} [] [2025-04-21T06:55:38.362239+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T06:55:38.372037+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T06:55:38.570778+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T07:03:46.735834+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:03:46.744132+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=security","method":"GET"} [] [2025-04-21T07:06:42.155211+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:06:42.163461+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=validator","method":"GET"} [] [2025-04-21T07:12:53.035686+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:12:53.044790+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3/search/results?ip=18.188.171.59","method":"GET"} [] [2025-04-21T07:15:52.429204+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:15:52.437838+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=events","method":"GET"} [] [2025-04-21T07:18:46.424879+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:18:46.463779+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T07:18:46.749332+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T07:18:46.756875+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T07:18:46.757821+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T07:18:46.758433+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T07:18:47.076149+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:18:47.078006+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=time","method":"GET"} [] [2025-04-21T07:24:10.100569+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:24:10.109955+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=cache","method":"GET"} [] [2025-04-21T07:33:12.920496+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:33:12.930075+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=form","method":"GET"} [] [2025-04-21T07:36:09.259479+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:36:09.268064+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3?panel=notifier","method":"GET"} [] [2025-04-21T07:43:43.017884+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:43:43.073994+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=twig","method":"GET"} [] [2025-04-21T07:45:28.306584+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:45:28.314542+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=notifier","method":"GET"} [] [2025-04-21T07:49:25.590898+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:49:25.599882+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=exception","method":"GET"} [] [2025-04-21T07:52:56.228505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:52:56.237890+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=validator","method":"GET"} [] [2025-04-21T07:54:44.857572+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:54:44.857758+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T07:54:44.867014+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=dump","method":"GET"} [] [2025-04-21T07:54:44.867178+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=logger","method":"GET"} [] [2025-04-21T08:01:57.841295+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:01:57.851613+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T08:01:58.012921+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T08:06:20.918075+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:06:20.918087+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:06:20.926569+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=cache","method":"GET"} [] [2025-04-21T08:06:20.926734+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=config","method":"GET"} [] [2025-04-21T08:09:04.051802+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:09:04.060715+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48/search/results?ip=18.188.171.59","method":"GET"} [] [2025-04-21T08:14:18.677799+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:14:18.686430+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=translation","method":"GET"} [] [2025-04-21T08:16:20.998333+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:16:21.006913+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=request","method":"GET"} [] [2025-04-21T08:19:51.992423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:19:52.048021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/HEAD"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/HEAD\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T08:19:52.240765+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T08:19:52.249173+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T08:19:52.250109+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T08:19:52.250642+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T08:19:52.593814+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:19:52.607836+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T08:19:52.658637+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T08:19:52.660349+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T08:19:52.661343+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T08:19:52.661920+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T08:22:12.272869+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:22:12.323856+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T08:22:12.443770+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T08:22:12.448799+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T08:22:12.449787+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T08:22:12.450135+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T08:22:12.730379+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:22:12.732216+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=time","method":"GET"} [] [2025-04-21T08:26:21.925523+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:26:21.934852+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=mailer","method":"GET"} [] [2025-04-21T08:30:20.570824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:30:20.579917+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=form","method":"GET"} [] [2025-04-21T08:34:12.405398+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:34:12.413861+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=security","method":"GET"} [] [2025-04-21T08:34:12.405478+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:34:12.427678+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=db","method":"GET"} [] [2025-04-21T08:38:52.026073+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:38:52.058398+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=http_client","method":"GET"} [] [2025-04-21T08:41:05.454147+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:41:05.454248+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:41:05.474000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=events","method":"GET"} [] [2025-04-21T08:41:05.474098+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f65f48"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/f65f48?panel=router","method":"GET"} [] [2025-04-21T08:49:25.213449+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T08:49:25.222342+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.188.171.59","method":"GET"} [] [2025-04-21T13:33:57.747953+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T13:33:57.789444+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T13:33:57.906083+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T13:33:57.913576+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T13:33:57.914509+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T13:33:57.915076+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T13:33:58.319854+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T13:33:58.321681+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=exception","method":"GET"} [] [2025-04-21T13:46:53.149958+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T13:46:53.158987+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=logger","method":"GET"} [] [2025-04-21T13:52:56.422875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T13:52:56.431486+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=translation","method":"GET"} [] [2025-04-21T14:01:02.192401+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:01:02.201996+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=dump","method":"GET"} [] [2025-04-21T14:02:37.145429+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:02:37.153869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=notifier","method":"GET"} [] [2025-04-21T14:02:37.170414+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:02:37.172877+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=cache","method":"GET"} [] [2025-04-21T14:07:32.645369+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:07:32.654213+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=time","method":"GET"} [] [2025-04-21T14:07:32.664203+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:07:32.666787+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=db","method":"GET"} [] [2025-04-21T14:07:32.856861+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:07:32.858664+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf","method":"GET"} [] [2025-04-21T14:09:28.234564+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:09:28.243648+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=events","method":"GET"} [] [2025-04-21T14:11:48.526899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:11:48.526900+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:11:48.535275+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=config","method":"GET"} [] [2025-04-21T14:11:48.535410+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=form","method":"GET"} [] [2025-04-21T14:13:51.442991+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:13:51.438285+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:13:51.452479+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=http_client","method":"GET"} [] [2025-04-21T14:13:51.452653+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0/search/results?ip=52.15.217.237","method":"GET"} [] [2025-04-21T14:29:37.003542+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:29:37.012948+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=router","method":"GET"} [] [2025-04-21T14:31:11.554166+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:31:11.563200+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T14:31:11.677790+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T14:32:52.853476+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:32:52.862528+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=validator","method":"GET"} [] [2025-04-21T14:32:52.871037+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:32:52.873406+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=security","method":"GET"} [] [2025-04-21T14:34:50.035321+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:34:50.082265+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:34:50.201021+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:34:50.207609+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:34:50.208541+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:34:50.208996+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:34:50.471721+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:34:50.473563+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bae8d3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/bae8d3","method":"GET"} [] [2025-04-21T14:35:17.580745+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:17.589351+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-21T14:35:17.631787+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-21T14:35:17.631832+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:17.631853+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:17.631867+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:17.631881+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:17.740141+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:17.745036+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:19.022473+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:19.036326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:35:19.113166+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:19.115102+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:19.115973+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:19.116368+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:23.649688+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:23.651509+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-21T14:35:23.654744+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-21T14:35:23.654777+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:23.654796+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:23.654810+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:23.654826+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:23.687276+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:23.688864+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:25.787091+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:25.799084+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:35:25.842910+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:25.844504+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:25.845410+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:25.845810+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:35.484448+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:35.536705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:35:35.649945+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:35.654419+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:35.655214+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:35.655798+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:40.087899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:40.099358+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:35:40.142247+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:40.143876+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:40.144702+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:40.145175+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:46.462319+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:46.473902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:35:46.516518+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:46.518346+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:46.519181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:46.519723+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:49.362556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:49.374123+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:35:49.417027+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:49.418642+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:49.419447+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:49.419770+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:58.211412+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:58.219250+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-21T14:35:58.233918+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-21T14:35:58.233953+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:58.233973+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:58.233992+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:58.234005+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:58.316708+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:58.321408+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:35:59.485905+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:35:59.487668+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-21T14:35:59.492456+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-21T14:35:59.492490+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:59.493193+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:35:59.493223+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:59.493242+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:35:59.520520+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:35:59.522213+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:00.654305+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:00.669021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:00.751564+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:00.753357+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:00.754196+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:00.754647+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:04.397267+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:04.409169+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:04.454409+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:04.455946+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:04.456812+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:04.457336+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:08.583806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:08.596738+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:08.641479+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:08.643198+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:08.644100+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:08.644486+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:12.297355+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:12.308887+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:12.351737+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:12.353329+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:12.354125+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:12.354459+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:17.090912+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:17.132476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:17.256134+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:17.260823+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:17.261668+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:17.262160+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:21.414589+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:21.426389+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:21.470809+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:21.472375+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:21.473190+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:21.473692+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:25.409855+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:25.421959+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:25.465457+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:25.467134+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:25.467993+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:25.468427+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:29.975592+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:29.987325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:30.030174+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:30.031584+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:30.032240+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:30.032714+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:34.555333+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:34.596014+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app.config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app.config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app.config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:34.706244+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:34.710732+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:34.711561+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:34.711951+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:36.490217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:36.502089+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.Production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.Production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.Production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:36.545614+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:36.547369+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:36.548174+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:36.548532+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:37.920679+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:37.932544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/appsettings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/appsettings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/appsettings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:37.975425+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:37.977226+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:37.978316+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:37.978619+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:39.046529+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:39.058476+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:39.102396+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:39.103990+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:39.104792+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:39.105257+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:40.341917+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:40.353784+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:40.397422+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:40.399320+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:40.400317+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:40.400744+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:41.558881+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:41.570871+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:41.613579+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:41.615125+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:41.615979+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:41.616327+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:50.123433+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:50.162396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:50.272310+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:50.276766+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:50.277424+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:50.277922+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:53.371201+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:53.383434+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:53.432366+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:53.433970+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:53.434795+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:53.435205+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:56.308620+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:56.321606+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:56.366571+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:56.368169+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:56.368962+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:56.369380+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:59.305785+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:36:59.317467+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:36:59.360521+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:59.362208+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:36:59.363018+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:36:59.363375+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:05.825446+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:05.865952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:05.980010+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:05.984835+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:05.985657+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:05.986159+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:07.710157+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:07.725018+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:07.770485+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:07.772091+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:07.772893+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:07.773303+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:11.738223+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:11.749927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:11.792779+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:11.794328+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:11.795173+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:11.795587+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:15.948350+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:15.960024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:16.002721+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:16.004072+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:16.004730+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:16.005026+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:20.853858+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:20.893336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:21.004619+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:21.009250+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:21.010057+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:21.010604+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:24.075268+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:24.086957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:24.129720+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:24.131412+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:24.132232+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:24.132664+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:28.132760+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:28.144899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:28.190684+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:28.192470+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:28.193315+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:28.193817+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:31.118094+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:31.119789+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-21T14:37:31.127294+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-21T14:37:31.127329+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:37:31.127348+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:37:31.127363+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:37:31.127376+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:37:31.160684+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:31.162347+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:32.105471+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:32.117124+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:32.159905+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:32.161539+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:32.162433+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:32.162746+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:36.095086+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:36.134585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:36.280120+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:36.284770+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:36.285608+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:36.286085+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:41.835146+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:41.847299+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:41.894194+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:41.895934+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:41.896719+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:41.897042+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:44.249880+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:44.261448+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:44.304857+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:44.306427+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:44.307245+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:44.307563+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:49.301677+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:49.303481+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0?panel=request","method":"GET"} [] [2025-04-21T14:37:52.329442+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:52.368048+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:52.474392+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:52.478653+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:52.479395+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:52.479898+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:55.424930+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:55.436396+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:55.478832+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:55.480602+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:55.481429+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:55.481937+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:58.914455+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:37:58.927140+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:37:58.973724+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:58.975289+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:37:58.976095+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:37:58.976437+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:03.973068+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:03.984930+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:04.027590+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:04.029341+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:04.030162+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:04.030756+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:07.558282+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:07.600132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:07.714667+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:07.719418+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:07.720194+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:07.720538+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:13.854139+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:13.865705+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:13.908138+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:13.909853+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:13.910698+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:13.911079+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:18.168146+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:18.179958+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:18.226149+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:18.227848+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:18.228657+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:18.229084+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:25.010889+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:25.080024+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:25.186997+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:25.191812+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:25.192729+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:25.193177+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:32.005443+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:32.017292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:32.070105+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:32.071650+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:32.072465+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:32.072771+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:38.199799+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:38.211499+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:38.256955+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:38.258625+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:38.259465+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:38.259860+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:42.753700+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:42.795819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:42.907997+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:42.912638+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:42.913445+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:42.913768+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:50.840712+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:50.852751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:50.895802+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:50.897136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:50.897784+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:50.898097+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:55.805664+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:38:55.817349+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:38:55.863683+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:55.865198+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:38:55.865927+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:38:55.866286+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:03.016433+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:03.058694+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:03.174246+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:03.179171+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:03.179994+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:03.180513+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:10.782538+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:10.794998+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:10.838937+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:10.840764+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:10.841579+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:10.842269+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:16.261954+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:16.273661+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:16.320438+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:16.322089+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:16.322904+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:16.323223+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:23.346004+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:23.384435+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:23.490429+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:23.494935+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:23.495748+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:23.496272+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:34.458346+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:34.470560+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:34.516781+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:34.518323+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:34.519148+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:34.519652+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:38.984792+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:38.993304+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-21T14:39:39.068260+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-21T14:39:41.371080+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:41.383462+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:41.456648+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:41.461596+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:41.462420+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:41.462850+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:44.365116+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:44.377013+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:44.420832+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:44.422774+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:44.423855+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:44.424433+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:47.600411+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:47.612637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:47.658100+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:47.659765+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:47.660596+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:47.660934+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:50.612845+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:50.614587+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-21T14:39:52.651848+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:52.663999+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:52.711394+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:52.715407+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:52.716254+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:52.716749+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:56.678758+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:39:56.719274+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:39:56.828876+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:56.833585+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:39:56.834349+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:39:56.834670+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:00.004374+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:40:00.018908+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:40:00.072768+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:00.074476+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:00.075289+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:00.075584+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:07.963397+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:40:07.975061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:40:08.020702+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:08.022212+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:08.023014+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:08.023432+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:13.388043+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:40:13.396411+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-21T14:40:13.409151+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-21T14:40:13.409188+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:40:13.409208+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-21T14:40:13.409223+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:40:13.409237+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-21T14:40:13.496289+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:13.500985+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:16.399031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T14:40:16.413164+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T14:40:16.497020+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:16.498851+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T14:40:16.499681+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T14:40:16.500156+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T15:16:55.525230+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:16:55.534297+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=52.15.217.237","method":"GET"} [] [2025-04-21T15:25:45.516234+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:25:45.516244+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:25:45.524787+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=translation","method":"GET"} [] [2025-04-21T15:25:45.524806+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=logger","method":"GET"} [] [2025-04-21T15:28:42.364655+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:28:42.372967+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=security","method":"GET"} [] [2025-04-21T15:37:10.230363+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:37:10.271635+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T15:37:10.414181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T15:37:10.421767+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T15:37:10.422710+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T15:37:10.423360+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T15:37:10.695885+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:37:10.697622+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T15:37:10.889233+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T15:44:56.754611+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:44:56.763480+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=request","method":"GET"} [] [2025-04-21T15:46:40.306358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:46:40.314838+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=exception","method":"GET"} [] [2025-04-21T15:50:36.987540+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:50:36.995618+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=config","method":"GET"} [] [2025-04-21T15:59:23.906914+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:59:23.915503+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=http_client","method":"GET"} [] [2025-04-21T15:59:23.927088+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T15:59:23.929677+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=db","method":"GET"} [] [2025-04-21T16:01:58.221797+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:01:58.221879+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:01:58.230194+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=events","method":"GET"} [] [2025-04-21T16:01:58.230217+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=dump","method":"GET"} [] [2025-04-21T16:01:58.389471+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:01:58.391631+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=twig","method":"GET"} [] [2025-04-21T16:06:51.690492+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:06:51.700136+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=cache","method":"GET"} [] [2025-04-21T16:09:04.981317+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:09:04.981358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:09:04.990828+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=notifier","method":"GET"} [] [2025-04-21T16:09:04.991026+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=validator","method":"GET"} [] [2025-04-21T16:09:05.102856+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:09:05.105315+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=mailer","method":"GET"} [] [2025-04-21T16:13:29.536793+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:13:29.546432+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=router","method":"GET"} [] [2025-04-21T16:16:12.892671+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:16:12.900773+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=time","method":"GET"} [] [2025-04-21T16:18:42.246203+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:18:42.255159+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf/search/results?ip=52.15.217.237","method":"GET"} [] [2025-04-21T16:27:19.074009+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:27:19.082634+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"87dfaf"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/87dfaf?panel=form","method":"GET"} [] [2025-04-21T16:34:27.055101+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:34:27.054915+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:34:27.063714+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=http_client","method":"GET"} [] [2025-04-21T16:34:27.063809+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=exception","method":"GET"} [] [2025-04-21T16:37:19.812493+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:37:19.854993+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T16:37:19.988881+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T16:37:19.995960+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T16:37:19.996944+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T16:37:19.997357+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T16:37:20.295879+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:37:20.297706+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=time","method":"GET"} [] [2025-04-21T16:43:07.876221+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:43:07.885299+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=router","method":"GET"} [] [2025-04-21T16:54:18.698145+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:54:18.706638+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=logger","method":"GET"} [] [2025-04-21T16:57:12.291975+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:57:12.292130+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T16:57:12.309511+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=security","method":"GET"} [] [2025-04-21T16:57:12.309825+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=request","method":"GET"} [] [2025-04-21T17:11:41.949318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:11:41.990811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T17:11:42.109635+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T17:11:42.117469+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T17:11:42.118333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T17:11:42.118830+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T17:11:42.280997+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:11:42.293197+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T17:11:42.349308+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T17:11:42.350824+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T17:11:42.351626+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T17:11:42.351979+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T17:20:24.815749+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:20:24.825331+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=db","method":"GET"} [] [2025-04-21T17:23:24.591325+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:23:24.600318+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=cache","method":"GET"} [] [2025-04-21T17:25:38.825869+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:25:38.835157+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2633f0"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/2633f0","method":"GET"} [] [2025-04-21T17:28:25.844256+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:28:25.853345+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093","method":"GET"} [] [2025-04-21T17:31:13.178352+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:31:13.187203+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=translation","method":"GET"} [] [2025-04-21T17:39:46.254544+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:39:46.295714+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T17:39:46.430251+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T17:39:46.437029+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T17:39:46.437931+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T17:39:46.438339+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T17:39:46.704504+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:39:46.706296+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=form","method":"GET"} [] [2025-04-21T17:42:34.057357+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:42:34.057381+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:42:34.065810+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=config","method":"GET"} [] [2025-04-21T17:42:34.065833+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T17:42:34.174817+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T17:45:25.174432+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:45:25.174691+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:45:25.184098+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=events","method":"GET"} [] [2025-04-21T17:45:25.184191+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=dump","method":"GET"} [] [2025-04-21T17:48:20.690546+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:48:20.698980+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb/search/results?ip=216.73.161.91","method":"GET"} [] [2025-04-21T17:51:54.219117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:51:54.227578+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=mailer","method":"GET"} [] [2025-04-21T17:54:56.278788+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:54:56.293353+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=twig","method":"GET"} [] [2025-04-21T17:58:19.161968+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T17:58:19.170553+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb?panel=notifier","method":"GET"} [] [2025-04-21T19:49:59.146861+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T19:49:59.187532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T19:49:59.307602+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T19:49:59.314822+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T19:49:59.315786+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T19:49:59.316152+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T19:49:59.592410+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T19:49:59.594174+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=time","method":"GET"} [] [2025-04-21T19:52:55.563390+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T19:52:55.572035+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=twig","method":"GET"} [] [2025-04-21T19:58:48.160036+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T19:58:48.168980+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=security","method":"GET"} [] [2025-04-21T20:01:44.024362+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:01:44.033303+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093/search/results?ip=216.73.161.91","method":"GET"} [] [2025-04-21T20:04:43.858723+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:04:43.867299+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=cache","method":"GET"} [] [2025-04-21T20:07:35.932406+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:07:35.940803+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=exception","method":"GET"} [] [2025-04-21T20:09:41.356117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:09:41.364458+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=http_client","method":"GET"} [] [2025-04-21T20:12:39.653157+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:12:39.661909+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T20:12:39.682218+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:12:39.684633+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=notifier","method":"GET"} [] [2025-04-21T20:12:39.780804+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T20:18:33.437038+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:18:33.445987+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=form","method":"GET"} [] [2025-04-21T20:34:46.784795+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:34:46.793662+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=dump","method":"GET"} [] [2025-04-21T20:39:36.509108+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:39:36.509167+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:39:36.518282+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=216.73.161.91","method":"GET"} [] [2025-04-21T20:39:36.518296+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=events","method":"GET"} [] [2025-04-21T20:39:36.692486+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:39:36.695525+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=mailer","method":"GET"} [] [2025-04-21T20:42:09.007030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:42:09.016400+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=db","method":"GET"} [] [2025-04-21T20:49:59.846789+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:49:59.855438+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=validator","method":"GET"} [] [2025-04-21T20:51:58.834473+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:51:58.875471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T20:51:58.991226+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T20:51:58.999040+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T20:51:58.999898+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T20:51:59.000404+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T20:51:59.271831+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:51:59.273610+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=request","method":"GET"} [] [2025-04-21T20:58:47.994806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:58:47.994895+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T20:58:48.004162+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=config","method":"GET"} [] [2025-04-21T20:58:48.004362+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=logger","method":"GET"} [] [2025-04-21T21:01:13.406658+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T21:01:13.415844+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=router","method":"GET"} [] [2025-04-21T21:04:17.235160+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T21:04:17.244471+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"926093"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/926093?panel=translation","method":"GET"} [] [2025-04-21T22:41:56.725138+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:41:56.766142+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-21T22:41:56.879712+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T22:41:56.886285+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T22:41:56.887186+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-21T22:41:56.887647+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-21T22:41:57.167027+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:41:57.168887+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=events","method":"GET"} [] [2025-04-21T22:45:43.338765+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:45:43.346921+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=http_client","method":"GET"} [] [2025-04-21T22:47:48.117321+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:47:48.126343+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=router","method":"GET"} [] [2025-04-21T22:53:30.313185+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:53:30.317419+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:53:30.322175+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8402fb"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/8402fb","method":"GET"} [] [2025-04-21T22:53:30.322244+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=request","method":"GET"} [] [2025-04-21T22:53:38.554803+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T22:53:38.556513+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-21T23:01:23.028270+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:01:23.037327+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=time","method":"GET"} [] [2025-04-21T23:05:09.850084+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:05:09.850186+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:05:09.858691+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=validator","method":"GET"} [] [2025-04-21T23:05:09.858732+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=mailer","method":"GET"} [] [2025-04-21T23:05:10.022950+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:05:10.025082+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=logger","method":"GET"} [] [2025-04-21T23:05:10.205990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:05:10.207712+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=dump","method":"GET"} [] [2025-04-21T23:07:42.964949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:07:42.973822+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-21T23:18:04.610899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:18:04.619667+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902/search/results?ip=3.128.192.189","method":"GET"} [] [2025-04-21T23:20:19.420650+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:20:19.420655+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:20:19.429908+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=form","method":"GET"} [] [2025-04-21T23:20:19.429908+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=security","method":"GET"} [] [2025-04-21T23:22:48.058484+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:22:48.067013+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=db","method":"GET"} [] [2025-04-21T23:24:55.750588+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:24:55.759045+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=doctrine_migrations","method":"GET"} [] [2025-04-21T23:24:55.868792+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-21T23:31:06.164561+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:31:06.172879+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=notifier","method":"GET"} [] [2025-04-21T23:39:17.925825+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:39:17.925833+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:39:17.934692+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=exception","method":"GET"} [] [2025-04-21T23:39:17.934870+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=translation","method":"GET"} [] [2025-04-21T23:39:18.107985+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:39:18.109770+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=config","method":"GET"} [] [2025-04-21T23:39:18.296315+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:39:18.298104+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=cache","method":"GET"} [] [2025-04-21T23:39:18.383553+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:39:18.385320+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902?panel=twig","method":"GET"} [] [2025-04-21T23:39:18.592410+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-21T23:39:18.594685+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad","method":"GET"} [] [2025-04-22T02:24:22.761092+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:24:22.870336+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T02:24:23.354117+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T02:24:23.380724+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T02:24:23.381693+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T02:24:23.382232+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T02:24:23.683246+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:24:23.685040+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=request","method":"GET"} [] [2025-04-22T02:26:17.052194+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:26:17.078127+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=validator","method":"GET"} [] [2025-04-22T02:29:08.085548+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:29:08.085575+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:29:08.094520+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T02:29:08.094712+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=twig","method":"GET"} [] [2025-04-22T02:29:08.242760+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T02:35:03.847464+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:35:03.847464+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:35:03.856368+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=security","method":"GET"} [] [2025-04-22T02:35:03.856433+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=dump","method":"GET"} [] [2025-04-22T02:42:11.192366+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:42:11.200685+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=time","method":"GET"} [] [2025-04-22T02:44:57.931417+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:44:57.931427+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:44:57.951182+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=translation","method":"GET"} [] [2025-04-22T02:44:57.951207+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.128.192.189","method":"GET"} [] [2025-04-22T02:50:33.211421+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:50:33.219977+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad/search/results?ip=3.128.192.189","method":"GET"} [] [2025-04-22T02:52:57.174646+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:52:57.184207+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=config","method":"GET"} [] [2025-04-22T02:56:34.730706+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:56:34.730732+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T02:56:34.764080+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=cache","method":"GET"} [] [2025-04-22T02:56:34.764205+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=events","method":"GET"} [] [2025-04-22T03:05:23.701902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:05:23.710465+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=exception","method":"GET"} [] [2025-04-22T03:08:14.616150+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:08:14.627207+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=db","method":"GET"} [] [2025-04-22T03:10:37.045231+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:10:37.120952+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=mailer","method":"GET"} [] [2025-04-22T03:12:32.368260+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:12:32.368440+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:12:32.396475+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=form","method":"GET"} [] [2025-04-22T03:12:32.406451+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=http_client","method":"GET"} [] [2025-04-22T03:14:21.326271+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:14:21.351494+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=notifier","method":"GET"} [] [2025-04-22T03:18:57.145945+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:18:57.146103+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:18:57.157918+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=logger","method":"GET"} [] [2025-04-22T03:18:57.157948+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"33daad"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/33daad?panel=router","method":"GET"} [] [2025-04-22T03:32:42.518166+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:32:42.571547+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T03:32:42.884060+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T03:32:42.903151+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T03:32:42.904071+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T03:32:42.904727+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T03:32:43.318293+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:32:43.320026+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=db","method":"GET"} [] [2025-04-22T03:32:43.379711+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:32:43.382148+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"909902"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/909902","method":"GET"} [] [2025-04-22T03:48:20.473181+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:48:20.488873+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=security","method":"GET"} [] [2025-04-22T03:51:49.238004+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:51:49.257093+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=logger","method":"GET"} [] [2025-04-22T03:58:35.546387+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:58:35.546583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T03:58:35.561716+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=router","method":"GET"} [] [2025-04-22T03:58:35.561889+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=config","method":"GET"} [] [2025-04-22T04:01:23.186460+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:01:23.186479+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:01:23.202629+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=time","method":"GET"} [] [2025-04-22T04:01:23.202713+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T04:01:23.285358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:01:23.287735+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=form","method":"GET"} [] [2025-04-22T04:01:23.337550+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T04:10:44.109078+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:10:44.118101+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=exception","method":"GET"} [] [2025-04-22T04:19:13.009544+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:19:13.019012+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=notifier","method":"GET"} [] [2025-04-22T04:24:51.116651+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:24:51.126694+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=validator","method":"GET"} [] [2025-04-22T04:27:43.871503+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:27:43.871520+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:27:43.880721+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656","method":"GET"} [] [2025-04-22T04:27:43.880730+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=events","method":"GET"} [] [2025-04-22T04:30:32.355687+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:30:32.369211+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5/search/results?ip=3.16.68.255","method":"GET"} [] [2025-04-22T04:30:32.355715+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:30:32.392113+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=mailer","method":"GET"} [] [2025-04-22T04:36:37.348895+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:36:37.391739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T04:36:37.507443+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T04:36:37.514699+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T04:36:37.515610+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T04:36:37.516034+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T04:36:37.792020+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:36:37.793914+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=twig","method":"GET"} [] [2025-04-22T04:43:26.328780+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:43:26.338184+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=http_client","method":"GET"} [] [2025-04-22T04:46:37.882192+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:46:37.890891+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=cache","method":"GET"} [] [2025-04-22T04:46:37.882371+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:46:37.902204+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=request","method":"GET"} [] [2025-04-22T04:56:07.778850+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:56:07.778876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T04:56:07.787265+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=dump","method":"GET"} [] [2025-04-22T04:56:07.787315+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5?panel=translation","method":"GET"} [] [2025-04-22T06:15:56.709349+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:15:56.750267+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T06:15:56.861445+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T06:15:56.867882+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T06:15:56.868645+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T06:15:56.869330+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T06:15:57.270921+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:15:57.272659+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=exception","method":"GET"} [] [2025-04-22T06:21:09.303235+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:21:09.303283+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:21:09.312070+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=mailer","method":"GET"} [] [2025-04-22T06:21:09.312282+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=form","method":"GET"} [] [2025-04-22T06:26:05.869803+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:26:05.872180+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:26:05.878856+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=security","method":"GET"} [] [2025-04-22T06:26:05.878959+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=http_client","method":"GET"} [] [2025-04-22T06:37:31.903533+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:37:31.912286+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=cache","method":"GET"} [] [2025-04-22T06:45:54.867768+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:45:54.876256+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=events","method":"GET"} [] [2025-04-22T06:54:31.366788+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:54:31.375226+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=translation","method":"GET"} [] [2025-04-22T06:54:31.488694+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:54:31.491148+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=router","method":"GET"} [] [2025-04-22T06:57:17.014487+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T06:57:17.024054+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=logger","method":"GET"} [] [2025-04-22T07:02:52.596405+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:02:52.605297+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=notifier","method":"GET"} [] [2025-04-22T07:08:40.614332+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:08:40.622830+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=twig","method":"GET"} [] [2025-04-22T07:14:13.964444+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:14:13.972823+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656/search/results?ip=3.16.68.255","method":"GET"} [] [2025-04-22T07:17:05.690786+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:17:05.732290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T07:17:05.847764+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T07:17:05.855101+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T07:17:05.856039+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T07:17:05.856435+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T07:17:06.133423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:17:06.135211+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=request","method":"GET"} [] [2025-04-22T07:28:03.391633+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:28:03.400767+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.16.68.255","method":"GET"} [] [2025-04-22T07:30:50.294830+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:30:50.294868+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:30:50.303438+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=validator","method":"GET"} [] [2025-04-22T07:30:50.303440+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T07:30:50.418748+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T07:30:50.431055+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:30:50.433268+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=time","method":"GET"} [] [2025-04-22T07:30:50.618627+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:30:50.620353+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=dump","method":"GET"} [] [2025-04-22T07:36:33.157269+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T07:36:33.166844+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7be656"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/7be656?panel=db","method":"GET"} [] [2025-04-22T09:15:30.026363+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:15:30.068988+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T09:15:30.185332+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T09:15:30.192997+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T09:15:30.193971+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T09:15:30.194570+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T09:15:30.622972+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:15:30.624760+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=db","method":"GET"} [] [2025-04-22T09:15:30.665937+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:15:30.668398+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60","method":"GET"} [] [2025-04-22T09:18:15.552318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:18:15.561018+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=http_client","method":"GET"} [] [2025-04-22T09:23:54.062223+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:23:54.070648+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=security","method":"GET"} [] [2025-04-22T09:29:51.489769+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:29:51.499358+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=config","method":"GET"} [] [2025-04-22T09:32:36.329423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:32:36.338123+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=cache","method":"GET"} [] [2025-04-22T09:40:53.701696+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:40:53.710107+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=logger","method":"GET"} [] [2025-04-22T09:43:37.300354+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:43:37.309440+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=notifier","method":"GET"} [] [2025-04-22T09:43:37.300357+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:43:37.324750+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=request","method":"GET"} [] [2025-04-22T09:45:58.423949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:45:58.433156+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e/search/results?ip=3.14.135.79","method":"GET"} [] [2025-04-22T09:47:59.580561+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:47:59.589719+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=mailer","method":"GET"} [] [2025-04-22T09:47:59.580589+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:47:59.600000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=twig","method":"GET"} [] [2025-04-22T09:53:40.440316+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T09:53:40.449270+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=time","method":"GET"} [] [2025-04-22T10:00:55.255014+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:00:55.263201+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=validator","method":"GET"} [] [2025-04-22T10:02:22.953047+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:02:22.962434+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=events","method":"GET"} [] [2025-04-22T10:04:12.323981+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:04:12.332803+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=translation","method":"GET"} [] [2025-04-22T10:04:12.337173+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:04:12.356191+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=exception","method":"GET"} [] [2025-04-22T10:06:33.127709+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:06:33.136634+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=dump","method":"GET"} [] [2025-04-22T10:08:47.196929+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:08:47.206751+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=form","method":"GET"} [] [2025-04-22T10:10:13.400447+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:10:13.409737+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"940bf5"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/940bf5","method":"GET"} [] [2025-04-22T10:12:03.982486+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:12:03.991192+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=router","method":"GET"} [] [2025-04-22T10:18:06.054022+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:18:06.101421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T10:18:06.217214+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T10:18:06.224147+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T10:18:06.225212+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T10:18:06.225722+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T10:18:06.508873+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:18:06.510870+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T10:18:06.597537+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T10:25:27.449306+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:25:27.469718+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=validator","method":"GET"} [] [2025-04-22T10:25:27.449306+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:25:27.538933+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=form","method":"GET"} [] [2025-04-22T10:30:39.553650+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:30:39.562360+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=security","method":"GET"} [] [2025-04-22T10:30:39.553713+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:30:39.571929+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=dump","method":"GET"} [] [2025-04-22T10:35:49.959743+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:35:49.968410+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=events","method":"GET"} [] [2025-04-22T10:46:51.145387+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:46:51.154120+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=logger","method":"GET"} [] [2025-04-22T10:52:23.857060+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T10:52:23.866070+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=exception","method":"GET"} [] [2025-04-22T11:05:49.835188+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:05:49.843372+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=cache","method":"GET"} [] [2025-04-22T11:11:14.707649+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:11:14.716682+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T11:11:14.832438+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T11:21:42.701180+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:21:42.741789+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T11:21:42.868150+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T11:21:42.876643+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T11:21:42.877590+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T11:21:42.878182+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T11:21:43.283819+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:21:43.285714+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=http_client","method":"GET"} [] [2025-04-22T11:21:43.344859+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:21:43.347413+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=config","method":"GET"} [] [2025-04-22T11:21:43.553407+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:21:43.555150+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=time","method":"GET"} [] [2025-04-22T11:24:08.325078+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:24:08.335203+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60/search/results?ip=3.14.135.79","method":"GET"} [] [2025-04-22T11:29:25.115204+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:29:25.124268+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=router","method":"GET"} [] [2025-04-22T11:31:00.060807+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:31:00.070162+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=translation","method":"GET"} [] [2025-04-22T11:33:46.816588+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:33:46.824927+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=db","method":"GET"} [] [2025-04-22T11:35:10.013215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:35:10.022630+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=mailer","method":"GET"} [] [2025-04-22T11:37:40.816436+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T11:37:40.825249+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=twig","method":"GET"} [] [2025-04-22T12:00:46.986092+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T12:00:46.996886+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=3.14.135.79","method":"GET"} [] [2025-04-22T12:06:36.875782+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T12:06:36.884878+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-22T12:06:36.924455+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-22T12:06:36.924502+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T12:06:36.924523+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T12:06:36.924538+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T12:06:36.924553+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T12:06:37.028469+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T12:06:37.035766+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T12:06:39.170837+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T12:06:39.172657+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-22T12:06:39.175859+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-22T12:06:39.175890+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T12:06:39.175910+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T12:06:39.175923+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T12:06:39.175936+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T12:06:39.206858+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T12:06:39.208642+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T13:41:59.587327+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:41:59.629286+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T13:41:59.745921+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T13:41:59.752924+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T13:41:59.753813+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T13:41:59.754310+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T13:42:00.171069+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:42:00.173548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=events","method":"GET"} [] [2025-04-22T13:42:00.222409+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:42:00.224720+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=twig","method":"GET"} [] [2025-04-22T13:46:10.622719+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:46:10.622902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:46:10.631944+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=mailer","method":"GET"} [] [2025-04-22T13:46:10.631953+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=translation","method":"GET"} [] [2025-04-22T13:53:34.478780+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:53:34.478894+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T13:53:34.488838+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=form","method":"GET"} [] [2025-04-22T13:53:34.488998+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=config","method":"GET"} [] [2025-04-22T14:00:16.931898+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:00:16.941219+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c","method":"GET"} [] [2025-04-22T14:03:56.491966+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:03:56.492007+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:03:56.501118+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=router","method":"GET"} [] [2025-04-22T14:03:56.501118+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=request","method":"GET"} [] [2025-04-22T14:08:30.883401+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:08:30.893458+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=notifier","method":"GET"} [] [2025-04-22T14:13:05.747447+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:13:05.756107+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=cache","method":"GET"} [] [2025-04-22T14:19:46.369258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:19:46.378395+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=logger","method":"GET"} [] [2025-04-22T14:19:46.395062+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:19:46.397492+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=time","method":"GET"} [] [2025-04-22T14:21:30.424279+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:21:30.426940+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:21:30.434073+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=security","method":"GET"} [] [2025-04-22T14:21:30.434073+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=http_client","method":"GET"} [] [2025-04-22T14:27:29.421751+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:27:29.421751+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:27:29.430783+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=dump","method":"GET"} [] [2025-04-22T14:27:29.430922+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=db","method":"GET"} [] [2025-04-22T14:32:08.803468+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:32:08.812684+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=validator","method":"GET"} [] [2025-04-22T14:34:46.816650+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T14:34:46.825345+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T14:34:46.948405+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T18:24:18.987406+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T18:24:18.996330+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-22T18:24:19.017407+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-22T18:24:19.017448+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T18:24:19.017469+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T18:24:19.017483+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T18:24:19.017497+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T18:24:19.112487+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T18:24:19.119313+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T18:24:19.219572+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T18:24:19.221610+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-22T18:24:19.225070+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-22T18:24:19.225106+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T18:24:19.225124+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T18:24:19.225139+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T18:24:19.225155+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T18:24:19.257609+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T18:24:19.259634+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T18:52:12.541498+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T18:52:12.581370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T18:52:12.691698+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T18:52:12.698848+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T18:52:12.699688+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T18:52:12.700316+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T18:52:13.076171+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T18:52:13.077938+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=http_client","method":"GET"} [] [2025-04-22T18:54:45.363913+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T18:54:45.372397+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=mailer","method":"GET"} [] [2025-04-22T19:03:43.246226+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:03:43.255411+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c/search/results?ip=18.117.244.233","method":"GET"} [] [2025-04-22T19:05:33.066559+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:05:33.075473+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=notifier","method":"GET"} [] [2025-04-22T19:05:33.102918+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:05:33.105386+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=request","method":"GET"} [] [2025-04-22T19:08:07.204214+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:08:07.212589+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=db","method":"GET"} [] [2025-04-22T19:10:20.842263+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:10:20.850754+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=dump","method":"GET"} [] [2025-04-22T19:12:15.982346+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:12:15.991041+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=form","method":"GET"} [] [2025-04-22T19:21:51.243775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:21:51.253111+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=logger","method":"GET"} [] [2025-04-22T19:29:42.232638+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:29:42.242112+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=doctrine_migrations","method":"GET"} [] [2025-04-22T19:29:42.362656+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-22T19:31:26.777750+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:31:26.787970+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=cache","method":"GET"} [] [2025-04-22T19:34:00.043262+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:34:00.051863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=twig","method":"GET"} [] [2025-04-22T19:38:50.874648+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:38:50.884747+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=events","method":"GET"} [] [2025-04-22T19:43:45.909193+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:43:45.909280+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:43:45.917900+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=translation","method":"GET"} [] [2025-04-22T19:43:45.918015+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=validator","method":"GET"} [] [2025-04-22T19:45:18.562492+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:45:18.572006+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=security","method":"GET"} [] [2025-04-22T19:47:35.705554+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:47:35.714721+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=router","method":"GET"} [] [2025-04-22T19:53:33.236450+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:53:33.279088+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T19:53:33.398596+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T19:53:33.406403+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T19:53:33.407609+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T19:53:33.408038+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T19:53:33.686733+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:53:33.688473+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=config","method":"GET"} [] [2025-04-22T19:53:33.882413+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:53:33.885023+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=time","method":"GET"} [] [2025-04-22T19:58:37.999639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T19:58:38.038504+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b5c83c"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b5c83c?panel=exception","method":"GET"} [] [2025-04-22T21:38:49.675554+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T21:38:49.717808+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-22T21:38:49.834888+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T21:38:49.841468+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T21:38:49.842329+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T21:38:49.842689+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-22T21:38:53.136883+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T21:38:53.138630+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/latest?ip=18.117.244.233","method":"GET"} [] [2025-04-22T21:47:09.624703+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T21:47:09.633050+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b64d44"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/b64d44","method":"GET"} [] [2025-04-22T22:13:05.119853+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-22T22:13:05.127871+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-04-22T22:13:05.142087+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-22T22:13:05.142125+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T22:13:05.142145+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-22T22:13:05.142158+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T22:13:05.142181+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-22T22:13:05.225929+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-22T22:13:05.232006+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T00:36:29.753355+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T00:36:29.809437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T00:36:29.966216+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T00:36:29.975465+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T00:36:29.976418+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T00:36:29.976906+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T00:36:30.384445+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T00:36:30.386244+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=translation","method":"GET"} [] [2025-04-23T00:36:30.441765+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T00:36:30.444274+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=logger","method":"GET"} [] [2025-04-23T00:44:32.355116+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T00:44:32.363898+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=twig","method":"GET"} [] [2025-04-23T00:59:20.653197+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T00:59:20.662470+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d/search/results?ip=160.79.111.14","method":"GET"} [] [2025-04-23T00:59:20.661877+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T00:59:20.664696+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=config","method":"GET"} [] [2025-04-23T01:04:19.157974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:04:19.166788+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=security","method":"GET"} [] [2025-04-23T01:04:19.429783+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:04:19.431587+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=notifier","method":"GET"} [] [2025-04-23T01:15:30.673827+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:15:30.682330+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=mailer","method":"GET"} [] [2025-04-23T01:15:30.702745+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:15:30.705231+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=router","method":"GET"} [] [2025-04-23T01:20:45.094649+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:20:45.103655+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=validator","method":"GET"} [] [2025-04-23T01:23:18.919472+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:23:18.928074+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=doctrine_migrations","method":"GET"} [] [2025-04-23T01:23:19.044310+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-23T01:31:34.661579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:31:34.670275+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=http_client","method":"GET"} [] [2025-04-23T01:37:11.129792+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:37:11.172785+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T01:37:11.290495+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T01:37:11.297670+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T01:37:11.298612+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T01:37:11.299175+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T01:37:11.574318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:37:11.576096+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=request","method":"GET"} [] [2025-04-23T01:37:11.797452+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:37:11.799422+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=db","method":"GET"} [] [2025-04-23T01:45:32.039196+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:45:32.048264+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=time","method":"GET"} [] [2025-04-23T01:48:00.312487+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:48:00.321227+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=events","method":"GET"} [] [2025-04-23T01:48:00.537718+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T01:48:00.539423+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=dump","method":"GET"} [] [2025-04-23T06:27:14.767973+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T06:27:14.908660+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T06:27:15.363955+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T06:27:15.373694+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T06:27:15.374642+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T06:27:15.375188+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T06:27:18.900105+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T06:27:18.901976+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=time","method":"GET"} [] [2025-04-23T09:43:09.549010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T09:43:09.648253+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T09:43:09.996715+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T09:43:10.011900+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T09:43:10.012826+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T09:43:10.013336+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T09:43:11.201296+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T09:43:11.203517+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=form","method":"GET"} [] [2025-04-23T10:09:05.789580+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:09:05.800018+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=router","method":"GET"} [] [2025-04-23T10:16:53.775843+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:16:53.816310+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T10:16:53.942316+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T10:16:53.949580+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T10:16:53.950569+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T10:16:53.951145+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T10:25:36.477437+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:25:36.485849+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=validator","method":"GET"} [] [2025-04-23T10:25:36.701172+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:25:36.702911+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=twig","method":"GET"} [] [2025-04-23T10:30:50.943590+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:30:50.952482+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b/search/results?ip=160.79.111.14","method":"GET"} [] [2025-04-23T10:30:51.396930+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:30:51.398797+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=exception","method":"GET"} [] [2025-04-23T10:33:53.767784+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:33:53.776691+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=cache","method":"GET"} [] [2025-04-23T10:44:29.993515+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:44:30.035367+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T10:44:30.172427+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T10:44:30.194531+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T10:44:30.195478+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T10:44:30.195923+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T10:44:31.074936+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:44:31.076754+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=translation","method":"GET"} [] [2025-04-23T10:47:14.185169+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:47:14.193820+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=http_client","method":"GET"} [] [2025-04-23T10:49:56.972156+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T10:49:56.980849+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=dump","method":"GET"} [] [2025-04-23T11:00:01.867715+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T11:00:01.876695+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=request","method":"GET"} [] [2025-04-23T11:00:02.123810+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T11:00:02.125688+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=events","method":"GET"} [] [2025-04-23T11:06:10.221769+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T11:06:10.230286+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=notifier","method":"GET"} [] [2025-04-23T11:06:10.221801+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T11:06:10.236078+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=db","method":"GET"} [] [2025-04-23T11:13:34.076381+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T11:13:34.085187+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=config","method":"GET"} [] [2025-04-23T15:18:10.459476+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T15:18:10.499488+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-23T15:18:10.665465+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T15:18:10.672645+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T15:18:10.673588+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-23T15:18:10.674062+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-23T15:18:11.124926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-23T15:18:11.126800+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d","method":"GET"} [] [2025-04-24T03:43:19.781583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:19.853534+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T03:43:19.990389+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T03:43:19.990445+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:19.990466+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:19.990480+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:19.990494+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:20.612044+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:20.631640+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:21.046812+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:21.061924+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:21.334722+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:21.336651+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:21.337515+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:21.338172+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:23.126850+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:23.128557+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T03:43:23.131575+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T03:43:23.131607+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:23.131625+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:23.131640+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:23.131653+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:23.161571+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:23.163065+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:23.705196+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:23.717502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:23.763143+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:23.764608+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:23.765402+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:23.765803+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:25.835647+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:25.847287+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:25.890397+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:25.892051+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:25.892864+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:25.893194+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:27.171703+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:27.183272+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:27.226168+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:27.227628+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:27.228437+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:27.228792+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:29.444320+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:29.455989+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:29.499607+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:29.501019+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:29.501747+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:29.502109+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:31.739449+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:31.751132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST http://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST http://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:31.794344+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:31.795868+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:31.796717+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:31.797253+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:35.596432+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:35.635854+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T03:43:35.690974+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T03:43:35.691020+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:35.691040+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:35.691056+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:35.691070+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:36.117679+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:36.144552+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:37.982229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:37.984318+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-24T03:43:37.989272+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T03:43:37.989305+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:37.989992+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:43:37.990020+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:37.990039+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:43:38.018282+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:38.019954+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:38.522326+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:38.536104+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:38.776827+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:38.778565+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:38.779371+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:38.779831+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:39.718091+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:39.729654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:39.772597+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:39.774356+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:39.775181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:39.775808+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:40.962109+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:40.973633+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:41.018509+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:41.019963+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:41.020768+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:41.021104+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:42.524274+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:42.535693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:42.578530+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:42.580439+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:42.581548+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:42.582147+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:45.000030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:45.011672+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:45.054128+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:45.055829+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:45.056654+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:45.057002+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:46.040712+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:46.054223+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:46.097645+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:46.099207+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:46.100005+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:46.100386+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:47.157535+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:47.169612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:47.213219+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:47.214908+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:47.215725+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:47.216028+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:48.174216+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:48.186508+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:48.232668+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:48.234338+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:48.235106+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:48.235514+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:49.546722+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:49.558636+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:49.603104+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:49.604374+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:49.605054+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:49.605375+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:52.408507+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:52.540574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:52.696271+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:52.701587+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:52.702372+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:52.702696+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:53.700543+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:53.713957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:53.838679+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:53.840328+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:53.841155+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:53.841697+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:55.974144+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:55.985791+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:56.029330+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:56.030777+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:56.031393+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:56.031873+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:58.744832+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:58.756638+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:58.799858+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:58.801397+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:58.802093+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:58.802620+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:59.628069+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:43:59.639483+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:43:59.682896+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:59.684523+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:43:59.685328+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:43:59.685872+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:00.504970+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:00.516685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:00.559294+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:00.560941+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:00.561749+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:00.562155+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:01.532174+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:01.544276+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:01.587417+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:01.589300+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:01.590373+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:01.590771+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:02.703615+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:02.715139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:02.757938+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:02.759799+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:02.760617+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:02.761202+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:05.430551+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:05.442230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:05.485168+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:05.486702+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:05.487364+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:05.487691+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:06.307306+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:06.319292+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:06.363286+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:06.365060+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:06.365886+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:06.366377+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:09.042311+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:09.131823+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:09.391258+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:09.396985+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:09.397786+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:09.398179+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:10.439032+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:10.450832+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:10.494059+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:10.495432+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:10.496122+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:10.496534+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:12.898371+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:12.910105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:12.952910+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:12.954516+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:12.955333+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:12.955654+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:13.788005+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:13.799524+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:13.841727+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:13.843392+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:13.844212+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:13.844609+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:15.055679+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:15.057416+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T03:44:15.075625+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T03:44:15.075663+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:44:15.075683+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:44:15.075698+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:44:15.075713+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:44:15.111047+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:15.112643+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:15.659313+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:15.670942+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:15.713405+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:15.714779+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:15.715413+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:15.715816+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:17.150105+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:17.161507+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:17.203759+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:17.205423+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:17.206241+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:17.206735+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:18.049541+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:18.061901+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:18.108788+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:18.110336+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:18.111150+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:18.111493+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:20.156093+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:20.167471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:20.209802+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:20.211453+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:20.212249+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:20.212744+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:21.258857+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:21.270839+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:21.314066+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:21.315751+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:21.316573+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:21.317127+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:22.135422+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:22.147208+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:22.190434+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:22.192098+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:22.192942+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:22.193640+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:22.982844+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:22.994768+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:23.037639+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:23.039458+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:23.040271+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:23.040868+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:24.507948+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:24.570333+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:24.753210+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:24.758342+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:24.759143+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:24.759620+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:26.921419+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:26.932957+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:26.975364+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:26.977165+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:26.977971+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:26.978409+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:28.132648+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:28.144498+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:28.186741+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:28.188357+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:28.189176+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:28.189528+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:29.510073+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:29.522128+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:29.565657+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:29.567244+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:29.567980+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:29.568559+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:30.787703+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:30.799313+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:30.841692+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:30.843385+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:30.844212+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:30.844708+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:31.738383+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:31.749944+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:31.792852+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:31.794589+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:31.795391+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:31.795997+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:34.293433+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:34.307021+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:34.355461+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:34.357014+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:34.357817+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:34.358150+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:35.338136+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:35.350675+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:35.396751+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:35.398245+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:35.399051+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:35.399396+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:36.442074+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:36.453854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:36.496609+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:36.498215+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:36.499029+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:36.499599+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:37.723488+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:37.734890+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:37.777418+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:37.778780+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:37.779403+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:37.779688+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:38.643766+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:38.655402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:38.698898+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:38.700169+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:38.700893+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:38.701237+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:39.934417+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:40.039564+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:40.325423+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:40.339383+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:40.340182+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:40.340600+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:42.362987+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:42.374702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:42.437521+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:42.439005+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:42.439803+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:42.440079+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:44.255757+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:44.267689+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:44.311149+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:44.312504+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:44.313196+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:44.313791+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:46.109043+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:46.120471+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:46.162997+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:46.164634+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:46.165707+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:46.166110+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:48.776111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:48.777860+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-24T03:44:48.796555+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-24T03:44:49.566696+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:49.578696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:49.622311+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:49.623984+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:49.624790+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:49.625228+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:51.804148+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:51.815585+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:51.858379+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:51.860029+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:51.860848+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:51.861321+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:53.164041+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:53.175696+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:53.218362+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:53.220136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:53.220964+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:53.221460+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:55.803027+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:55.811482+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-24T03:44:56.590700+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:56.604271+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:56.833396+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:56.838366+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:56.839141+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:56.839746+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:58.105350+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:58.116985+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:58.162796+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:58.164586+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:58.165393+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:58.165924+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:59.306792+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:44:59.318819+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:44:59.362343+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:59.364189+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:44:59.365013+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:44:59.365671+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:45:00.335854+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:45:00.348215+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:45:00.393020+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:45:00.395006+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:45:00.395816+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:45:00.396282+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:45:02.388446+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:45:02.390186+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T03:45:02.397901+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T03:45:02.397935+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:45:02.397955+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T03:45:02.397970+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:45:02.397984+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T03:45:02.430921+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:45:02.432513+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:45:03.089216+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T03:45:03.100977+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T03:45:03.206427+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:45:03.208321+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T03:45:03.209154+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T03:45:03.209660+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T07:36:12.421841+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T07:36:12.464188+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T07:36:12.520324+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T07:36:12.520372+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T07:36:12.520393+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T07:36:12.520409+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T07:36:12.520423+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T07:36:12.885556+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T07:36:12.893798+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T14:50:03.897306+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T14:50:03.906502+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-24T14:50:03.965662+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T14:50:03.965716+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T14:50:03.967637+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T14:50:03.967671+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T14:50:03.967694+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T14:50:04.159448+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T14:50:04.176452+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T19:45:31.699123+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T19:45:31.708087+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T19:45:31.722791+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T19:45:31.722827+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T19:45:31.722846+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T19:45:31.722862+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T19:45:31.722877+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T19:45:31.816140+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T19:45:31.822444+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T19:45:32.107451+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T19:45:32.109447+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-24T19:45:32.112655+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-24T19:45:32.112687+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T19:45:32.112708+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-24T19:45:32.112722+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T19:45:32.112736+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-24T19:45:32.143913+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T19:45:32.145423+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T22:09:01.182907+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T22:09:01.225620+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T22:09:01.525029+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T22:09:01.531299+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T22:09:01.532163+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T22:09:01.532689+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T22:09:01.995384+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-24T22:09:02.007109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/docker-compose.override.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/docker-compose.override.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.override.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-24T22:09:02.063345+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T22:09:02.065132+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-24T22:09:02.065931+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-24T22:09:02.066349+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T10:22:27.443885+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T10:22:27.666105+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T10:22:28.170585+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T10:22:28.180927+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T10:22:28.181863+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T10:22:28.182431+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:16.097842+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:16.124912+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-25T19:09:16.154147+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T19:09:16.154195+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:16.154216+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:16.154230+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:16.154243+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:16.460712+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:16.468832+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:16.990343+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:17.004421+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:17.135358+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:17.136936+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:17.137759+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:17.138206+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:22.550874+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:22.552712+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-25T19:09:22.555944+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T19:09:22.555977+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:22.555996+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:22.556010+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:22.556023+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:22.586120+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:22.587413+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:23.228799+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:23.240330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.DS_Store"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.DS_Store\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.DS_Store/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:23.282779+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:23.284406+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:23.285303+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:23.285867+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:27.164789+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:27.180076+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:27.232367+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:27.234008+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:27.234801+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:27.235288+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:33.956965+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:33.997149+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.prod"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.prod\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.prod\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:34.108920+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:34.113581+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:34.114417+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:34.114894+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:38.278716+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:38.290377+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:38.332999+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:38.334731+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:38.335548+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:38.335928+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:39.732284+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:39.744501+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "POST https://mondeanimal.web-ice.site/.env.production"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"POST https://mondeanimal.web-ice.site/.env.production\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.env.production\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:39.788613+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:39.790594+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:39.791686+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:39.792123+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:47.385460+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:47.387204+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-25T19:09:47.394368+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T19:09:47.394401+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:47.394422+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:47.394437+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:47.394452+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:47.429270+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:47.430908+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:48.302829+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:48.304622+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"POST"} [] [2025-04-25T19:09:48.309530+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T19:09:48.309564+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:48.310244+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:09:48.310273+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:48.310292+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:09:48.338036+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:48.339673+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:49.255090+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:49.296946+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend_dev.php/$"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend_dev.php/$\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend_dev.php/$/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:49.413256+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:49.418078+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:49.418894+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:49.419427+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:53.715677+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:53.727188+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:53.769772+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:53.771742+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:53.772895+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:53.773460+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:58.728214+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:09:58.739679+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:09:58.782374+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:58.784049+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:09:58.784857+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:09:58.785402+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:03.838402+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:03.850284+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view.html"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view.html\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view.html/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:03.893368+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:03.895067+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:03.895905+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:03.896464+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:07.456792+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:07.498927+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:07.615978+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:07.621001+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:07.621813+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:07.622220+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:11.468990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:11.481236+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/frontend/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/frontend/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:11.524687+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:11.526437+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:11.527248+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:11.527726+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:16.537021+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:16.551155+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:16.597839+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:16.599660+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:16.600472+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:16.600781+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:21.339178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:21.352037+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sapi/debug/default/view"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sapi/debug/default/view\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sapi/debug/default/view/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:21.397656+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:21.399353+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:21.400162+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:21.400690+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:29.532014+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:29.572698+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:29.688441+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:29.693413+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:29.694221+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:29.694668+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:33.256935+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:33.269404+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:33.313491+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:33.315308+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:33.316196+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:33.316726+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:36.707788+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:36.719592+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.dev.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.dev.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.dev.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:36.763399+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:36.764981+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:36.765808+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:36.766142+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:40.501841+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:40.513889+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.development.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.development.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.development.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:40.556965+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:40.558893+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:40.559730+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:40.560230+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:45.962607+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:46.004270+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:46.124694+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:46.129506+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:46.130344+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:46.130651+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:47.417648+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:47.430109+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.local.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.local.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.local.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:47.474149+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:47.475753+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:47.476550+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:47.476944+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:52.048713+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:52.060853+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.prod.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.prod.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.prod.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:52.106421+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:52.107947+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:52.108760+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:52.109179+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:58.430830+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:10:58.442422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:10:58.486145+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:58.487764+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:10:58.488571+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:10:58.488895+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:02.021798+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:02.061722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/production.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/production.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/production.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:02.181700+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:02.186501+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:02.187259+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:02.187860+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:05.885378+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:05.901255+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configs.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configs.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configs.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:05.947799+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:05.949608+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:05.950427+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:05.950869+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:10.686650+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:10.698881+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/configuration.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/configuration.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/configuration.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:10.742720+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:10.744381+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:10.745199+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:10.745838+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:13.836303+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:13.848553+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/settings.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/settings.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/settings.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:13.896780+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:13.898498+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:13.899294+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:13.899687+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:17.083809+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:17.132402+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/sftp-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/sftp-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/sftp-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:17.250055+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:17.254845+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:17.255655+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:17.256068+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:22.861289+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:22.873283+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/ssh-config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/ssh-config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/ssh-config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:22.916120+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:22.917859+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:22.918694+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:22.919112+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:28.255526+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:28.267300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.vscode/sftp.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.vscode/sftp.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.vscode/sftp.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:28.310677+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:28.312368+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:28.313206+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:28.313691+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:31.315653+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:31.317430+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-25T19:11:31.325009+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T19:11:31.325044+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:11:31.325071+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:11:31.325090+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:11:31.325109+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:11:31.359153+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:31.360777+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:34.170365+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:34.209928+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/assets/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/assets/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/assets/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:34.319395+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:34.324066+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:34.324898+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:34.325271+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:37.447624+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:37.460406+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:37.505059+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:37.506776+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:37.507579+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:37.508057+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:38.938625+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:38.955803+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:39.010853+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:39.012730+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:39.013555+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:39.014154+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:40.502689+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:40.514172+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:40.557057+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:40.558829+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:40.559616+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:40.560153+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:44.988593+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:45.000023+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:45.042599+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:45.044399+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:45.045322+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:45.046005+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:48.581267+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:48.592739+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/web/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/web/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/web/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:48.635114+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:48.636795+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:48.637622+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:48.638120+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:52.762809+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:52.802811+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:52.912422+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:52.917113+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:52.917933+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:52.918396+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:53.978355+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:53.991649+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:54.046820+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:54.048431+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:54.049311+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:54.049784+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:58.407535+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:11:58.420793+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:11:58.468574+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:58.470377+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:11:58.471181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:11:58.471721+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:01.297968+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:01.309581+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:01.352489+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:01.354359+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:01.355208+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:01.355798+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:03.977256+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:03.988579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:04.031049+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:04.032841+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:04.033688+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:04.034237+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:07.350351+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:07.362458+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/env.test.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/env.test.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/env.test.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:07.406696+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:07.408615+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:07.409442+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:07.410034+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:11.173331+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:11.214575+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.dev.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.dev.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.dev.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:11.328402+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:11.333005+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:11.333808+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:11.334277+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:16.056283+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:16.069111+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.development.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.development.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.development.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:16.115098+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:16.116793+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:16.117611+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:16.118070+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:20.767439+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:20.778878+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:20.821528+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:20.823179+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:20.824005+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:20.824466+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:22.692381+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:22.703880+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.prod.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.prod.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.prod.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:22.746849+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:22.748577+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:22.749392+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:22.750085+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:27.880181+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:27.921748+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/..;/env.production.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/..;/env.production.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/..;/env.production.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:28.039147+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:28.043783+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:28.044643+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:28.045013+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:31.640462+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:31.652725+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:31.697611+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:31.699366+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:31.700181+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:31.700616+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:35.712855+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:35.724922+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:35.846904+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:35.848689+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:35.849522+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:35.850095+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:40.743258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:40.755127+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config.js"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config.js\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config.js/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:40.797840+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:40.799720+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:40.800628+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:40.801265+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:42.708408+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:42.723614+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.aws/credentials"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.aws/credentials\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.aws/credentials/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:42.770040+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:42.771354+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:42.772063+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:42.772439+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:45.292973+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:45.335106+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/open\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/open/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:45.451940+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:45.456725+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:45.457565+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:45.457970+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:47.304264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:47.306032+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=app%2Fconfig%2Fparameters.yml","method":"GET"} [] [2025-04-25T19:12:47.321532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "The file "app/config/parameters.yml" cannot be opened." at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php line 347 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): The file \"app/config/parameters.yml\" cannot be opened. at /home/webicefrhf/mondeanimal/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php:347)"} [] [2025-04-25T19:12:48.651171+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:48.662733+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:48.705944+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:48.707660+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:48.708473+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:48.708909+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:52.396344+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:52.407854+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:52.450360+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:52.452035+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:52.452853+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:52.453262+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:55.874332+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:12:55.886937+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/parameters.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/parameters.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/parameters.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:12:55.932733+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:55.934506+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:12:55.935308+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:12:55.935806+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:01.422397+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:01.430301+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-25T19:13:03.547277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:03.562077+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_profiler/phpinfo\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_profiler/phpinfo/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:13:03.677049+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:03.681860+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:03.682716+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:03.683209+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:05.152975+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:05.164875+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpinfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpinfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpinfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:13:05.208826+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:05.210630+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:05.211451+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:05.211806+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:06.506506+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:06.518031+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/owncloud/apps/graphapi/vendor/microsoft/microsoft-graph/tests/GetPhpInfo.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:13:06.560840+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:06.562381+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:06.563189+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:06.563534+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:10.840190+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:10.852422+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/info.php"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/info.php\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/info.php/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:13:10.897559+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:10.899265+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:10.900091+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:10.900426+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:13.974902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:13.976679+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-25T19:13:13.984293+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T19:13:13.984327+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:13:13.984346+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T19:13:13.984362+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:13:13.984376+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T19:13:14.018242+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:14.020023+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:14.688561+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T19:13:14.700514+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/api/index.php/v1/config/application\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/api/index.php/v1/config/application/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T19:13:14.754137+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:14.755690+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T19:13:14.756318+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T19:13:14.756864+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T21:01:30.559026+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T21:01:30.614515+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T21:01:30.728616+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T21:01:30.735999+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T21:01:30.736804+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T21:01:30.737215+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T21:01:32.641134+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T21:01:32.643001+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-25T21:01:33.454041+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T21:01:33.455843+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"UNKNOWN"} [] [2025-04-25T21:01:33.465006+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T21:01:33.465040+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T21:01:33.465060+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T21:01:33.465079+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T21:01:33.465093+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T21:01:33.498804+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T21:01:33.500510+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T21:01:33.705715+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T21:01:33.707464+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-25T21:01:33.710683+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T21:01:33.710715+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T21:01:33.710733+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T21:01:33.710747+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T21:01:33.710760+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T21:01:33.937916+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T21:01:33.939598+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T21:01:34.969440+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T21:01:34.981591+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/HEAD"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/HEAD\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T21:01:35.026210+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T21:01:35.027682+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T21:01:35.028459+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T21:01:35.028791+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T22:16:39.247627+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T22:16:39.288939+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/config.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/config.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/config.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T22:16:39.405093+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T22:16:39.411345+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T22:16:39.412269+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T22:16:39.412666+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T22:16:41.185503+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T22:16:41.187338+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-25T22:16:41.738397+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T22:16:41.740137+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"UNKNOWN"} [] [2025-04-25T22:16:41.749251+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T22:16:41.749285+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T22:16:41.749304+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T22:16:41.749319+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T22:16:41.749333+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T22:16:41.781734+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T22:16:41.783404+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T22:16:42.047905+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T22:16:42.049792+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-25T22:16:42.053106+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-25T22:16:42.053140+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T22:16:42.053159+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-25T22:16:42.053174+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T22:16:42.053187+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-25T22:16:42.191407+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T22:16:42.193033+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T22:16:42.827528+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-25T22:16:42.839178+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/HEAD"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/HEAD\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/HEAD/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-25T22:16:42.882646+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T22:16:42.884452+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-25T22:16:42.885347+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-25T22:16:42.885844+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-26T04:15:01.156960+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-26T04:15:01.244273+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-26T04:15:01.371782+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-26T04:15:01.371842+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-26T04:15:01.371863+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-26T04:15:01.371879+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-26T04:15:01.371894+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-26T04:15:02.063740+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-26T04:15:02.219703+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-26T12:24:40.432010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-26T12:24:40.480046+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-26T12:24:40.527296+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-26T12:24:40.527357+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-26T12:24:40.527378+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-26T12:24:40.527392+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-26T12:24:40.527407+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-26T12:24:40.934905+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-26T12:24:40.963116+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-26T12:24:44.447637+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-26T12:24:44.449614+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-26T12:24:44.452977+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-26T12:24:44.453009+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-26T12:24:44.453029+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-26T12:24:44.453048+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-26T12:24:44.453170+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-26T12:24:44.485792+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-26T12:24:44.487653+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-27T04:51:38.286415+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-27T04:51:38.438244+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-27T04:51:38.987757+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-27T04:51:38.995323+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-27T04:51:38.996168+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-27T04:51:38.996847+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-27T04:51:40.056807+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-27T04:51:40.058566+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fad69d"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/fad69d?panel=exception","method":"GET"} [] [2025-04-27T14:30:41.956926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-27T14:30:41.967588+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-27T14:30:42.008358+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-27T14:30:42.008409+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:42.008429+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:42.008443+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:42.008456+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:42.160690+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-27T14:30:42.170148+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-27T14:30:42.343661+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-27T14:30:42.345400+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-27T14:30:42.348801+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-27T14:30:42.348835+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:42.348854+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:42.348867+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:42.348880+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:42.533614+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-27T14:30:42.535361+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-27T14:30:42.780665+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-27T14:30:42.782375+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-27T14:30:42.785341+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-27T14:30:42.785373+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:42.785392+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:42.785406+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:42.785420+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:42.814749+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-27T14:30:42.816588+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-27T14:30:43.523605+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-27T14:30:43.525368+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-27T14:30:43.528613+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-27T14:30:43.528655+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:43.528674+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-27T14:30:43.528688+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:43.528701+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-27T14:30:43.566130+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-27T14:30:43.567506+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:31:27.650517+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:31:27.748009+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:31:28.133296+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:31:28.141562+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:31:28.142487+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:31:28.143013+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:31:28.342040+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:31:28.353980+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/translations"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/translations\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/translations/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:31:28.400083+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:31:28.401881+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:31:28.402726+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:31:28.403278+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:37:39.796797+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:37:39.864911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:37:40.162480+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:37:40.170524+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:37:40.171444+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:37:40.172071+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:37:40.362812+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:37:40.364703+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/?C=D&O=A","method":"GET"} [] [2025-04-28T03:37:40.402090+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T03:37:40.402137+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:37:40.402157+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:37:40.402171+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:37:40.402186+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:37:40.449312+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:37:40.451148+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:37:40.823514+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:37:40.825410+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-28T03:37:40.829044+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T03:37:40.829129+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:37:40.829149+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:37:40.829164+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:37:40.829178+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:37:41.044960+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:37:41.046595+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:40:26.809640+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:40:26.883967+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/templates"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/templates\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/templates/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:40:27.077135+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:40:27.082687+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:40:27.083635+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:40:27.084169+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:45:38.573003+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:45:38.645782+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.gitignore"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.gitignore\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.gitignore/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:45:38.854783+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:45:38.861708+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:45:38.862658+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:45:38.863340+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:48:01.584747+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:48:01.634171+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/docker-compose.override.yml"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/docker-compose.override.yml\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/docker-compose.override.yml/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:48:01.756820+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:48:01.762055+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:48:01.762870+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:48:01.763343+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:50:27.315525+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:50:27.358202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/composer.lock"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/composer.lock\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.lock/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:50:27.476818+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:50:27.482098+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:50:27.483049+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:50:27.483555+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:54:16.224413+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:54:16.295413+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/bin"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/bin\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/bin/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:54:16.427454+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:54:16.433793+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:54:16.434725+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:54:16.435171+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:55:27.723625+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:55:27.723725+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:55:27.739267+02:00] request.INFO: Matched route "config". {"route":"config","route_parameters":{"_route":"config","_controller":"App\\Controller\\ConfigController::index"},"request_uri":"https://mondeanimal.web-ice.site/config","method":"GET"} [] [2025-04-28T03:55:27.754291+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T03:55:27.754329+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:55:27.754349+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:55:27.754363+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:55:27.754376+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:55:27.800693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/vendor"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/vendor\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/vendor/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:55:27.892152+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:55:27.892153+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:55:27.896668+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:55:27.896706+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:55:27.897584+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:55:27.897891+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:55:28.051390+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:55:28.053461+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-28T03:55:28.057320+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T03:55:28.057352+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:55:28.057372+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T03:55:28.057385+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:55:28.057399+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T03:55:28.154034+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:55:28.156115+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:59:18.084336+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T03:59:18.151665+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/composer.json"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/composer.json\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/composer.json/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T03:59:18.283350+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:59:18.290569+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T03:59:18.291480+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T03:59:18.292003+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:01:53.807279+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:01:53.850229+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/microsoft.asc"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/microsoft.asc\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/microsoft.asc/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:01:54.024130+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:01:54.028808+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:01:54.029706+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:01:54.030173+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:05:26.570603+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:05:26.578669+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/?C=M&O=A","method":"GET"} [] [2025-04-28T04:05:26.604859+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T04:05:26.604900+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:05:26.604919+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:05:26.604934+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:05:26.604948+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:05:26.718671+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:05:26.725788+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:05:26.871964+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:05:26.873853+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-28T04:05:26.877682+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T04:05:26.877714+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:05:26.877738+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:05:26.877753+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:05:26.877767+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:05:26.994762+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:05:26.996471+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:07:49.944120+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:07:49.998055+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/localkiwi.sql"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/localkiwi.sql\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/localkiwi.sql/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:07:50.161309+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:07:50.167034+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:07:50.167982+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:07:50.168520+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:09:33.166296+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:09:33.249522+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/var"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/var\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/var/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:09:33.431138+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:09:33.436722+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:09:33.437653+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:09:33.438027+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:10:47.129288+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:10:47.129288+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:10:47.180344+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/src"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/src\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/src/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:10:47.180451+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/symfony"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/symfony\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:10:47.342574+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:10:47.342575+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:10:47.357215+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:10:47.357323+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:10:47.358160+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:10:47.358272+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:10:47.358757+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:10:47.358831+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:12:11.439873+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:12:11.448366+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/?C=N&O=D","method":"GET"} [] [2025-04-28T04:12:11.439909+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:12:11.491008+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T04:12:11.491050+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:12:11.491070+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:12:11.491086+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:12:11.491103+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:12:11.540066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/symfony.lock"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/symfony.lock\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/symfony.lock/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:12:11.594929+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:12:11.599859+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:12:11.622454+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:12:11.624381+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:12:11.625351+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:12:11.625748+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:12:11.756868+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:12:11.758882+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-28T04:12:11.762960+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T04:12:11.762995+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:12:11.763014+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:12:11.763028+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:12:11.763046+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:12:11.914200+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:12:11.916136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:15:09.669591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:15:09.669591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:15:09.708009+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/?C=S&O=A","method":"GET"} [] [2025-04-28T04:15:09.736422+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T04:15:09.736462+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:15:09.736482+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:15:09.736498+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:15:09.736516+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:15:09.746687+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/public"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/public\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/public/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:15:09.821555+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:15:09.826420+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:15:09.843038+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:15:09.845067+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:15:09.846007+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:15:09.846480+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:15:09.978798+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:15:09.980634+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-28T04:15:09.984319+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T04:15:09.984353+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:15:09.984373+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T04:15:09.984387+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:15:09.984401+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T04:15:10.082307+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:15:10.083877+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:18:27.846426+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:18:27.917328+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/tests"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/tests\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/tests/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:18:28.085992+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:18:28.094028+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:18:28.094975+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:18:28.095448+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:22:16.020847+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:22:16.020842+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T04:22:16.106183+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/migrations"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/migrations\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/migrations/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:22:16.106300+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/phpunit.xml.dist"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/phpunit.xml.dist\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/phpunit.xml.dist/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T04:22:16.248374+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:22:16.248532+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:22:16.253666+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:22:16.253808+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:22:16.254611+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:22:16.254660+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T04:22:16.255202+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T04:22:16.255265+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T05:26:31.503916+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T05:26:31.511856+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-28T05:26:31.526144+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T05:26:31.526181+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T05:26:31.526201+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T05:26:31.526215+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T05:26:31.526229+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T05:26:31.615732+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T05:26:31.622482+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T05:26:31.709434+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T05:26:31.711413+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-28T05:26:31.714857+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T05:26:31.714891+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T05:26:31.714910+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T05:26:31.714924+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T05:26:31.714937+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T05:26:31.747159+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T05:26:31.749316+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T06:13:03.781450+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T06:13:03.835290+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T06:13:03.947605+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T06:13:03.954290+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T06:13:03.955201+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T06:13:03.955774+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T09:38:34.428193+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T09:38:34.483612+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T09:38:34.601337+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T09:38:34.608343+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T09:38:34.609221+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T09:38:34.609729+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T09:38:35.514471+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T09:38:35.516214+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a355f3"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/a355f3","method":"GET"} [] [2025-04-28T12:00:07.836459+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T12:00:07.879312+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T12:00:07.997491+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T12:00:08.004631+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T12:00:08.005556+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T12:00:08.006045+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T12:00:08.174804+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T12:00:08.176909+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=request","method":"GET"} [] [2025-04-28T12:18:37.116545+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T12:18:37.126718+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=request","method":"GET"} [] [2025-04-28T12:51:35.756869+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T12:51:35.765681+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=request","method":"GET"} [] [2025-04-28T12:52:44.959540+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T12:52:44.968233+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=request","method":"GET"} [] [2025-04-28T12:57:29.282312+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T12:57:29.291201+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-04-28T12:57:29.307717+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T12:57:29.307754+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T12:57:29.307774+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T12:57:29.307790+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T12:57:29.307803+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T12:57:29.400606+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T12:57:29.407855+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T13:16:36.874583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T13:16:36.917771+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T13:16:37.037676+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T13:16:37.044602+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T13:16:37.045522+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T13:16:37.046182+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T13:16:37.222926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T13:16:37.224662+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=request","method":"GET"} [] [2025-04-28T14:43:30.762470+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:43:30.818603+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T14:43:30.935619+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T14:43:30.944119+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T14:43:30.945026+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T14:43:30.945539+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T14:43:31.110579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:43:31.112654+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=exception","method":"GET"} [] [2025-04-28T14:43:31.308695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:43:31.310524+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=src%2FController%2FConfigController.php&line=21","method":"GET"} [] [2025-04-28T14:44:59.521968+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:44:59.531166+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=logger","method":"GET"} [] [2025-04-28T14:44:59.835615+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:44:59.837500+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T14:44:59.906270+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T14:46:04.467874+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:46:04.467909+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:46:04.477029+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=router","method":"GET"} [] [2025-04-28T14:46:04.477129+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=cache","method":"GET"} [] [2025-04-28T14:47:50.023164+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:47:50.023185+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:47:50.031909+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=db","method":"GET"} [] [2025-04-28T14:47:50.031913+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=logger","method":"GET"} [] [2025-04-28T14:48:54.574940+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:48:54.574985+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:48:54.583953+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=events","method":"GET"} [] [2025-04-28T14:48:54.584003+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=exception","method":"GET"} [] [2025-04-28T14:51:00.037940+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:51:00.038049+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:51:00.046511+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=validator","method":"GET"} [] [2025-04-28T14:51:00.046653+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=security","method":"GET"} [] [2025-04-28T14:52:24.837401+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:52:24.837505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:52:24.845911+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=notifier","method":"GET"} [] [2025-04-28T14:52:24.846005+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=dump","method":"GET"} [] [2025-04-28T14:54:29.230800+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:54:29.239673+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=db","method":"GET"} [] [2025-04-28T14:57:14.554013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:57:14.563083+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=events","method":"GET"} [] [2025-04-28T14:59:44.803297+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T14:59:44.813187+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=twig","method":"GET"} [] [2025-04-28T15:02:10.725345+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:02:10.734791+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=router","method":"GET"} [] [2025-04-28T15:03:19.574145+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:03:19.583053+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=http_client","method":"GET"} [] [2025-04-28T15:04:53.535967+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:04:53.544821+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=cache","method":"GET"} [] [2025-04-28T15:07:19.929258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:07:19.938347+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-28T15:07:19.954269+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T15:07:19.954322+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T15:07:19.954344+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T15:07:19.954359+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T15:07:19.954374+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T15:07:20.045813+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T15:07:20.052565+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T15:07:20.477968+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:07:20.480014+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-28T15:07:20.484037+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T15:07:20.484081+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T15:07:20.484107+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T15:07:20.484126+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T15:07:20.484144+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T15:07:20.518323+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T15:07:20.519758+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T15:07:22.505097+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:07:22.507207+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=security","method":"GET"} [] [2025-04-28T15:09:21.960993+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:09:21.969603+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T15:09:22.079791+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T15:10:28.380492+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:10:28.389624+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=config","method":"GET"} [] [2025-04-28T15:11:33.319975+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:11:33.328470+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=mailer","method":"GET"} [] [2025-04-28T15:12:39.820078+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:12:39.828671+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=validator","method":"GET"} [] [2025-04-28T15:13:44.144060+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:13:44.153952+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=form","method":"GET"} [] [2025-04-28T15:14:54.181383+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:14:54.189973+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=time","method":"GET"} [] [2025-04-28T15:16:05.943278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:16:05.951709+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d?panel=translation","method":"GET"} [] [2025-04-28T15:17:44.085077+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:17:44.094147+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=notifier","method":"GET"} [] [2025-04-28T15:19:09.169354+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:19:09.179059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=twig","method":"GET"} [] [2025-04-28T15:20:18.792402+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:20:18.801413+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=http_client","method":"GET"} [] [2025-04-28T15:21:23.395838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:21:23.409983+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=mailer","method":"GET"} [] [2025-04-28T15:23:09.776056+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:23:09.784991+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3?panel=translation","method":"GET"} [] [2025-04-28T15:24:14.801854+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:24:14.810402+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=request","method":"GET"} [] [2025-04-28T15:25:39.683275+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:25:39.692189+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=request","method":"GET"} [] [2025-04-28T15:26:06.953854+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:26:06.961757+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimalgit.web-ice.site/public/","method":"GET"} [] [2025-04-28T15:26:06.976951+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-28T15:26:06.976988+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T15:26:06.977009+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-28T15:26:06.977025+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T15:26:06.977039+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-28T15:26:07.068481+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T15:26:07.075621+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T15:26:53.495278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:26:53.503627+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"18c61d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/18c61d/search/results?ip=3.135.194.203","method":"GET"} [] [2025-04-28T15:29:18.630548+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:29:18.639328+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d4ebc3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d4ebc3/search/results?ip=18.220.22.253","method":"GET"} [] [2025-04-28T15:30:50.155764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:30:50.155843+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:30:50.164380+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T15:30:50.164394+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=exception","method":"GET"} [] [2025-04-28T15:30:50.297356+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T15:34:32.994597+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:34:32.994808+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:34:33.003349+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=notifier","method":"GET"} [] [2025-04-28T15:34:33.003351+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=cache","method":"GET"} [] [2025-04-28T15:38:27.239778+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:38:27.239691+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:38:27.248484+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=router","method":"GET"} [] [2025-04-28T15:38:27.248605+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=logger","method":"GET"} [] [2025-04-28T15:41:20.359189+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:41:20.359232+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:41:20.367491+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=validator","method":"GET"} [] [2025-04-28T15:41:20.367658+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=http_client","method":"GET"} [] [2025-04-28T15:44:37.489284+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:44:37.575254+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T15:44:37.863074+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T15:44:37.870554+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T15:44:37.871462+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T15:44:37.872054+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T15:44:38.035106+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:44:38.037038+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=db","method":"GET"} [] [2025-04-28T15:44:38.233867+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:44:38.235589+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=dump","method":"GET"} [] [2025-04-28T15:47:39.312356+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:47:39.312443+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:47:39.321229+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=form","method":"GET"} [] [2025-04-28T15:47:39.321608+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=events","method":"GET"} [] [2025-04-28T15:51:30.679744+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:51:30.679788+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:51:30.688352+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=exception","method":"GET"} [] [2025-04-28T15:51:30.688364+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=logger","method":"GET"} [] [2025-04-28T15:55:24.865588+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:55:24.874646+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=security","method":"GET"} [] [2025-04-28T15:55:25.039781+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:55:25.041542+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=logger","method":"GET"} [] [2025-04-28T15:58:07.036954+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:58:07.036952+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T15:58:07.046714+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=db","method":"GET"} [] [2025-04-28T15:58:07.046811+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=router","method":"GET"} [] [2025-04-28T16:00:51.275351+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:00:51.283910+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=events","method":"GET"} [] [2025-04-28T16:00:51.543164+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:00:51.544932+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=cache","method":"GET"} [] [2025-04-28T16:03:35.061919+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:03:35.062034+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:03:35.071605+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T16:03:35.071621+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=exception","method":"GET"} [] [2025-04-28T16:03:35.203421+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T16:06:37.016899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:06:37.016838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:06:37.025936+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=config","method":"GET"} [] [2025-04-28T16:06:37.025936+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=mailer","method":"GET"} [] [2025-04-28T16:09:30.777764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:09:30.777802+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:09:30.786246+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=validator","method":"GET"} [] [2025-04-28T16:09:30.786348+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=security","method":"GET"} [] [2025-04-28T16:11:33.822829+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:11:33.822958+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:11:33.832259+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=form","method":"GET"} [] [2025-04-28T16:11:33.832396+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c?panel=translation","method":"GET"} [] [2025-04-28T16:13:57.013872+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:13:57.013892+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:13:57.021749+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=notifier","method":"GET"} [] [2025-04-28T16:13:57.021882+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=dump","method":"GET"} [] [2025-04-28T16:16:18.969315+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:16:18.969367+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:16:18.978321+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=db","method":"GET"} [] [2025-04-28T16:16:18.978373+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=twig","method":"GET"} [] [2025-04-28T16:19:10.548418+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:19:10.548481+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:19:10.557518+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=events","method":"GET"} [] [2025-04-28T16:19:10.557543+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=router","method":"GET"} [] [2025-04-28T16:22:03.109963+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:22:03.110068+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:22:03.119345+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=cache","method":"GET"} [] [2025-04-28T16:22:03.119436+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=http_client","method":"GET"} [] [2025-04-28T16:25:05.132642+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:25:05.132658+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:25:05.141882+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=security","method":"GET"} [] [2025-04-28T16:25:05.141925+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T16:25:05.251579+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T16:27:59.947086+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:27:59.947305+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:27:59.955917+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=mailer","method":"GET"} [] [2025-04-28T16:27:59.955951+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=config","method":"GET"} [] [2025-04-28T16:32:04.824823+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:32:04.824945+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:32:04.833286+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=validator","method":"GET"} [] [2025-04-28T16:32:04.833471+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=time","method":"GET"} [] [2025-04-28T16:35:07.833038+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:35:07.833102+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:35:07.841314+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7?panel=translation","method":"GET"} [] [2025-04-28T16:35:07.841365+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=form","method":"GET"} [] [2025-04-28T16:37:49.105098+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:37:49.105198+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:37:49.114167+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=dump","method":"GET"} [] [2025-04-28T16:37:49.114282+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=notifier","method":"GET"} [] [2025-04-28T16:40:37.054308+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:40:37.054344+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:40:37.063751+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=http_client","method":"GET"} [] [2025-04-28T16:40:37.063793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=twig","method":"GET"} [] [2025-04-28T16:43:27.524080+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:43:27.524049+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:43:27.535860+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=config","method":"GET"} [] [2025-04-28T16:43:27.535872+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=mailer","method":"GET"} [] [2025-04-28T16:47:29.757630+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:47:29.801843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T16:47:29.924558+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T16:47:29.932837+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T16:47:29.933805+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T16:47:29.934300+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T16:47:30.099194+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:47:30.101004+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=translation","method":"GET"} [] [2025-04-28T16:47:30.300657+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:47:30.302631+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e?panel=time","method":"GET"} [] [2025-04-28T16:50:11.456477+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:50:11.456533+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:50:11.465641+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=request","method":"GET"} [] [2025-04-28T16:50:11.465775+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=request","method":"GET"} [] [2025-04-28T16:53:07.815968+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:53:07.816087+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:53:07.824710+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8d63e7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8d63e7/search/results?ip=3.15.10.50","method":"GET"} [] [2025-04-28T16:53:07.824731+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=request","method":"GET"} [] [2025-04-28T16:55:49.337435+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:55:49.346345+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2c4a4c"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2c4a4c/search/results?ip=3.144.216.188","method":"GET"} [] [2025-04-28T16:58:31.528371+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T16:58:31.536741+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5a001e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5a001e/search/results?ip=3.135.217.244","method":"GET"} [] [2025-04-28T17:12:50.276003+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:12:50.284793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=events","method":"GET"} [] [2025-04-28T17:14:44.652460+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:14:44.661650+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=src%2FController%2FHomeController.php&line=16","method":"GET"} [] [2025-04-28T17:15:59.991261+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:16:00.000507+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=router","method":"GET"} [] [2025-04-28T17:20:17.779343+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:20:17.788761+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=db","method":"GET"} [] [2025-04-28T17:21:12.282097+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:21:12.282170+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:21:12.290537+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=security","method":"GET"} [] [2025-04-28T17:21:12.290541+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=validator","method":"GET"} [] [2025-04-28T17:21:12.300542+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:21:12.303031+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=exception","method":"GET"} [] [2025-04-28T17:23:02.176367+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:23:02.176357+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:23:02.185012+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=logger","method":"GET"} [] [2025-04-28T17:23:02.185095+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=exception","method":"GET"} [] [2025-04-28T17:23:02.344061+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:23:02.345795+02:00] request.INFO: Matched route "_profiler_search". {"route":"_profiler_search","route_parameters":{"_route":"_profiler_search","_controller":"web_profiler.controller.profiler::searchAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/search","method":"GET"} [] [2025-04-28T17:23:02.648405+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:23:02.650226+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/empty/search/results","method":"GET"} [] [2025-04-28T17:27:31.561473+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:27:31.570249+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=notifier","method":"GET"} [] [2025-04-28T17:31:42.171583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:31:42.180631+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=dump","method":"GET"} [] [2025-04-28T17:34:05.848547+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:34:05.859398+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=cache","method":"GET"} [] [2025-04-28T17:38:34.250464+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:38:34.250263+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:38:34.259469+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=translation","method":"GET"} [] [2025-04-28T17:38:34.259471+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=notifier","method":"GET"} [] [2025-04-28T17:42:37.052387+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:42:37.060929+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=router","method":"GET"} [] [2025-04-28T17:44:58.340324+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:44:58.340358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:44:58.349013+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=time","method":"GET"} [] [2025-04-28T17:44:58.349196+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T17:44:58.456205+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T17:46:30.538494+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:46:30.547168+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=dump","method":"GET"} [] [2025-04-28T17:48:51.063377+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:48:51.103622+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T17:48:51.214650+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T17:48:51.221100+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T17:48:51.222034+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T17:48:51.222646+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T17:48:51.380908+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:48:51.382937+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=mailer","method":"GET"} [] [2025-04-28T17:50:32.516719+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:50:32.525265+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T17:50:32.633300+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T17:52:15.846462+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:52:15.854991+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=config","method":"GET"} [] [2025-04-28T17:53:36.309930+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:53:36.309908+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:53:36.309966+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:53:36.319371+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=validator","method":"GET"} [] [2025-04-28T17:53:36.319507+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=request","method":"GET"} [] [2025-04-28T17:53:36.319531+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=http_client","method":"GET"} [] [2025-04-28T17:53:36.471524+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:53:36.474582+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=form","method":"GET"} [] [2025-04-28T17:53:36.640482+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:53:36.642274+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=logger","method":"GET"} [] [2025-04-28T17:59:51.199722+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T17:59:51.207979+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=twig","method":"GET"} [] [2025-04-28T18:01:03.540772+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:01:03.549957+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=config","method":"GET"} [] [2025-04-28T18:06:30.196754+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:06:30.206307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=cache","method":"GET"} [] [2025-04-28T18:10:10.086677+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:10:10.095924+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=http_client","method":"GET"} [] [2025-04-28T18:12:30.811144+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:12:30.811042+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:12:30.811012+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:12:30.820013+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=templates%2Fbase.html.twig&line=1","method":"GET"} [] [2025-04-28T18:12:30.820100+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=twig","method":"GET"} [] [2025-04-28T18:12:30.820190+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34/search/results?ip=18.220.22.253","method":"GET"} [] [2025-04-28T18:13:44.978249+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:13:44.987093+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.220.22.253","method":"GET"} [] [2025-04-28T18:15:14.522842+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:15:14.532078+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.135.194.203","method":"GET"} [] [2025-04-28T18:18:58.251429+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:18:58.251423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:18:58.251457+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:18:58.260941+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=mailer","method":"GET"} [] [2025-04-28T18:18:58.260973+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"295e34"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/295e34?panel=security","method":"GET"} [] [2025-04-28T18:18:58.261011+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=db","method":"GET"} [] [2025-04-28T18:20:24.856181+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:20:24.864285+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=time","method":"GET"} [] [2025-04-28T18:21:26.216980+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:21:26.225305+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=form","method":"GET"} [] [2025-04-28T18:23:11.975976+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:23:11.984923+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"45eb42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/45eb42?panel=translation","method":"GET"} [] [2025-04-28T18:24:58.420883+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:24:58.420966+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:24:58.429628+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T18:24:58.429697+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=logger","method":"GET"} [] [2025-04-28T18:24:58.540025+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T18:26:27.133623+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:26:27.133656+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:26:27.142034+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=cache","method":"GET"} [] [2025-04-28T18:26:27.142076+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=logger","method":"GET"} [] [2025-04-28T18:27:25.464232+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:27:25.464294+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:27:25.472842+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=db","method":"GET"} [] [2025-04-28T18:27:25.472844+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=logger","method":"GET"} [] [2025-04-28T18:28:22.554666+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:28:22.554701+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:28:22.563339+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=events","method":"GET"} [] [2025-04-28T18:28:22.563445+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=exception","method":"GET"} [] [2025-04-28T18:29:43.037156+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:29:43.037133+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:29:43.045818+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=db","method":"GET"} [] [2025-04-28T18:29:43.045839+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=db","method":"GET"} [] [2025-04-28T18:31:32.754117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:31:32.754153+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:31:32.764296+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=validator","method":"GET"} [] [2025-04-28T18:31:32.764348+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=events","method":"GET"} [] [2025-04-28T18:34:00.726751+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:34:00.726859+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:34:00.735491+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=notifier","method":"GET"} [] [2025-04-28T18:34:00.735514+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=security","method":"GET"} [] [2025-04-28T18:36:12.074055+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:36:12.074209+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:36:12.082942+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=router","method":"GET"} [] [2025-04-28T18:36:12.083002+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=form","method":"GET"} [] [2025-04-28T18:37:10.282752+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:37:10.282747+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:37:10.290954+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=cache","method":"GET"} [] [2025-04-28T18:37:10.291144+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=security","method":"GET"} [] [2025-04-28T18:38:09.118742+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:38:09.118787+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:38:09.127839+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=security","method":"GET"} [] [2025-04-28T18:38:09.127973+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=dump","method":"GET"} [] [2025-04-28T18:39:21.857543+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:39:21.857540+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:39:21.866298+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T18:39:21.866404+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T18:39:21.974544+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T18:39:21.974552+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T18:40:30.837947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:40:30.838124+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:40:30.861866+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=form","method":"GET"} [] [2025-04-28T18:40:30.861945+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=form","method":"GET"} [] [2025-04-28T18:41:48.721391+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:41:48.721424+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:41:48.730479+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=validator","method":"GET"} [] [2025-04-28T18:41:48.730488+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=twig","method":"GET"} [] [2025-04-28T18:43:17.474495+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:43:17.474619+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:43:17.482904+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=notifier","method":"GET"} [] [2025-04-28T18:43:17.482912+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=notifier","method":"GET"} [] [2025-04-28T18:44:13.605757+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:44:13.605812+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:44:13.614692+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=dump","method":"GET"} [] [2025-04-28T18:44:13.614807+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=http_client","method":"GET"} [] [2025-04-28T18:45:22.434242+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:45:22.434364+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:45:22.443061+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=dump","method":"GET"} [] [2025-04-28T18:45:22.443231+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=twig","method":"GET"} [] [2025-04-28T18:46:45.814934+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:46:45.814988+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:46:45.823575+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=mailer","method":"GET"} [] [2025-04-28T18:46:45.823598+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=twig","method":"GET"} [] [2025-04-28T18:48:54.624841+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:48:54.666828+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T18:48:54.782753+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T18:48:54.790240+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T18:48:54.791348+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T18:48:54.791900+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T18:48:54.955613+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:48:54.957524+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=time","method":"GET"} [] [2025-04-28T18:48:55.161665+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:48:55.163624+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=config","method":"GET"} [] [2025-04-28T18:49:51.074611+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:49:51.074661+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:49:51.083510+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=http_client","method":"GET"} [] [2025-04-28T18:49:51.083553+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=http_client","method":"GET"} [] [2025-04-28T18:51:11.002229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:51:11.002458+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:51:11.011001+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=mailer","method":"GET"} [] [2025-04-28T18:51:11.011059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f?panel=translation","method":"GET"} [] [2025-04-28T18:52:43.143783+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:52:43.143926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:52:43.152551+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=config","method":"GET"} [] [2025-04-28T18:52:43.152634+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=config","method":"GET"} [] [2025-04-28T18:53:41.024812+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:53:41.034017+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=time","method":"GET"} [] [2025-04-28T18:54:59.241379+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:54:59.250395+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=time","method":"GET"} [] [2025-04-28T18:57:26.660655+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:57:26.669547+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592?panel=translation","method":"GET"} [] [2025-04-28T18:58:33.946913+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T18:58:33.955171+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ead09"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ead09?panel=translation","method":"GET"} [] [2025-04-28T19:00:41.515051+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:00:41.524325+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.135.217.244","method":"GET"} [] [2025-04-28T19:03:08.299961+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:03:08.310314+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.15.10.50","method":"GET"} [] [2025-04-28T19:04:07.528208+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:04:07.537032+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.144.216.188","method":"GET"} [] [2025-04-28T19:05:38.723272+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:05:38.732553+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ac0d2f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac0d2f/search/results?ip=3.135.217.244","method":"GET"} [] [2025-04-28T19:06:28.944443+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:06:28.953118+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bfe592"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bfe592/search/results?ip=3.144.216.188","method":"GET"} [] [2025-04-28T19:46:43.212806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:46:43.221480+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"empty"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/empty/search/results","method":"GET"} [] [2025-04-28T19:59:08.929889+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:59:08.976082+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T19:59:09.102659+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T19:59:09.110017+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T19:59:09.110938+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T19:59:09.111326+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T19:59:09.274571+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T19:59:09.276319+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=cache","method":"GET"} [] [2025-04-28T20:01:16.900592+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:01:16.909757+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=logger","method":"GET"} [] [2025-04-28T20:04:49.847631+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:04:49.856034+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=form","method":"GET"} [] [2025-04-28T20:10:01.768230+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:10:01.776978+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=config","method":"GET"} [] [2025-04-28T20:11:08.597916+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:11:08.606711+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=translation","method":"GET"} [] [2025-04-28T20:12:54.164715+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:12:54.173760+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=exception","method":"GET"} [] [2025-04-28T20:16:14.030439+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:16:14.038760+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=twig","method":"GET"} [] [2025-04-28T20:17:08.551533+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:17:08.551569+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:17:08.559981+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=time","method":"GET"} [] [2025-04-28T20:17:08.560045+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=notifier","method":"GET"} [] [2025-04-28T20:18:03.643639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:18:03.652913+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=router","method":"GET"} [] [2025-04-28T20:19:01.865929+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:19:01.876280+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=mailer","method":"GET"} [] [2025-04-28T20:23:48.093879+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:23:48.102763+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=http_client","method":"GET"} [] [2025-04-28T20:27:29.557266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:27:29.565978+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7","method":"GET"} [] [2025-04-28T20:32:31.753525+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:32:31.762015+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=validator","method":"GET"} [] [2025-04-28T20:35:03.933015+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:35:03.941715+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=dump","method":"GET"} [] [2025-04-28T20:35:04.111292+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:35:04.113145+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T20:35:04.156316+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T20:38:13.872121+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:38:13.872128+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:38:13.881036+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=request","method":"GET"} [] [2025-04-28T20:38:13.881098+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614/search/results?ip=3.144.226.114","method":"GET"} [] [2025-04-28T20:39:30.990619+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:39:30.990598+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:39:30.999666+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=security","method":"GET"} [] [2025-04-28T20:39:30.999674+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614?panel=events","method":"GET"} [] [2025-04-28T20:40:27.387773+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:40:27.396150+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=http_client","method":"GET"} [] [2025-04-28T20:42:10.316012+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:42:10.325055+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=time","method":"GET"} [] [2025-04-28T20:46:48.924145+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:46:48.939262+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=events","method":"GET"} [] [2025-04-28T20:46:49.137613+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:46:49.139504+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=mailer","method":"GET"} [] [2025-04-28T20:54:11.498985+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:54:11.507547+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=cache","method":"GET"} [] [2025-04-28T20:54:11.673958+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T20:54:11.675671+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=security","method":"GET"} [] [2025-04-28T21:03:50.039393+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:03:50.086087+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T21:03:50.230814+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T21:03:50.238499+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T21:03:50.239398+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T21:03:50.239940+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T21:03:50.421368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:03:50.423860+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=dump","method":"GET"} [] [2025-04-28T21:06:47.829488+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:06:47.829523+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:06:47.838874+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=twig","method":"GET"} [] [2025-04-28T21:06:47.838906+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=request","method":"GET"} [] [2025-04-28T21:07:54.413447+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:07:54.422732+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782/search/results?ip=18.217.96.88","method":"GET"} [] [2025-04-28T21:10:18.422529+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:10:18.422543+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:10:18.431168+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=logger","method":"GET"} [] [2025-04-28T21:10:18.431174+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=exception","method":"GET"} [] [2025-04-28T21:11:11.940285+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:11:11.948709+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a","method":"GET"} [] [2025-04-28T21:13:48.406400+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:13:48.406419+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:13:48.415470+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=db","method":"GET"} [] [2025-04-28T21:13:48.415511+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=translation","method":"GET"} [] [2025-04-28T21:16:57.921294+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:16:57.930442+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=config","method":"GET"} [] [2025-04-28T21:18:20.861061+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:18:20.861094+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:18:20.872799+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=notifier","method":"GET"} [] [2025-04-28T21:18:20.872864+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=form","method":"GET"} [] [2025-04-28T21:18:21.071601+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:18:21.073370+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=router","method":"GET"} [] [2025-04-28T21:21:06.187508+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:21:06.195806+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T21:21:06.299794+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T21:21:55.090821+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T21:21:55.100592+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782?panel=validator","method":"GET"} [] [2025-04-28T22:26:18.542499+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:26:18.584026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T22:26:18.698175+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T22:26:18.706796+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T22:26:18.707582+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T22:26:18.708159+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T22:26:18.862273+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:26:18.864000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=translation","method":"GET"} [] [2025-04-28T22:26:19.064988+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:26:19.066916+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=cache","method":"GET"} [] [2025-04-28T22:31:34.957455+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:31:34.966672+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=router","method":"GET"} [] [2025-04-28T22:34:17.241246+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:34:17.250018+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=logger","method":"GET"} [] [2025-04-28T22:37:09.889821+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:37:09.898594+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=mailer","method":"GET"} [] [2025-04-28T22:42:37.413440+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:42:37.422071+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.144.226.114","method":"GET"} [] [2025-04-28T22:50:34.566050+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:50:34.574545+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=request","method":"GET"} [] [2025-04-28T22:50:34.575406+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:50:34.577952+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=notifier","method":"GET"} [] [2025-04-28T22:50:34.731309+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:50:34.733131+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=security","method":"GET"} [] [2025-04-28T22:52:59.695560+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T22:52:59.704531+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=db","method":"GET"} [] [2025-04-28T23:01:04.556456+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:01:04.565264+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T23:01:04.680182+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-28T23:03:57.274899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:03:57.283597+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=form","method":"GET"} [] [2025-04-28T23:09:26.212138+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:09:26.221081+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=dump","method":"GET"} [] [2025-04-28T23:11:59.426974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:11:59.435934+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=time","method":"GET"} [] [2025-04-28T23:15:01.372420+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:15:01.381393+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=events","method":"GET"} [] [2025-04-28T23:25:28.571778+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:25:28.580666+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=http_client","method":"GET"} [] [2025-04-28T23:32:59.956477+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:32:59.998216+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-28T23:33:00.137189+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T23:33:00.143732+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T23:33:00.144629+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-28T23:33:00.145095+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-28T23:33:00.335169+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:33:00.337040+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=exception","method":"GET"} [] [2025-04-28T23:35:31.325809+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:35:31.335100+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=validator","method":"GET"} [] [2025-04-28T23:37:55.108695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:37:55.117946+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7/search/results?ip=3.144.226.114","method":"GET"} [] [2025-04-28T23:40:29.736988+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:40:29.745811+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7d2bf7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7d2bf7?panel=config","method":"GET"} [] [2025-04-28T23:48:54.778775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:48:54.799962+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=security","method":"GET"} [] [2025-04-28T23:59:41.011811+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-28T23:59:41.020422+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=doctrine_migrations","method":"GET"} [] [2025-04-28T23:59:41.136059+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T00:02:14.855791+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:02:14.855905+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:02:14.864998+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=exception","method":"GET"} [] [2025-04-29T00:02:14.865153+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=cache","method":"GET"} [] [2025-04-29T00:12:41.026188+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:12:41.026183+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:12:41.037206+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=mailer","method":"GET"} [] [2025-04-29T00:12:41.037383+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a/search/results?ip=18.217.96.88","method":"GET"} [] [2025-04-29T00:15:05.804511+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:15:05.813774+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=events","method":"GET"} [] [2025-04-29T00:17:33.166886+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:17:33.176089+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=time","method":"GET"} [] [2025-04-29T00:20:06.551279+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:20:06.560614+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=notifier","method":"GET"} [] [2025-04-29T00:22:40.509023+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:22:40.518061+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=twig","method":"GET"} [] [2025-04-29T00:25:25.102752+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:25:25.111506+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=request","method":"GET"} [] [2025-04-29T00:28:20.596229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:28:20.596276+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:28:20.605524+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=logger","method":"GET"} [] [2025-04-29T00:28:20.605528+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=dump","method":"GET"} [] [2025-04-29T00:38:59.859003+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:38:59.901563+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T00:39:00.022028+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T00:39:00.028750+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T00:39:00.029657+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T00:39:00.030136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T00:39:00.192555+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:39:00.194604+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=db","method":"GET"} [] [2025-04-29T00:44:31.909725+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:44:31.918582+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.217.96.88","method":"GET"} [] [2025-04-29T00:47:05.898459+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:47:05.907308+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=config","method":"GET"} [] [2025-04-29T00:47:06.074597+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:47:06.076511+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=form","method":"GET"} [] [2025-04-29T00:54:55.198861+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:54:55.208022+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=http_client","method":"GET"} [] [2025-04-29T00:57:41.874704+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T00:57:41.883798+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=translation","method":"GET"} [] [2025-04-29T01:00:25.559108+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T01:00:25.568347+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"02751a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/02751a?panel=validator","method":"GET"} [] [2025-04-29T02:24:15.770970+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:24:15.816177+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T02:24:16.000865+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T02:24:16.008374+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T02:24:16.009343+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T02:24:16.009947+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T02:24:16.179599+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:24:16.181718+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=time","method":"GET"} [] [2025-04-29T02:35:17.595094+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:35:17.595214+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:35:17.603995+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=logger","method":"GET"} [] [2025-04-29T02:35:17.604079+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=events","method":"GET"} [] [2025-04-29T02:38:25.661605+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:38:25.671883+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=form","method":"GET"} [] [2025-04-29T02:41:27.462871+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:41:27.486773+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65e614"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65e614","method":"GET"} [] [2025-04-29T02:42:29.313031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:42:29.365139+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/app_dev.php/_fragment"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/app_dev.php/_fragment\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/app_dev.php/_fragment/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T02:42:29.606542+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T02:42:29.614236+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T02:42:29.615193+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T02:42:29.615799+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T02:42:30.021534+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:42:30.023254+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=validator","method":"GET"} [] [2025-04-29T02:45:32.556348+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:45:32.568929+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=notifier","method":"GET"} [] [2025-04-29T02:57:37.627879+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:57:37.627888+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:57:37.627882+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T02:57:37.636945+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=request","method":"GET"} [] [2025-04-29T02:57:37.637045+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=security","method":"GET"} [] [2025-04-29T02:57:37.637120+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd/search/results?ip=3.133.13.2","method":"GET"} [] [2025-04-29T03:00:39.293775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:00:39.311895+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=dump","method":"GET"} [] [2025-04-29T03:03:41.706515+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:03:41.706472+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:03:41.706517+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:03:41.716951+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a","method":"GET"} [] [2025-04-29T03:03:41.717002+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=db","method":"GET"} [] [2025-04-29T03:03:41.717109+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=http_client","method":"GET"} [] [2025-04-29T03:06:43.490544+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:06:43.515154+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=mailer","method":"GET"} [] [2025-04-29T03:19:34.793297+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:19:34.793336+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:19:34.814448+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=doctrine_migrations","method":"GET"} [] [2025-04-29T03:19:34.814462+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=translation","method":"GET"} [] [2025-04-29T03:19:34.975681+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T03:27:43.126438+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:27:43.209529+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T03:27:43.386995+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T03:27:43.394662+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T03:27:43.395619+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T03:27:43.396353+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T03:27:43.661371+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:27:43.663129+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=cache","method":"GET"} [] [2025-04-29T03:33:19.709085+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:33:19.726066+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=exception","method":"GET"} [] [2025-04-29T03:36:02.023321+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:36:02.032022+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=config","method":"GET"} [] [2025-04-29T03:36:02.023356+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:36:02.044753+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f3e7cd"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f3e7cd?panel=twig","method":"GET"} [] [2025-04-29T03:56:49.472884+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:56:49.482230+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=dump","method":"GET"} [] [2025-04-29T03:56:49.726275+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T03:56:49.728000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=twig","method":"GET"} [] [2025-04-29T04:02:06.068177+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:02:06.078759+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=mailer","method":"GET"} [] [2025-04-29T04:12:34.257391+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:12:34.278707+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ee2782"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ee2782","method":"GET"} [] [2025-04-29T04:15:09.549187+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:15:09.559091+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=cache","method":"GET"} [] [2025-04-29T04:17:54.758467+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:17:54.768212+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=config","method":"GET"} [] [2025-04-29T04:20:48.397692+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:20:48.415755+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=notifier","method":"GET"} [] [2025-04-29T04:28:07.141314+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:28:07.200605+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T04:28:07.396063+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T04:28:07.411445+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T04:28:07.412401+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T04:28:07.413116+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T04:28:07.581716+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:28:07.588836+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304/search/results?ip=18.223.238.221","method":"GET"} [] [2025-04-29T04:28:07.769933+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:28:07.771673+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=logger","method":"GET"} [] [2025-04-29T04:30:35.592752+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:30:35.601665+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=router","method":"GET"} [] [2025-04-29T04:33:03.709797+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:33:03.718846+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=doctrine_migrations","method":"GET"} [] [2025-04-29T04:33:03.834352+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T04:35:39.127914+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:35:39.136495+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=request","method":"GET"} [] [2025-04-29T04:35:39.127915+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:35:39.162651+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=http_client","method":"GET"} [] [2025-04-29T04:43:10.608256+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:43:10.629862+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4","method":"GET"} [] [2025-04-29T04:46:04.058746+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:46:04.067761+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=db","method":"GET"} [] [2025-04-29T04:48:51.125648+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:48:51.135208+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=validator","method":"GET"} [] [2025-04-29T04:51:26.918060+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:51:26.918208+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:51:26.927496+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=events","method":"GET"} [] [2025-04-29T04:51:26.927614+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=time","method":"GET"} [] [2025-04-29T04:53:50.374023+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:53:50.374003+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:53:50.390210+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=translation","method":"GET"} [] [2025-04-29T04:53:50.390214+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=security","method":"GET"} [] [2025-04-29T04:56:24.511989+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:56:24.512014+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T04:56:24.522788+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=exception","method":"GET"} [] [2025-04-29T04:56:24.522954+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304?panel=form","method":"GET"} [] [2025-04-29T07:26:01.882097+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T07:26:02.042940+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T07:26:02.518905+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T07:26:02.525988+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T07:26:02.526887+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T07:26:02.527402+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T07:26:02.722953+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T07:26:02.762588+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=time","method":"GET"} [] [2025-04-29T08:18:37.959654+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:18:38.054236+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=twig","method":"GET"} [] [2025-04-29T08:36:02.442918+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:36:02.495722+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T08:36:03.214610+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T08:36:03.257031+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T08:36:03.257956+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T08:36:03.258665+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T08:36:03.453728+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:36:03.456338+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=events","method":"GET"} [] [2025-04-29T08:38:32.367400+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:38:32.376445+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=security","method":"GET"} [] [2025-04-29T08:47:40.538598+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:47:40.582370+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T08:47:40.703125+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T08:47:40.712581+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T08:47:40.713528+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T08:47:40.713952+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T08:47:41.658163+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:47:41.670334+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T08:47:41.721251+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T08:47:41.722817+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T08:47:41.723654+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T08:47:41.724023+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T08:52:33.918275+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:52:33.918309+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:52:33.926633+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a/search/results?ip=3.133.13.2","method":"GET"} [] [2025-04-29T08:52:33.926662+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=mailer","method":"GET"} [] [2025-04-29T08:55:00.084621+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:55:00.099277+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=logger","method":"GET"} [] [2025-04-29T08:57:41.265617+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T08:57:41.284524+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=notifier","method":"GET"} [] [2025-04-29T09:00:15.914075+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:00:15.923345+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=form","method":"GET"} [] [2025-04-29T09:02:55.592678+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:02:55.601651+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=dump","method":"GET"} [] [2025-04-29T09:11:17.248224+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:11:17.256293+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=validator","method":"GET"} [] [2025-04-29T09:13:57.094055+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:13:57.102502+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=cache","method":"GET"} [] [2025-04-29T09:19:15.353655+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:19:15.362655+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=http_client","method":"GET"} [] [2025-04-29T09:23:17.014485+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:23:17.022834+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=translation","method":"GET"} [] [2025-04-29T09:28:18.223348+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:28:18.232144+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=db","method":"GET"} [] [2025-04-29T09:30:57.231934+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:30:57.231934+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:30:57.240968+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=config","method":"GET"} [] [2025-04-29T09:30:57.241154+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=doctrine_migrations","method":"GET"} [] [2025-04-29T09:30:57.361752+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T09:33:17.038966+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:33:17.048208+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f4928a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f4928a?panel=exception","method":"GET"} [] [2025-04-29T09:46:23.340555+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:46:23.381708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T09:46:23.498298+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T09:46:23.506300+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T09:46:23.507230+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T09:46:23.507818+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T09:46:23.673079+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:46:23.675198+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4/search/results?ip=18.223.238.221","method":"GET"} [] [2025-04-29T09:46:23.864249+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:46:23.866027+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=request","method":"GET"} [] [2025-04-29T09:46:24.065235+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:46:24.067062+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=events","method":"GET"} [] [2025-04-29T09:51:38.024327+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:51:38.033312+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=mailer","method":"GET"} [] [2025-04-29T09:51:38.224548+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:51:38.226504+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=validator","method":"GET"} [] [2025-04-29T09:54:12.025199+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:54:12.034948+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=dump","method":"GET"} [] [2025-04-29T09:56:47.969211+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:56:47.969203+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:56:47.982452+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=router","method":"GET"} [] [2025-04-29T09:56:47.982493+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=translation","method":"GET"} [] [2025-04-29T09:59:33.117926+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T09:59:33.127314+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=exception","method":"GET"} [] [2025-04-29T10:07:41.172095+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:07:41.180863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=security","method":"GET"} [] [2025-04-29T10:15:20.278410+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:15:20.287419+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=form","method":"GET"} [] [2025-04-29T10:17:55.774507+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:17:55.774499+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:17:55.774555+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:17:55.784505+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=config","method":"GET"} [] [2025-04-29T10:17:55.784556+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=logger","method":"GET"} [] [2025-04-29T10:17:55.784593+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=twig","method":"GET"} [] [2025-04-29T10:36:05.178153+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:36:05.203293+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.223.238.221","method":"GET"} [] [2025-04-29T10:38:40.612011+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:38:40.620385+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.133.13.2","method":"GET"} [] [2025-04-29T10:41:15.541222+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:41:15.541227+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:41:15.549708+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=db","method":"GET"} [] [2025-04-29T10:41:15.549836+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=cache","method":"GET"} [] [2025-04-29T10:43:46.825577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:43:46.835121+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=doctrine_migrations","method":"GET"} [] [2025-04-29T10:43:46.964748+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T10:48:44.399371+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:48:44.443534+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T10:48:44.586866+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T10:48:44.596820+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T10:48:44.597768+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T10:48:44.598159+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T10:48:44.778945+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:48:44.780786+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=time","method":"GET"} [] [2025-04-29T10:48:44.966752+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:48:44.968531+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=http_client","method":"GET"} [] [2025-04-29T10:48:45.178219+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T10:48:45.179983+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0bcab4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0bcab4?panel=notifier","method":"GET"} [] [2025-04-29T11:11:40.569788+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T11:11:40.609001+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T11:11:40.720847+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T11:11:40.727936+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T11:11:40.728862+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T11:11:40.729343+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T11:11:41.562597+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T11:11:41.564559+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=notifier","method":"GET"} [] [2025-04-29T14:45:47.696614+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:45:47.739582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T14:45:47.853835+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T14:45:47.860630+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T14:45:47.861539+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T14:45:47.862126+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T14:45:48.036605+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:45:48.038615+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=76","method":"GET"} [] [2025-04-29T14:45:48.224572+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:45:48.226334+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=73","method":"GET"} [] [2025-04-29T14:48:17.343189+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:48:17.343200+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:48:17.350872+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=72","method":"GET"} [] [2025-04-29T14:48:17.351126+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=74","method":"GET"} [] [2025-04-29T14:50:41.029277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:50:41.038388+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=75","method":"GET"} [] [2025-04-29T14:53:17.576341+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:53:17.585120+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-csrf%2FTokenStorage%2FSessionTokenStorage.php&line=88","method":"GET"} [] [2025-04-29T14:56:00.825583+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:56:00.834009+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-csrf%2FTokenStorage%2FSessionTokenStorage.php&line=101","method":"GET"} [] [2025-04-29T14:58:37.241669+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T14:58:37.249951+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthentication%2FToken%2FStorage%2FUsageTrackingTokenStorage.php&line=44","method":"GET"} [] [2025-04-29T15:01:03.164575+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:01:03.172711+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FAuthentication%2FAuthenticationUtils.php&line=43","method":"GET"} [] [2025-04-29T15:03:36.839376+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:03:36.848108+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FAuthentication%2FAuthenticationUtils.php&line=65","method":"GET"} [] [2025-04-29T15:04:54.548500+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:04:54.548521+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:04:54.557233+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-29T15:04:54.557401+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-29T15:04:54.596465+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:04:54.596471+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:04:54.596509+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.596517+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.596530+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.596538+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.596546+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.596554+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.596561+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.596569+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.730820+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:04:54.730854+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:04:54.737160+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:04:54.737177+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:04:54.815899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:04:54.817642+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-29T15:04:54.821110+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:04:54.821142+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.821160+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.821175+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.821189+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.830698+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:04:54.833324+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-29T15:04:54.837279+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:04:54.837328+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.837353+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:04:54.837368+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:54.837382+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:04:55.052630+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:04:55.054480+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:04:55.054930+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:04:55.056924+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:05:20.340147+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:05:20.349489+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=logger","method":"GET"} [] [2025-04-29T15:08:05.792217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:08:05.801863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=exception","method":"GET"} [] [2025-04-29T15:10:33.847732+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:10:33.856168+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=db","method":"GET"} [] [2025-04-29T15:11:53.632639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:11:53.641835+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-29T15:11:53.658935+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:11:53.658979+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:53.659000+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:53.659016+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:53.659030+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:53.749619+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:11:53.756960+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:11:53.823680+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:11:53.825558+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-29T15:11:53.829260+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:11:53.829294+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:53.829314+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:53.829328+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:53.829341+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:53.917178+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:11:53.919130+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:11:54.026870+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:11:54.028637+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-29T15:11:54.031653+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:11:54.031685+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:54.031703+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:54.031716+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:54.031729+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:54.060883+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:11:54.062506+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:11:54.419337+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:11:54.421111+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-29T15:11:54.424334+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-29T15:11:54.424366+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:54.424386+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-29T15:11:54.424399+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:54.424413+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-29T15:11:54.461775+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:11:54.463725+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:13:01.059567+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:13:01.067899+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=events","method":"GET"} [] [2025-04-29T15:15:32.717645+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:15:32.726582+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=router","method":"GET"} [] [2025-04-29T15:17:57.831290+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:17:57.839299+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=cache","method":"GET"} [] [2025-04-29T15:20:40.175275+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:20:40.183580+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=security","method":"GET"} [] [2025-04-29T15:23:08.990199+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:23:08.998951+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=form","method":"GET"} [] [2025-04-29T15:25:34.950420+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:25:34.959482+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=doctrine_migrations","method":"GET"} [] [2025-04-29T15:25:35.084886+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T15:28:05.542406+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:28:05.553432+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=validator","method":"GET"} [] [2025-04-29T15:30:29.913058+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:30:29.921820+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=notifier","method":"GET"} [] [2025-04-29T15:32:53.846936+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:32:53.855673+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=dump","method":"GET"} [] [2025-04-29T15:35:28.181360+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:35:28.191072+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=twig","method":"GET"} [] [2025-04-29T15:36:36.355990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:36:36.364699+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=http_client","method":"GET"} [] [2025-04-29T15:38:59.510385+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:38:59.519027+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=mailer","method":"GET"} [] [2025-04-29T15:41:24.137120+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:41:24.146149+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=config","method":"GET"} [] [2025-04-29T15:43:58.290544+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:43:58.299472+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=time","method":"GET"} [] [2025-04-29T15:46:33.258952+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:46:33.298430+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T15:46:33.410896+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:46:33.418021+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:46:33.418943+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T15:46:33.419442+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T15:46:33.580364+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:46:33.582360+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=translation","method":"GET"} [] [2025-04-29T15:47:40.986582+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:47:40.995307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6d8304"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6d8304","method":"GET"} [] [2025-04-29T15:50:10.431674+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:50:10.439785+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358?panel=request","method":"GET"} [] [2025-04-29T15:52:35.592380+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:52:35.600676+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636","method":"GET"} [] [2025-04-29T15:54:59.258916+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T15:54:59.267630+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"cf8358"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/cf8358/search/results?ip=18.191.194.2","method":"GET"} [] [2025-04-29T20:16:38.653711+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:16:38.696837+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T20:16:38.815499+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T20:16:38.823291+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T20:16:38.824205+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T20:16:38.824713+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T20:16:38.994476+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:16:38.996595+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=mailer","method":"GET"} [] [2025-04-29T20:19:13.942908+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:19:13.951240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=notifier","method":"GET"} [] [2025-04-29T20:21:47.782984+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:21:47.782897+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:21:47.782838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:21:47.793035+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=events","method":"GET"} [] [2025-04-29T20:21:47.793082+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=validator","method":"GET"} [] [2025-04-29T20:21:47.793286+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=cache","method":"GET"} [] [2025-04-29T20:24:13.079127+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:24:13.087898+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=exception","method":"GET"} [] [2025-04-29T20:26:43.240262+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:26:43.249585+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=time","method":"GET"} [] [2025-04-29T20:29:07.100027+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:29:07.109629+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=config","method":"GET"} [] [2025-04-29T20:29:07.285681+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:29:07.287548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=doctrine_migrations","method":"GET"} [] [2025-04-29T20:29:07.331465+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-29T20:43:41.244289+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:43:41.244275+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:43:41.254552+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=db","method":"GET"} [] [2025-04-29T20:43:41.254687+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=request","method":"GET"} [] [2025-04-29T20:46:09.176403+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:46:09.185468+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636/search/results?ip=18.191.194.2","method":"GET"} [] [2025-04-29T20:46:09.317810+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:46:09.319756+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=dump","method":"GET"} [] [2025-04-29T20:48:39.993820+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:48:40.002642+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=validator","method":"GET"} [] [2025-04-29T20:51:06.071838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:51:06.080572+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.194.2","method":"GET"} [] [2025-04-29T20:56:01.678902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:56:01.693801+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=form","method":"GET"} [] [2025-04-29T20:58:30.413578+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T20:58:30.422881+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=router","method":"GET"} [] [2025-04-29T21:01:05.247935+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T21:01:05.256543+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=http_client","method":"GET"} [] [2025-04-29T21:06:01.390152+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T21:06:01.398598+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=twig","method":"GET"} [] [2025-04-29T21:08:47.077837+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T21:08:47.086798+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"667636"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/667636?panel=translation","method":"GET"} [] [2025-04-29T23:50:05.381259+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:50:05.421330+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-29T23:50:05.534209+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T23:50:05.542024+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T23:50:05.542976+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-29T23:50:05.543580+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-29T23:50:05.712111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:50:05.714118+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsensio%2Fframework-extra-bundle%2Fsrc%2FSensioFrameworkExtraBundle.php&line=23","method":"GET"} [] [2025-04-29T23:50:05.903034+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:50:05.904766+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-server-bundle%2FWebServerBundle.php&line=19","method":"GET"} [] [2025-04-29T23:50:06.105037+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:50:06.106909+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FMakerBundle.php&line=26","method":"GET"} [] [2025-04-29T23:52:31.320824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:52:31.321032+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:52:31.330038+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=202","method":"GET"} [] [2025-04-29T23:52:31.330122+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FValidateRequestListener.php&line=30","method":"GET"} [] [2025-04-29T23:52:31.434838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:52:31.436893+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=118","method":"GET"} [] [2025-04-29T23:54:57.616742+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:54:57.616566+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:54:57.616755+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:54:57.625352+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fdebug-bundle%2FDebugBundle.php&line=23","method":"GET"} [] [2025-04-29T23:54:57.625454+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=125","method":"GET"} [] [2025-04-29T23:54:57.625531+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fruntime%2FRunner%2FSymfony%2FHttpKernelRunner.php&line=35","method":"GET"} [] [2025-04-29T23:57:42.264002+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:57:42.264135+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:57:42.272633+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-link%2FEventListener%2FAddLinkHeaderListener.php&line=39","method":"GET"} [] [2025-04-29T23:57:42.272712+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=91","method":"GET"} [] [2025-04-29T23:57:42.374305+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-29T23:57:42.376243+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=52","method":"GET"} [] [2025-04-30T00:00:17.715087+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:00:17.715190+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:00:17.715114+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:00:17.723635+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=81","method":"GET"} [] [2025-04-30T00:00:17.723653+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=143","method":"GET"} [] [2025-04-30T00:00:17.723656+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=34","method":"GET"} [] [2025-04-30T00:02:53.940974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:02:53.941008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:02:53.941010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:02:53.949621+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=96","method":"GET"} [] [2025-04-30T00:02:53.949641+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fconsole%2FEventListener%2FErrorListener.php&line=51","method":"GET"} [] [2025-04-30T00:02:53.949645+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=239","method":"GET"} [] [2025-04-30T00:05:19.495688+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:05:19.495739+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:05:19.495603+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:05:19.504303+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDebugHandlersListener.php&line=76","method":"GET"} [] [2025-04-30T00:05:19.504411+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=375","method":"GET"} [] [2025-04-30T00:05:19.504440+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FAbstractSessionListener.php&line=108","method":"GET"} [] [2025-04-30T00:07:14.570265+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:07:14.570279+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:07:14.578400+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRouterDataCollector.php&line=72","method":"GET"} [] [2025-04-30T00:07:14.578402+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FDataCollector%2FRequestDataCollector.php&line=370","method":"GET"} [] [2025-04-30T00:07:14.583635+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:07:14.585914+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FSessionListener.php&line=31","method":"GET"} [] [2025-04-30T00:09:43.862113+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:09:43.862108+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:09:43.862121+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:09:43.872173+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FResponseListener.php&line=39","method":"GET"} [] [2025-04-30T00:09:43.872275+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-bundle%2Fsrc%2FDoctrineBundle.php&line=37","method":"GET"} [] [2025-04-30T00:09:43.872316+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fnotifier%2FEventListener%2FNotificationLoggerListener.php&line=39","method":"GET"} [] [2025-04-30T00:12:18.779989+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:12:18.780021+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:12:18.780059+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:12:18.790125+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FWebProfilerBundle.php&line=19","method":"GET"} [] [2025-04-30T00:12:18.790323+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=47","method":"GET"} [] [2025-04-30T00:12:18.790422+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FCsrfProtectionListener.php&line=35","method":"GET"} [] [2025-04-30T00:15:03.131153+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:15:03.131149+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:15:03.131175+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:15:03.139915+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=78","method":"GET"} [] [2025-04-30T00:15:03.140090+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FUserProviderListener.php&line=35","method":"GET"} [] [2025-04-30T00:15:03.140140+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall.php&line=50","method":"GET"} [] [2025-04-30T00:18:06.271106+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:18:06.271144+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:18:06.271055+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:18:06.279458+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=45","method":"GET"} [] [2025-04-30T00:18:06.279546+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleAwareListener.php&line=40","method":"GET"} [] [2025-04-30T00:18:06.279569+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=60","method":"GET"} [] [2025-04-30T00:20:50.249443+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:20:50.249614+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:20:50.249594+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:20:50.258180+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=122","method":"GET"} [] [2025-04-30T00:20:50.258187+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FLocaleListener.php&line=52","method":"GET"} [] [2025-04-30T00:20:50.258194+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=66","method":"GET"} [] [2025-04-30T00:23:19.150723+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:23:19.150775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:23:19.150778+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:23:19.159103+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bundle%2FMonologBundle.php&line=30","method":"GET"} [] [2025-04-30T00:23:19.159103+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=154","method":"GET"} [] [2025-04-30T00:23:19.159130+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FCheckCredentialsListener.php&line=50","method":"GET"} [] [2025-04-30T00:25:55.974556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:25:55.974670+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:25:55.974549+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:25:55.982673+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageLoggerListener.php&line=41","method":"GET"} [] [2025-04-30T00:25:55.982848+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=118","method":"GET"} [] [2025-04-30T00:25:55.982880+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FVoteListener.php&line=37","method":"GET"} [] [2025-04-30T00:28:27.838855+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:28:27.838813+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:28:27.838720+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:28:27.865584+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=50","method":"GET"} [] [2025-04-30T00:28:27.865602+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FEventListener%2FCsrfTokenClearingLogoutListener.php&line=32","method":"GET"} [] [2025-04-30T00:28:27.865783+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Ftwig-bundle%2FTwigBundle.php&line=28","method":"GET"} [] [2025-04-30T00:31:03.245477+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:31:03.245388+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:31:03.245307+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:31:03.259000+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=128","method":"GET"} [] [2025-04-30T00:31:03.259005+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=170","method":"GET"} [] [2025-04-30T00:31:03.259032+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=59","method":"GET"} [] [2025-04-30T00:33:40.809494+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:33:40.808886+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:33:40.808918+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:33:40.817991+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FEnvelopeListener.php&line=43","method":"GET"} [] [2025-04-30T00:33:40.818000+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=230","method":"GET"} [] [2025-04-30T00:33:40.818147+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmailer%2FEventListener%2FMessageListener.php&line=64","method":"GET"} [] [2025-04-30T00:36:17.399837+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:36:17.399859+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:36:17.399867+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:36:17.409122+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fautoload_runtime.php&line=35","method":"GET"} [] [2025-04-30T00:36:17.409278+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FHandler%2FConsoleHandler.php&line=115","method":"GET"} [] [2025-04-30T00:36:17.409292+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FDoctrineMigrationsBundle.php&line=14","method":"GET"} [] [2025-04-30T00:39:06.004536+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:39:06.004472+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:39:06.013854+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Flexik%2Fjwt-authentication-bundle%2FLexikJWTAuthenticationBundle.php&line=26","method":"GET"} [] [2025-04-30T00:39:06.013880+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=public%2Findex.php&line=5","method":"GET"} [] [2025-04-30T00:39:06.021907+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:39:06.024179+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-04-30T00:41:31.276324+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:41:31.276312+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:41:31.276306+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:41:31.284930+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Ftwig%2Fextra-bundle%2FTwigExtraBundle.php&line=18","method":"GET"} [] [2025-04-30T00:41:31.285009+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7","method":"GET"} [] [2025-04-30T00:41:31.285137+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=events","method":"GET"} [] [2025-04-30T00:44:07.564470+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:44:07.564479+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:44:07.564462+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:44:07.573319+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=notifier","method":"GET"} [] [2025-04-30T00:44:07.573347+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=logger","method":"GET"} [] [2025-04-30T00:44:07.573356+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=exception","method":"GET"} [] [2025-04-30T00:46:43.434632+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:46:43.434645+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:46:43.438442+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:46:43.444397+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=config","method":"GET"} [] [2025-04-30T00:46:43.444404+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=db","method":"GET"} [] [2025-04-30T00:46:43.444412+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=events","method":"GET"} [] [2025-04-30T00:49:10.624063+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:49:10.624222+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:49:10.624278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:49:10.633335+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=router","method":"GET"} [] [2025-04-30T00:49:10.633497+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=cache","method":"GET"} [] [2025-04-30T00:49:10.633492+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=time","method":"GET"} [] [2025-04-30T00:51:45.536136+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:51:45.577899+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T00:51:46.134789+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T00:51:46.167944+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T00:51:46.168869+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T00:51:46.169354+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T00:51:46.359255+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:51:46.361797+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=form","method":"GET"} [] [2025-04-30T00:51:46.550775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:51:46.552558+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T00:51:46.596011+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T00:51:46.756525+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:51:46.758467+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=security","method":"GET"} [] [2025-04-30T00:54:19.838733+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:54:19.838797+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:54:19.838655+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:54:19.847629+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=notifier","method":"GET"} [] [2025-04-30T00:54:19.847786+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=dump","method":"GET"} [] [2025-04-30T00:54:19.847796+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=validator","method":"GET"} [] [2025-04-30T00:56:55.704451+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:56:55.704484+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:56:55.714659+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=http_client","method":"GET"} [] [2025-04-30T00:56:55.714865+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=twig","method":"GET"} [] [2025-04-30T00:59:30.372972+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:59:30.373026+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T00:59:30.381916+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=mailer","method":"GET"} [] [2025-04-30T00:59:30.381920+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=config","method":"GET"} [] [2025-04-30T01:02:00.595512+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:02:00.604556+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=time","method":"GET"} [] [2025-04-30T01:02:00.774512+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:02:00.776683+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=translation","method":"GET"} [] [2025-04-30T01:04:37.219092+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:04:37.219118+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:04:37.228137+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233/search/results?ip=18.191.28.161","method":"GET"} [] [2025-04-30T01:04:37.228222+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233?panel=request","method":"GET"} [] [2025-04-30T01:07:31.560137+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:07:31.603976+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T01:07:31.720380+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T01:07:31.727136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T01:07:31.728045+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T01:07:31.728424+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T01:15:07.570243+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:15:07.578646+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=187","method":"GET"} [] [2025-04-30T01:23:34.062412+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:23:34.071343+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FTraceableEventDispatcher.php&line=134","method":"GET"} [] [2025-04-30T01:31:23.896840+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:31:23.905731+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=69","method":"GET"} [] [2025-04-30T01:33:23.653806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:33:23.662655+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=db","method":"GET"} [] [2025-04-30T01:45:10.320588+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:45:10.330350+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FDebug%2FWrappedListener.php&line=108","method":"GET"} [] [2025-04-30T01:45:10.436117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:45:10.438032+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fruntime%2FRunner%2FSymfony%2FHttpKernelRunner.php&line=33","method":"GET"} [] [2025-04-30T01:49:20.847818+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T01:49:20.855895+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=222","method":"GET"} [] [2025-04-30T02:08:32.281969+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:08:32.289996+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T02:08:32.416575+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T02:08:32.416626+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T02:08:32.416647+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T02:08:32.416663+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T02:08:32.416678+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T02:08:32.887615+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T02:08:32.924141+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T02:08:33.064609+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:08:33.087698+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-30T02:08:33.091721+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T02:08:33.091755+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T02:08:33.091774+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T02:08:33.091789+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T02:08:33.091802+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T02:08:33.334573+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T02:08:33.336618+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T02:14:13.499113+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:14:13.568161+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T02:14:14.012825+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T02:14:14.033965+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T02:14:14.034925+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T02:14:14.035508+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T02:14:14.250027+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:14:14.253014+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=http_client","method":"GET"} [] [2025-04-30T02:20:51.573620+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:20:51.582275+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fevent-dispatcher%2FEventDispatcher.php&line=48","method":"GET"} [] [2025-04-30T02:25:14.103580+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:25:14.123336+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=135","method":"GET"} [] [2025-04-30T02:27:34.250367+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:27:34.259712+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=dump","method":"GET"} [] [2025-04-30T02:29:44.311166+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T02:29:44.333811+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=router","method":"GET"} [] [2025-04-30T04:24:09.735803+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:24:09.980323+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T04:24:10.837904+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T04:24:10.861021+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T04:24:10.861972+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T04:24:10.862713+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T04:24:11.064359+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:24:11.095526+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php&line=101","method":"GET"} [] [2025-04-30T04:24:11.262448+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:24:11.264173+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FDriver%2FAPI%2FMySQL%2FExceptionConverter.php&line=32","method":"GET"} [] [2025-04-30T04:24:11.463382+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:24:11.465137+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=30","method":"GET"} [] [2025-04-30T04:25:38.758718+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:25:38.758802+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:25:38.758862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:25:38.802251+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-server-bundle%2FWebServerBundle.php&line=21","method":"GET"} [] [2025-04-30T04:25:38.802280+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-server-bundle%2FWebServerBundle.php&line=23","method":"GET"} [] [2025-04-30T04:25:38.802288+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=192","method":"GET"} [] [2025-04-30T04:27:09.948496+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:27:09.948532+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:27:09.958410+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=196","method":"GET"} [] [2025-04-30T04:27:09.958457+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Ferror-handler%2FException%2FSilencedErrorContext.php&line=19","method":"GET"} [] [2025-04-30T04:27:09.948420+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:27:09.961888+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=184","method":"GET"} [] [2025-04-30T04:28:39.708598+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:28:39.735349+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Ferror-handler%2FDebugClassLoader.php&line=331","method":"GET"} [] [2025-04-30T04:28:39.708599+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:28:39.708598+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:28:39.751286+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FException%2FConnectionException.php&line=10","method":"GET"} [] [2025-04-30T04:28:39.751293+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=133","method":"GET"} [] [2025-04-30T04:30:10.480857+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:30:10.495237+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=111","method":"GET"} [] [2025-04-30T04:30:10.480949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:30:10.509604+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FDependencyInjection%2FMainConfiguration.php&line=73","method":"GET"} [] [2025-04-30T04:30:10.634182+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:30:10.636190+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FKernel.php&line=197","method":"GET"} [] [2025-04-30T04:31:53.776623+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:31:53.785216+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=1778","method":"GET"} [] [2025-04-30T04:31:53.776558+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:31:53.783846+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:31:53.806087+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=312","method":"GET"} [] [2025-04-30T04:31:53.806275+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=325","method":"GET"} [] [2025-04-30T04:33:28.221248+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:33:28.221138+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:33:28.221245+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:33:28.231506+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FProfilerListener.php&line=108","method":"GET"} [] [2025-04-30T04:33:28.231592+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=380","method":"GET"} [] [2025-04-30T04:33:28.231608+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=1776","method":"GET"} [] [2025-04-30T04:35:07.509249+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:35:07.509226+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:35:07.530538+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=365","method":"GET"} [] [2025-04-30T04:35:07.530593+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1646","method":"GET"} [] [2025-04-30T04:35:07.509313+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:35:07.549361+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=622","method":"GET"} [] [2025-04-30T04:36:47.564141+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:36:47.572487+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1655","method":"GET"} [] [2025-04-30T04:36:47.564147+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:36:47.564147+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:36:47.593167+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1939","method":"GET"} [] [2025-04-30T04:36:47.593050+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=262","method":"GET"} [] [2025-04-30T04:38:17.102697+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:38:17.112245+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1887","method":"GET"} [] [2025-04-30T04:38:17.102681+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:38:17.102778+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:38:17.140381+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=620","method":"GET"} [] [2025-04-30T04:38:17.140535+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1934","method":"GET"} [] [2025-04-30T04:39:56.756070+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:39:56.765303+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1072","method":"GET"} [] [2025-04-30T04:39:56.756070+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:39:56.808991+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FEventListener%2FFirewallListener.php&line=39","method":"GET"} [] [2025-04-30T04:39:56.943220+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:39:56.945089+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=76","method":"GET"} [] [2025-04-30T04:41:28.060720+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:41:28.060726+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:41:28.060875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:41:28.070375+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=78","method":"GET"} [] [2025-04-30T04:41:28.070512+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=258","method":"GET"} [] [2025-04-30T04:41:28.070523+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fmigrations%2Flib%2FDoctrine%2FMigrations%2FMetadata%2FStorage%2FTableMetadataStorage.php&line=225","method":"GET"} [] [2025-04-30T04:42:59.408411+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:42:59.421267+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FConnection.php&line=1082","method":"GET"} [] [2025-04-30T04:42:59.408532+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:42:59.408535+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:42:59.456312+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FExpressionVoter.php&line=27","method":"GET"} [] [2025-04-30T04:42:59.456393+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FMySQLSchemaManager.php&line=56","method":"GET"} [] [2025-04-30T04:44:49.980988+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:44:49.989232+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FMySQLSchemaManager.php&line=58","method":"GET"} [] [2025-04-30T04:44:49.981136+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:44:49.981045+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:44:50.019149+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fconfig%2FDefinition%2FBuilder%2FExprBuilder.php&line=239","method":"GET"} [] [2025-04-30T04:44:50.019149+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfiler.php&line=137","method":"GET"} [] [2025-04-30T04:46:15.431543+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:46:15.431543+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:46:15.440578+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FProfiler%2FProfiler.php&line=161","method":"GET"} [] [2025-04-30T04:46:15.440563+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-core%2FAuthorization%2FVoter%2FAuthenticatedVoter.php&line=27","method":"GET"} [] [2025-04-30T04:47:54.739566+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:47:54.748111+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FCollector%2FMigrationsCollector.php&line=43","method":"GET"} [] [2025-04-30T04:47:54.739613+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:47:54.770262+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdoctrine-migrations-bundle%2FCollector%2FMigrationsCollector.php&line=33","method":"GET"} [] [2025-04-30T04:49:40.279872+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:49:40.288601+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3","method":"GET"} [] [2025-04-30T04:49:40.279909+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:49:40.317097+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=exception","method":"GET"} [] [2025-04-30T04:51:23.989974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:51:23.989945+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:51:23.999178+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=exception","method":"GET"} [] [2025-04-30T04:51:23.999230+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=logger","method":"GET"} [] [2025-04-30T04:53:09.230448+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:53:09.239869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=logger","method":"GET"} [] [2025-04-30T04:53:09.513837+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:53:09.515580+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=logger","method":"GET"} [] [2025-04-30T04:53:33.793752+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:53:33.815685+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T04:53:33.855109+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T04:53:33.855165+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T04:53:33.855186+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T04:53:33.855202+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T04:53:33.855217+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T04:53:34.135516+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T04:53:34.142986+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T04:53:34.234233+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:53:34.264562+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T04:53:34.268070+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T04:53:34.268103+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T04:53:34.268123+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T04:53:34.268137+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T04:53:34.268150+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T04:53:34.300948+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T04:53:34.303242+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T04:54:48.847227+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:54:48.855945+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=logger","method":"GET"} [] [2025-04-30T04:54:48.847268+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:54:48.869498+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=router","method":"GET"} [] [2025-04-30T04:56:28.438880+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:56:28.448030+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T04:56:28.439035+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:56:28.476587+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=cache","method":"GET"} [] [2025-04-30T04:56:28.595008+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T04:57:55.577270+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:57:55.577500+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:57:55.586313+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=db","method":"GET"} [] [2025-04-30T04:57:55.586457+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=router","method":"GET"} [] [2025-04-30T04:59:34.672553+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:59:34.681669+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=cache","method":"GET"} [] [2025-04-30T04:59:34.902680+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T04:59:34.904460+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=exception","method":"GET"} [] [2025-04-30T05:01:14.053814+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:01:14.062643+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=security","method":"GET"} [] [2025-04-30T05:01:14.060631+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:01:14.088973+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=db","method":"GET"} [] [2025-04-30T05:02:54.006056+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:02:54.020962+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=logger","method":"GET"} [] [2025-04-30T05:02:54.006013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:02:54.038562+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T05:02:54.173334+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T05:04:24.123062+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:04:24.123225+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:04:24.131557+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=db","method":"GET"} [] [2025-04-30T05:04:24.131688+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=events","method":"GET"} [] [2025-04-30T05:06:15.749491+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:06:15.772279+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=validator","method":"GET"} [] [2025-04-30T05:06:15.749491+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:06:15.790392+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=events","method":"GET"} [] [2025-04-30T05:07:57.354463+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:07:57.369613+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=security","method":"GET"} [] [2025-04-30T05:07:57.354574+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:07:57.386803+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=exception","method":"GET"} [] [2025-04-30T05:09:43.441186+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:09:43.449889+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=validator","method":"GET"} [] [2025-04-30T05:09:43.441126+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:09:43.471889+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=form","method":"GET"} [] [2025-04-30T05:11:24.449388+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:11:24.458539+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=notifier","method":"GET"} [] [2025-04-30T05:11:24.449515+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:11:24.490144+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=router","method":"GET"} [] [2025-04-30T05:12:57.150990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:12:57.150990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:12:57.160031+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=security","method":"GET"} [] [2025-04-30T05:12:57.160042+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=db","method":"GET"} [] [2025-04-30T05:14:29.232212+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:14:29.232249+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:14:29.241426+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=form","method":"GET"} [] [2025-04-30T05:14:29.241587+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=cache","method":"GET"} [] [2025-04-30T05:16:09.561198+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:16:09.569668+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=events","method":"GET"} [] [2025-04-30T05:16:09.561234+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:16:09.594557+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=security","method":"GET"} [] [2025-04-30T05:17:54.066707+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:17:54.076536+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=notifier","method":"GET"} [] [2025-04-30T05:17:54.066709+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:17:54.105176+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=dump","method":"GET"} [] [2025-04-30T05:19:53.082233+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:19:53.098822+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T05:19:53.082329+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:19:53.131196+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=form","method":"GET"} [] [2025-04-30T05:19:53.253601+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T05:21:24.427023+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:21:24.427078+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:21:24.460184+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=twig","method":"GET"} [] [2025-04-30T05:21:24.461350+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=validator","method":"GET"} [] [2025-04-30T05:23:05.481981+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:23:05.490860+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=router","method":"GET"} [] [2025-04-30T05:23:05.753723+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:23:05.755450+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=dump","method":"GET"} [] [2025-04-30T05:24:44.601760+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:24:44.641034+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T05:24:44.750804+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T05:24:44.758354+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T05:24:44.759253+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T05:24:44.759816+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T05:24:44.939656+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:24:44.941414+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=cache","method":"GET"} [] [2025-04-30T05:24:45.139760+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:24:45.141528+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=twig","method":"GET"} [] [2025-04-30T05:26:10.512591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:26:10.522012+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=security","method":"GET"} [] [2025-04-30T05:26:10.750598+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:26:10.752349+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=http_client","method":"GET"} [] [2025-04-30T05:27:49.834986+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:27:49.844349+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=notifier","method":"GET"} [] [2025-04-30T05:27:50.030823+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:27:50.032623+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=dump","method":"GET"} [] [2025-04-30T05:29:30.732801+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:29:30.742246+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T05:29:30.732841+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:29:30.746065+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=form","method":"GET"} [] [2025-04-30T05:29:30.881362+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T05:31:04.901449+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:31:04.901468+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:31:04.910587+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=http_client","method":"GET"} [] [2025-04-30T05:31:04.910860+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=twig","method":"GET"} [] [2025-04-30T05:32:45.038764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:32:45.038805+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:32:45.048177+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=config","method":"GET"} [] [2025-04-30T05:32:45.048215+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=validator","method":"GET"} [] [2025-04-30T05:34:16.969764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:34:16.978452+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=mailer","method":"GET"} [] [2025-04-30T05:34:16.969832+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:34:17.009736+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=time","method":"GET"} [] [2025-04-30T05:35:42.234513+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:35:42.243824+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=config","method":"GET"} [] [2025-04-30T05:35:42.436264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:35:42.438210+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=mailer","method":"GET"} [] [2025-04-30T05:37:25.384288+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:37:25.384294+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:37:25.393034+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=translation","method":"GET"} [] [2025-04-30T05:37:25.393142+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=notifier","method":"GET"} [] [2025-04-30T05:38:52.045864+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:38:52.054648+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=dump","method":"GET"} [] [2025-04-30T05:38:52.260044+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:38:52.261881+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=http_client","method":"GET"} [] [2025-04-30T05:40:25.341416+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:40:25.350411+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=twig","method":"GET"} [] [2025-04-30T05:40:25.341536+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:40:25.366995+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=time","method":"GET"} [] [2025-04-30T05:42:05.324030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:42:05.333502+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=mailer","method":"GET"} [] [2025-04-30T05:42:05.323919+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:42:05.353221+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=translation","method":"GET"} [] [2025-04-30T05:43:34.724453+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:43:34.733570+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=config","method":"GET"} [] [2025-04-30T05:43:34.724564+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:43:34.755863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=time","method":"GET"} [] [2025-04-30T05:45:04.256427+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:45:04.265023+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=translation","method":"GET"} [] [2025-04-30T05:45:04.256384+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:45:04.282467+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=http_client","method":"GET"} [] [2025-04-30T05:46:44.154610+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:46:44.154690+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:46:44.164059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=time","method":"GET"} [] [2025-04-30T05:46:44.164129+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=mailer","method":"GET"} [] [2025-04-30T05:48:22.904840+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:48:22.914416+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=config","method":"GET"} [] [2025-04-30T05:48:23.111043+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:48:23.112773+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8?panel=request","method":"GET"} [] [2025-04-30T05:50:02.894230+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:50:02.902920+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=time","method":"GET"} [] [2025-04-30T05:50:02.894241+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:50:02.940525+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=translation","method":"GET"} [] [2025-04-30T05:51:33.208852+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:51:33.217083+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788","method":"GET"} [] [2025-04-30T05:51:33.208876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:51:33.244932+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7?panel=request","method":"GET"} [] [2025-04-30T05:53:12.725726+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:53:12.734849+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42?panel=request","method":"GET"} [] [2025-04-30T05:53:12.924135+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:53:12.925889+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14","method":"GET"} [] [2025-04-30T05:54:44.113358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:54:44.113517+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:54:44.122284+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.28.161","method":"GET"} [] [2025-04-30T05:54:44.122362+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627?panel=request","method":"GET"} [] [2025-04-30T05:56:13.793369+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:56:13.793514+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:56:13.802418+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42/search/results?ip=18.117.79.92","method":"GET"} [] [2025-04-30T05:56:13.802575+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a091f7"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a091f7/search/results?ip=18.191.28.161","method":"GET"} [] [2025-04-30T05:57:53.650639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:57:53.650664+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T05:57:53.659120+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627/search/results?ip=93.123.109.105","method":"GET"} [] [2025-04-30T05:57:53.659222+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8/search/results?ip=3.142.237.71","method":"GET"} [] [2025-04-30T07:28:56.992417+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:28:57.034935+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T07:28:57.148920+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T07:28:57.156134+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T07:28:57.157041+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T07:28:57.157505+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T07:28:57.317947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:28:57.319661+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FException%2FNotFoundHttpException.php&line=17","method":"GET"} [] [2025-04-30T07:28:57.518976+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:28:57.520667+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FController%2FErrorController.php&line=26","method":"GET"} [] [2025-04-30T07:30:16.356388+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:30:16.365951+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=86","method":"GET"} [] [2025-04-30T07:30:16.356367+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:30:16.383319+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=139","method":"GET"} [] [2025-04-30T07:31:41.497744+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:31:41.506734+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=220","method":"GET"} [] [2025-04-30T07:31:41.630125+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:31:41.631942+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=249","method":"GET"} [] [2025-04-30T07:33:03.842622+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:33:03.851027+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FErrorListener.php&line=91","method":"GET"} [] [2025-04-30T07:33:03.842669+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:33:03.858026+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FHttpKernel.php&line=223","method":"GET"} [] [2025-04-30T07:34:27.435966+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:34:27.436023+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:34:27.445040+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FChannelListener.php&line=29","method":"GET"} [] [2025-04-30T07:34:27.445130+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=135","method":"GET"} [] [2025-04-30T07:35:47.298522+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:35:47.298526+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:35:47.307215+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAccessListener.php&line=34","method":"GET"} [] [2025-04-30T07:35:47.307283+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FContextListener.php&line=48","method":"GET"} [] [2025-04-30T07:37:07.289058+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:37:07.297568+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FLogoutListener.php&line=37","method":"GET"} [] [2025-04-30T07:37:07.289110+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:37:07.312303+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FFirewall%2FAuthenticatorManagerListener.php&line=23","method":"GET"} [] [2025-04-30T07:38:27.646545+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:38:27.646681+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:38:27.655849+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc","method":"GET"} [] [2025-04-30T07:38:27.657026+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=exception","method":"GET"} [] [2025-04-30T07:39:47.198054+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:39:47.212558+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=logger","method":"GET"} [] [2025-04-30T07:39:47.434876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:39:47.436718+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T07:39:47.480312+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T07:41:06.911938+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:41:06.920806+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=cache","method":"GET"} [] [2025-04-30T07:42:31.538684+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:42:31.547278+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=router","method":"GET"} [] [2025-04-30T07:43:53.023656+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:43:53.032887+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=logger","method":"GET"} [] [2025-04-30T07:45:23.429732+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:45:23.438776+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=db","method":"GET"} [] [2025-04-30T07:46:43.356122+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:46:43.365311+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=logger","method":"GET"} [] [2025-04-30T07:48:04.776561+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:48:04.787817+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=events","method":"GET"} [] [2025-04-30T07:49:29.250750+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:49:29.259958+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=exception","method":"GET"} [] [2025-04-30T07:50:49.490808+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:50:49.499756+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=exception","method":"GET"} [] [2025-04-30T07:52:14.674114+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:52:14.688000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=validator","method":"GET"} [] [2025-04-30T07:53:34.277936+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:53:34.286650+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=notifier","method":"GET"} [] [2025-04-30T07:54:53.519021+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:54:53.527454+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=security","method":"GET"} [] [2025-04-30T07:56:15.321107+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:56:15.329542+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=form","method":"GET"} [] [2025-04-30T07:57:42.024952+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:57:42.033985+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=db","method":"GET"} [] [2025-04-30T07:59:06.273869+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T07:59:06.282869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=dump","method":"GET"} [] [2025-04-30T08:00:26.074617+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:00:26.083593+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=db","method":"GET"} [] [2025-04-30T08:01:47.007069+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:01:47.015954+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=events","method":"GET"} [] [2025-04-30T08:03:10.539741+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:03:10.549106+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=events","method":"GET"} [] [2025-04-30T08:04:32.548703+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:04:32.557788+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=twig","method":"GET"} [] [2025-04-30T08:06:02.469249+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:06:02.477985+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=router","method":"GET"} [] [2025-04-30T08:07:32.431399+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:07:32.440534+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=router","method":"GET"} [] [2025-04-30T08:08:57.200626+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:08:57.210018+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=cache","method":"GET"} [] [2025-04-30T08:10:16.825155+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:10:16.834174+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=cache","method":"GET"} [] [2025-04-30T08:11:42.081349+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:11:42.089938+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=http_client","method":"GET"} [] [2025-04-30T08:13:01.654470+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:13:01.663618+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=security","method":"GET"} [] [2025-04-30T08:14:31.883510+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:14:31.892045+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T08:14:32.002530+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T08:15:56.208268+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:15:56.217154+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=security","method":"GET"} [] [2025-04-30T08:17:35.613202+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:17:35.622395+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=validator","method":"GET"} [] [2025-04-30T08:19:01.144588+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:19:01.153233+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=form","method":"GET"} [] [2025-04-30T08:20:33.118225+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:20:33.127105+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=validator","method":"GET"} [] [2025-04-30T08:21:52.718301+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:21:52.726961+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=form","method":"GET"} [] [2025-04-30T08:23:23.088874+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:23:23.097857+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=config","method":"GET"} [] [2025-04-30T08:24:53.186968+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:24:53.196266+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=mailer","method":"GET"} [] [2025-04-30T08:26:14.853942+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:26:14.862023+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=time","method":"GET"} [] [2025-04-30T08:27:34.528352+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:27:34.537716+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=notifier","method":"GET"} [] [2025-04-30T08:28:54.948696+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:28:54.957326+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=notifier","method":"GET"} [] [2025-04-30T08:30:15.482182+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:30:15.522911+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T08:30:15.635700+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T08:30:15.642287+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T08:30:15.643094+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T08:30:15.643761+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T08:30:15.804248+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:30:15.806055+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=dump","method":"GET"} [] [2025-04-30T08:31:40.280505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:31:40.289114+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=translation","method":"GET"} [] [2025-04-30T08:33:04.706507+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:33:04.714954+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=dump","method":"GET"} [] [2025-04-30T08:34:24.029385+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:34:24.038716+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=twig","method":"GET"} [] [2025-04-30T08:35:43.820421+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:35:43.829689+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=twig","method":"GET"} [] [2025-04-30T08:37:13.672537+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:37:13.682140+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=http_client","method":"GET"} [] [2025-04-30T08:38:38.305787+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:38:38.315076+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=http_client","method":"GET"} [] [2025-04-30T08:39:57.797004+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:39:57.805838+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=mailer","method":"GET"} [] [2025-04-30T08:41:26.830938+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:41:26.839867+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=mailer","method":"GET"} [] [2025-04-30T08:42:51.079464+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:42:51.088632+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=config","method":"GET"} [] [2025-04-30T08:44:12.649104+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:44:12.658491+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=time","method":"GET"} [] [2025-04-30T08:45:37.594434+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:45:37.603166+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=time","method":"GET"} [] [2025-04-30T08:46:58.156153+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:46:58.164993+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=translation","method":"GET"} [] [2025-04-30T08:48:18.544802+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:48:18.554007+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=translation","method":"GET"} [] [2025-04-30T08:49:41.080469+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:49:41.088788+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55?panel=request","method":"GET"} [] [2025-04-30T08:51:04.478030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:51:04.518843+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T08:51:04.629301+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T08:51:04.636742+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T08:51:04.637680+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T08:51:04.638357+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T08:51:04.917400+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:51:04.919205+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T08:51:04.934444+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T08:51:04.934480+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T08:51:04.934500+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T08:51:04.934515+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T08:51:04.934529+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T08:51:04.981806+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T08:51:04.983535+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T08:51:05.130808+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:51:05.132515+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-30T08:51:05.135958+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T08:51:05.135991+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T08:51:05.136010+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T08:51:05.136024+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T08:51:05.136037+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T08:51:05.313275+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T08:51:05.314874+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T08:52:29.272048+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:52:29.280571+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1?panel=request","method":"GET"} [] [2025-04-30T08:53:51.176175+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:53:51.184991+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3?panel=request","method":"GET"} [] [2025-04-30T08:55:11.937726+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:55:11.946515+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1/search/results?ip=3.16.136.129","method":"GET"} [] [2025-04-30T08:56:33.388864+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:56:33.397676+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d460e3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d460e3/search/results?ip=18.117.79.92","method":"GET"} [] [2025-04-30T08:58:03.471486+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:58:03.479572+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"43aa55"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/43aa55/search/results?ip=2a03%3Ab0c0%3A3%3Ad0%3A%3A34e%3Ab001","method":"GET"} [] [2025-04-30T08:59:24.157035+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T08:59:24.165932+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=93.123.109.105","method":"GET"} [] [2025-04-30T09:01:44.456773+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:01:44.465574+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=logger","method":"GET"} [] [2025-04-30T09:04:05.003577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:04:05.012281+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=security","method":"GET"} [] [2025-04-30T09:04:46.410671+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:04:46.419510+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=events","method":"GET"} [] [2025-04-30T09:05:27.913861+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:05:27.922064+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T09:05:28.027528+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T09:06:37.936323+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:06:37.944327+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=logger","method":"GET"} [] [2025-04-30T09:08:38.369140+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:08:38.379050+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"44a233"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/44a233","method":"GET"} [] [2025-04-30T09:08:38.369222+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:08:38.404369+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=validator","method":"GET"} [] [2025-04-30T09:13:36.221908+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:13:36.230068+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=db","method":"GET"} [] [2025-04-30T09:13:36.221985+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:13:36.242440+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=translation","method":"GET"} [] [2025-04-30T09:14:56.142046+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:14:56.150221+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=translation","method":"GET"} [] [2025-04-30T09:17:25.750332+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:17:25.758579+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=router","method":"GET"} [] [2025-04-30T09:17:25.750420+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:17:25.769758+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=cache","method":"GET"} [] [2025-04-30T09:18:46.281937+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:18:46.290481+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.117.79.92","method":"GET"} [] [2025-04-30T09:18:46.282012+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:18:46.281978+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:18:46.360587+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=config","method":"GET"} [] [2025-04-30T09:18:46.360605+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=time","method":"GET"} [] [2025-04-30T09:20:06.473799+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:20:06.483562+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=validator","method":"GET"} [] [2025-04-30T09:20:06.473874+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:20:06.493928+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=events","method":"GET"} [] [2025-04-30T09:21:26.226888+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:21:26.235362+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=mailer","method":"GET"} [] [2025-04-30T09:22:46.253556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:22:46.262114+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=notifier","method":"GET"} [] [2025-04-30T09:22:46.253615+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:22:46.269286+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=db","method":"GET"} [] [2025-04-30T09:24:06.043824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:24:06.053727+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=http_client","method":"GET"} [] [2025-04-30T09:26:47.694625+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:26:47.703869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=notifier","method":"GET"} [] [2025-04-30T09:33:30.454711+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:33:30.496691+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T09:33:30.610533+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T09:33:30.625197+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T09:33:30.626117+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T09:33:30.626639+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T09:33:30.810946+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:33:30.813093+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=twig","method":"GET"} [] [2025-04-30T09:34:50.012546+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:34:50.022628+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T09:34:50.143252+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T09:38:50.388565+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:38:50.397210+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=events","method":"GET"} [] [2025-04-30T09:40:09.682907+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:40:09.691422+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=form","method":"GET"} [] [2025-04-30T09:42:53.166008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:42:53.174857+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=http_client","method":"GET"} [] [2025-04-30T09:44:15.093646+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:44:15.093620+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:44:15.093679+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:44:15.102794+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=security","method":"GET"} [] [2025-04-30T09:44:15.102815+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=logger","method":"GET"} [] [2025-04-30T09:44:15.103014+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14/search/results?ip=3.142.237.71","method":"GET"} [] [2025-04-30T09:44:15.223920+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:44:15.226187+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29","method":"GET"} [] [2025-04-30T09:45:34.919677+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:45:34.928743+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=notifier","method":"GET"} [] [2025-04-30T09:46:54.170323+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:46:54.179359+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=time","method":"GET"} [] [2025-04-30T09:48:13.607614+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:48:13.616295+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=exception","method":"GET"} [] [2025-04-30T09:48:13.607464+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:48:13.607576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:48:13.633284+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=http_client","method":"GET"} [] [2025-04-30T09:48:13.633390+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=dump","method":"GET"} [] [2025-04-30T09:52:12.085859+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:52:12.085921+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:52:12.085861+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:52:12.099569+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429/search/results?ip=18.118.28.11","method":"GET"} [] [2025-04-30T09:52:12.099642+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=twig","method":"GET"} [] [2025-04-30T09:52:12.099675+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=translation","method":"GET"} [] [2025-04-30T09:52:12.149579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:52:12.152014+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=validator","method":"GET"} [] [2025-04-30T09:52:12.340324+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:52:12.342177+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=db","method":"GET"} [] [2025-04-30T09:53:32.982232+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:53:32.990578+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=request","method":"GET"} [] [2025-04-30T09:54:43.365905+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:54:43.375137+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=exception","method":"GET"} [] [2025-04-30T09:55:42.723713+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:55:42.723714+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:55:42.732433+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.142.237.71","method":"GET"} [] [2025-04-30T09:55:42.732599+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=dump","method":"GET"} [] [2025-04-30T09:56:33.803474+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:56:33.811925+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=mailer","method":"GET"} [] [2025-04-30T09:57:45.674035+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:57:45.683241+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T09:57:45.798974+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T09:58:55.074870+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T09:58:55.083625+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=form","method":"GET"} [] [2025-04-30T10:00:14.728264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:00:14.737260+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=cache","method":"GET"} [] [2025-04-30T10:02:54.718665+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:02:54.727314+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=dump","method":"GET"} [] [2025-04-30T10:04:14.117266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:04:14.117461+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:04:14.117487+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:04:14.128539+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=cache","method":"GET"} [] [2025-04-30T10:04:14.128568+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=exception","method":"GET"} [] [2025-04-30T10:04:14.128608+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=router","method":"GET"} [] [2025-04-30T10:09:19.962570+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:09:19.971319+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=request","method":"GET"} [] [2025-04-30T10:09:20.185388+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:09:20.187240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=config","method":"GET"} [] [2025-04-30T10:10:41.069847+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:10:41.069863+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:10:41.078362+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=security","method":"GET"} [] [2025-04-30T10:10:41.078368+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429?panel=request","method":"GET"} [] [2025-04-30T10:13:23.121394+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:13:23.130480+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=config","method":"GET"} [] [2025-04-30T10:16:02.542576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:16:02.551920+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788?panel=mailer","method":"GET"} [] [2025-04-30T10:17:12.622824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:17:12.631758+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=twig","method":"GET"} [] [2025-04-30T10:18:33.430179+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:18:33.430158+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:18:33.438865+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a5c14"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/9a5c14?panel=router","method":"GET"} [] [2025-04-30T10:18:33.438866+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"532788"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/532788/search/results?ip=93.123.109.105","method":"GET"} [] [2025-04-30T10:30:38.723127+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:30:38.731407+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FUrlMatcher.php&line=106","method":"GET"} [] [2025-04-30T10:30:38.723030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:30:38.755763+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=translation","method":"GET"} [] [2025-04-30T10:33:20.955838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:33:20.964496+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest","method":"GET"} [] [2025-04-30T10:41:26.577266+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:41:26.619240+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T10:41:26.739740+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T10:41:26.746927+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T10:41:26.747873+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T10:41:26.748331+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T10:41:26.918384+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:41:26.920697+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=events","method":"GET"} [] [2025-04-30T10:49:31.719974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:49:31.729074+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=twig","method":"GET"} [] [2025-04-30T10:57:35.305100+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T10:57:35.313739+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=dump","method":"GET"} [] [2025-04-30T11:01:37.508813+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:01:37.517806+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=mailer","method":"GET"} [] [2025-04-30T11:08:34.384471+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:08:34.393665+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=mailer","method":"GET"} [] [2025-04-30T11:09:54.461527+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:09:54.470629+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=logger","method":"GET"} [] [2025-04-30T11:13:33.331542+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:13:33.339805+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmonolog-bridge%2FLogger.php&line=23","method":"GET"} [] [2025-04-30T11:14:54.392726+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:14:54.400935+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=time","method":"GET"} [] [2025-04-30T11:17:23.379535+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:17:23.387779+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=exception","method":"GET"} [] [2025-04-30T11:25:24.855764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:25:24.864980+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=config","method":"GET"} [] [2025-04-30T11:29:12.954911+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:29:12.962976+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=notifier","method":"GET"} [] [2025-04-30T11:31:31.314724+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:31:31.323236+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=twig","method":"GET"} [] [2025-04-30T11:36:22.974491+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:36:22.982779+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T11:36:23.090572+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T11:39:02.606242+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:39:02.616417+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=router","method":"GET"} [] [2025-04-30T11:40:22.743920+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:40:22.752883+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=form","method":"GET"} [] [2025-04-30T11:41:33.184125+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:41:33.224487+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T11:41:33.341637+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T11:41:33.349106+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T11:41:33.350021+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T11:41:33.350651+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T11:41:33.512620+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:41:33.514375+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=form","method":"GET"} [] [2025-04-30T11:42:52.082674+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:42:52.090819+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FRouterListener.php&line=111","method":"GET"} [] [2025-04-30T11:44:14.885230+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:44:14.885262+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:44:14.893836+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=request","method":"GET"} [] [2025-04-30T11:44:14.893990+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=security","method":"GET"} [] [2025-04-30T11:45:15.210273+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:45:15.210274+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:45:15.219070+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=validator","method":"GET"} [] [2025-04-30T11:45:15.219134+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=db","method":"GET"} [] [2025-04-30T11:46:35.902253+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:46:35.912965+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=cache","method":"GET"} [] [2025-04-30T11:50:40.361990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:50:40.370646+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"6f12fc"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/6f12fc?panel=http_client","method":"GET"} [] [2025-04-30T11:58:21.299233+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:58:21.308079+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=http_client","method":"GET"} [] [2025-04-30T11:59:42.361787+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T11:59:42.370617+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FIcon%2Fsymfony.svg&line=1","method":"GET"} [] [2025-04-30T12:01:03.846301+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:01:03.854891+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=validator","method":"GET"} [] [2025-04-30T12:06:28.259273+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:06:28.268636+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=translation","method":"GET"} [] [2025-04-30T12:07:50.656193+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:07:50.663550+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=request","method":"GET"} [] [2025-04-30T12:08:52.079452+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:08:52.086955+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-04-30T12:08:52.105221+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T12:08:52.105260+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T12:08:52.105280+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T12:08:52.105294+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T12:08:52.105307+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T12:08:52.195879+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:08:52.204735+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:09:10.455776+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:09:10.465381+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.css.twig&line=1","method":"GET"} [] [2025-04-30T12:10:30.389351+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:10:30.397564+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f/search/results?ip=18.191.150.27","method":"GET"} [] [2025-04-30T12:14:35.208936+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:14:35.217789+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=cache","method":"GET"} [] [2025-04-30T12:16:43.077715+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:16:43.086771+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=twig","method":"GET"} [] [2025-04-30T12:19:13.602676+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:19:13.611607+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=mailer","method":"GET"} [] [2025-04-30T12:20:32.650665+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:20:32.650628+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:20:32.659953+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"34cf42"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/34cf42","method":"GET"} [] [2025-04-30T12:20:32.660117+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=events","method":"GET"} [] [2025-04-30T12:20:32.663123+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:20:32.665653+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_item.html.twig&line=1","method":"GET"} [] [2025-04-30T12:25:13.166993+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:25:13.175602+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=time","method":"GET"} [] [2025-04-30T12:28:23.277001+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:28:23.287092+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=db","method":"GET"} [] [2025-04-30T12:32:19.980200+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:32:19.994601+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=logger","method":"GET"} [] [2025-04-30T12:33:44.065264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:33:44.074231+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T12:33:44.212046+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T12:38:50.812715+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:38:50.822332+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Fbase_js.html.twig&line=1","method":"GET"} [] [2025-04-30T12:48:32.348350+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:48:32.389202+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T12:48:32.603520+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:48:32.610910+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:48:32.611802+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:48:32.612383+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:48:32.894286+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:48:32.896204+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/4a945f?panel=request","method":"GET"} [] [2025-04-30T12:51:13.210342+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:51:13.264685+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T12:51:13.439322+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:51:13.444619+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:51:13.445571+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:51:13.446108+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:51:13.607190+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:51:13.608963+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=dump","method":"GET"} [] [2025-04-30T12:51:13.808978+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:51:13.810883+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=security","method":"GET"} [] [2025-04-30T12:51:14.011394+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:51:14.013330+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FIcon%2Fclose.svg&line=1","method":"GET"} [] [2025-04-30T12:52:30.310584+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:52:30.318764+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T12:52:30.427257+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T12:52:30.427309+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T12:52:30.427331+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T12:52:30.427346+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T12:52:30.427361+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T12:52:30.600489+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:52:30.605847+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:52:51.260546+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:52:51.269146+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"http://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-30T12:52:51.284266+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T12:52:51.284301+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T12:52:51.284321+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T12:52:51.284340+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T12:52:51.284355+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T12:52:51.446036+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:52:51.450498+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:52:54.679367+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:52:54.692741+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T12:52:54.766550+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:52:54.768175+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:52:54.769044+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:52:54.769430+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:53:12.829516+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:53:12.869026+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T12:53:12.984939+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:53:12.989714+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:53:12.990551+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T12:53:12.990931+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T12:58:00.236833+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T12:58:00.246843+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.16.136.129","method":"GET"} [] [2025-04-30T13:00:42.686815+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:00:42.695586+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar.html.twig&line=1","method":"GET"} [] [2025-04-30T13:03:24.902674+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:03:24.911093+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=router","method":"GET"} [] [2025-04-30T13:04:44.697806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:04:44.697814+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:04:44.706506+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=config","method":"GET"} [] [2025-04-30T13:04:44.706623+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=2a03%3Ab0c0%3A3%3Ad0%3A%3A34e%3Ab001","method":"GET"} [] [2025-04-30T13:11:23.019076+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:11:23.019118+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:11:23.028591+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=form","method":"GET"} [] [2025-04-30T13:11:23.028598+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4a945f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4a945f?panel=exception","method":"GET"} [] [2025-04-30T13:19:27.932414+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:19:27.941081+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=security","method":"GET"} [] [2025-04-30T13:20:36.452570+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:20:36.452576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:20:36.461261+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=router","method":"GET"} [] [2025-04-30T13:20:36.461447+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=translation","method":"GET"} [] [2025-04-30T13:25:58.882643+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:25:58.891567+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"1d06f8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/1d06f8","method":"GET"} [] [2025-04-30T13:27:06.281217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:27:06.290172+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://www.mondeanimal.web-ice.site/public/","method":"GET"} [] [2025-04-30T13:27:06.305002+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T13:27:06.305043+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T13:27:06.305068+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T13:27:06.305083+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T13:27:06.305098+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T13:27:06.603183+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:27:06.609444+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:27:18.519404+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:27:18.521416+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=form","method":"GET"} [] [2025-04-30T13:27:18.527919+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:27:18.530467+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=validator","method":"GET"} [] [2025-04-30T13:28:40.254763+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:28:40.263152+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=time","method":"GET"} [] [2025-04-30T13:30:00.139346+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:30:00.149599+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=db","method":"GET"} [] [2025-04-30T13:32:40.497948+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:32:40.507020+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=twig","method":"GET"} [] [2025-04-30T13:34:01.299455+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:34:01.307717+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"861627"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/861627","method":"GET"} [] [2025-04-30T13:35:22.149616+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:35:22.149637+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:35:22.158256+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf/search/results?ip=18.219.68.172","method":"GET"} [] [2025-04-30T13:35:22.158316+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=db","method":"GET"} [] [2025-04-30T13:37:57.916178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:37:57.925217+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=request","method":"GET"} [] [2025-04-30T13:39:20.661238+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:39:20.670055+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=router","method":"GET"} [] [2025-04-30T13:40:40.421277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:40:40.429557+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d","method":"GET"} [] [2025-04-30T13:41:59.849624+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:41:59.849654+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:41:59.858769+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=db","method":"GET"} [] [2025-04-30T13:41:59.858788+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=exception","method":"GET"} [] [2025-04-30T13:43:19.957089+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:43:19.965732+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=http_client","method":"GET"} [] [2025-04-30T13:43:20.143165+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:43:20.144966+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=dump","method":"GET"} [] [2025-04-30T13:44:40.750072+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:44:40.758880+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T13:44:40.874790+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T13:46:01.608680+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:46:01.617098+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=exception","method":"GET"} [] [2025-04-30T13:46:52.596059+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:46:52.604403+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=http_client","method":"GET"} [] [2025-04-30T13:48:13.344471+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:48:13.344542+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:48:13.353537+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=cache","method":"GET"} [] [2025-04-30T13:48:13.353563+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29/search/results?ip=18.118.28.11","method":"GET"} [] [2025-04-30T13:48:53.148891+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:48:53.157037+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=cache","method":"GET"} [] [2025-04-30T13:50:52.400982+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:50:52.401175+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:50:52.409907+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=dump","method":"GET"} [] [2025-04-30T13:50:52.410111+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=validator","method":"GET"} [] [2025-04-30T13:50:52.428085+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:50:52.430852+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=security","method":"GET"} [] [2025-04-30T13:52:25.534577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:52:25.543038+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T13:52:25.557936+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T13:52:25.557974+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T13:52:25.557994+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T13:52:25.558009+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T13:52:25.558024+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T13:52:25.757785+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:52:25.799291+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:53:00.331234+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:53:00.339905+02:00] request.INFO: Matched route "app_login". {"route":"app_login","route_parameters":{"_route":"app_login","_controller":"App\\Controller\\SecurityController::login"},"request_uri":"https://mondeanimal.web-ice.site/login","method":"GET"} [] [2025-04-30T13:53:00.355451+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T13:53:00.355493+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T13:53:00.355513+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T13:53:00.355526+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T13:53:00.355539+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T13:53:00.629913+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:53:00.635156+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:53:04.406143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:53:04.420751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T13:53:04.498702+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:53:04.500365+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:53:04.501219+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:53:04.501630+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:53:19.451175+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:53:19.490654+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T13:53:19.602041+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:53:19.607614+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:53:19.608554+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:53:19.609136+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:54:51.513209+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:54:51.553582+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T13:54:51.666818+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:54:51.671671+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:54:51.672485+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T13:54:51.673012+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T13:54:51.834093+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:54:51.835877+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=config","method":"GET"} [] [2025-04-30T13:57:33.046143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T13:57:33.055019+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=mailer","method":"GET"} [] [2025-04-30T14:00:12.525591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:00:12.533867+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=exception","method":"GET"} [] [2025-04-30T14:02:53.358800+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:02:53.367441+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=exception","method":"GET"} [] [2025-04-30T14:04:13.008534+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:04:13.018122+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=router","method":"GET"} [] [2025-04-30T14:06:03.303483+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:06:03.312483+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=notifier","method":"GET"} [] [2025-04-30T14:08:08.743254+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:08:08.743258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:08:08.751746+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=twig","method":"GET"} [] [2025-04-30T14:08:08.752076+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=events","method":"GET"} [] [2025-04-30T14:10:27.957131+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:10:27.965804+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528","method":"GET"} [] [2025-04-30T14:12:51.950010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:12:51.958776+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=form","method":"GET"} [] [2025-04-30T14:14:13.437705+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:14:13.443067+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:14:13.446271+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=dump","method":"GET"} [] [2025-04-30T14:14:13.446328+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=mailer","method":"GET"} [] [2025-04-30T14:14:13.606909+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:14:13.608647+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=twig","method":"GET"} [] [2025-04-30T14:15:32.823002+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:15:32.823067+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:15:32.831209+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=time","method":"GET"} [] [2025-04-30T14:15:32.831232+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=time","method":"GET"} [] [2025-04-30T14:15:32.840126+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:15:32.842678+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=events","method":"GET"} [] [2025-04-30T14:18:14.232936+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:18:14.232902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:18:14.243108+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=security","method":"GET"} [] [2025-04-30T14:18:14.243228+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=translation","method":"GET"} [] [2025-04-30T14:20:52.914215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:20:52.923567+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=logger","method":"GET"} [] [2025-04-30T14:22:14.663210+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:22:14.671977+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=notifier","method":"GET"} [] [2025-04-30T14:26:12.633809+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:26:12.642465+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=http_client","method":"GET"} [] [2025-04-30T14:27:34.553776+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:27:34.553838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:27:34.561921+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=events","method":"GET"} [] [2025-04-30T14:27:34.562038+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586/search/results?ip=3.15.149.213","method":"GET"} [] [2025-04-30T14:27:34.680532+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:27:34.682411+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=logger","method":"GET"} [] [2025-04-30T14:28:55.023692+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:28:55.033564+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=validator","method":"GET"} [] [2025-04-30T14:31:29.316444+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:31:29.316655+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:31:29.325137+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.118.28.11","method":"GET"} [] [2025-04-30T14:31:29.325143+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=mailer","method":"GET"} [] [2025-04-30T14:34:10.551739+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:34:10.560897+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=request","method":"GET"} [] [2025-04-30T14:39:16.386547+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:39:16.395830+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=config","method":"GET"} [] [2025-04-30T14:43:03.626814+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:43:03.635485+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T14:43:03.755470+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T14:44:23.279120+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:44:23.279055+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:44:23.287883+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T14:44:23.287892+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=request","method":"GET"} [] [2025-04-30T14:44:23.404379+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T14:45:43.675552+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:45:43.684208+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf?panel=form","method":"GET"} [] [2025-04-30T14:47:03.715169+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:47:03.715208+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:47:03.723930+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586?panel=notifier","method":"GET"} [] [2025-04-30T14:47:03.723934+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"0c1e29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/0c1e29?panel=translation","method":"GET"} [] [2025-04-30T14:51:07.115264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:51:07.123873+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=twig","method":"GET"} [] [2025-04-30T14:57:02.612022+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:57:02.651723+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T14:57:02.763469+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T14:57:02.769836+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T14:57:02.770789+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T14:57:02.771240+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T14:57:02.930143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T14:57:02.931894+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=config","method":"GET"} [] [2025-04-30T15:10:56.308168+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:10:56.316490+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=exception","method":"GET"} [] [2025-04-30T15:12:36.496714+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:12:36.505498+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=logger","method":"GET"} [] [2025-04-30T15:14:01.002346+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:14:01.010183+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=mailer","method":"GET"} [] [2025-04-30T15:20:04.653240+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:20:04.653016+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:20:04.662104+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=security","method":"GET"} [] [2025-04-30T15:20:04.662238+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=validator","method":"GET"} [] [2025-04-30T15:23:03.611579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:23:03.611602+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:23:03.620510+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=http_client","method":"GET"} [] [2025-04-30T15:23:03.620568+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=http_client","method":"GET"} [] [2025-04-30T15:27:34.591123+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:27:34.599300+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=validator","method":"GET"} [] [2025-04-30T15:30:33.467852+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:30:33.477458+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=router","method":"GET"} [] [2025-04-30T15:32:03.574657+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:32:03.583494+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32","method":"GET"} [] [2025-04-30T15:35:04.089663+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:35:04.098232+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=request","method":"GET"} [] [2025-04-30T15:39:35.695994+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:39:35.704606+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=time","method":"GET"} [] [2025-04-30T15:41:01.206731+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:41:01.214811+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=db","method":"GET"} [] [2025-04-30T15:42:31.656743+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:42:31.665503+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=translation","method":"GET"} [] [2025-04-30T15:42:31.826579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:42:31.828321+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=notifier","method":"GET"} [] [2025-04-30T15:49:53.740829+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:49:53.749210+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T15:49:53.877796+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T15:57:23.544654+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:57:23.585568+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T15:57:23.804902+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T15:57:23.813094+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T15:57:23.814045+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T15:57:23.814529+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T15:57:24.013670+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:57:24.015400+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=cache","method":"GET"} [] [2025-04-30T15:58:53.650028+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T15:58:53.658257+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=translation","method":"GET"} [] [2025-04-30T16:00:23.760947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:00:23.761048+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:00:23.769926+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e638e1"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e638e1","method":"GET"} [] [2025-04-30T16:00:23.770020+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5/search/results?ip=18.220.210.111","method":"GET"} [] [2025-04-30T16:03:19.145157+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:03:19.153932+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=form","method":"GET"} [] [2025-04-30T16:04:44.746135+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:04:44.754068+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5?panel=events","method":"GET"} [] [2025-04-30T16:18:12.488220+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:18:12.496581+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=form","method":"GET"} [] [2025-04-30T16:19:43.350446+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:19:43.358895+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=dump","method":"GET"} [] [2025-04-30T16:21:13.393523+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:21:13.402364+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=events","method":"GET"} [] [2025-04-30T16:22:44.420830+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:22:44.429192+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=events","method":"GET"} [] [2025-04-30T16:25:44.877573+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:25:44.886417+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=router","method":"GET"} [] [2025-04-30T16:33:14.485110+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:33:14.494859+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=http_client","method":"GET"} [] [2025-04-30T16:40:44.363244+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:40:44.385950+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=notifier","method":"GET"} [] [2025-04-30T16:42:13.618428+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:42:13.627314+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=form","method":"GET"} [] [2025-04-30T16:46:42.657366+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:46:42.665941+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=config","method":"GET"} [] [2025-04-30T16:51:14.570159+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:51:14.578991+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=exception","method":"GET"} [] [2025-04-30T16:52:40.867097+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:52:40.875614+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T16:52:40.986950+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T16:55:44.076379+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:55:44.085845+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=db","method":"GET"} [] [2025-04-30T16:57:14.269639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:57:14.269712+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:57:14.278186+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=time","method":"GET"} [] [2025-04-30T16:57:14.278226+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=mailer","method":"GET"} [] [2025-04-30T16:58:44.773689+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:58:44.814366+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T16:58:44.976958+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T16:58:44.984420+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T16:58:44.985457+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T16:58:44.985938+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T16:58:45.166035+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:58:45.168064+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=config","method":"GET"} [] [2025-04-30T16:58:45.363979+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T16:58:45.365777+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=cache","method":"GET"} [] [2025-04-30T17:01:42.902215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:01:42.902223+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:01:42.911099+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=request","method":"GET"} [] [2025-04-30T17:01:42.911174+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=logger","method":"GET"} [] [2025-04-30T17:03:13.764447+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:03:13.764473+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:03:13.772997+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=translation","method":"GET"} [] [2025-04-30T17:03:13.772996+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=validator","method":"GET"} [] [2025-04-30T17:09:11.064608+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:09:11.074059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d","method":"GET"} [] [2025-04-30T17:10:43.676626+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:10:43.686240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=dump","method":"GET"} [] [2025-04-30T17:13:43.831860+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:13:43.840583+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=twig","method":"GET"} [] [2025-04-30T17:18:12.608508+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:18:12.617462+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T17:18:12.728026+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T17:19:43.499437+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:19:43.541797+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T17:19:43.658845+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T17:19:43.666050+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T17:19:43.666992+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T17:19:43.667571+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T17:19:43.949226+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:19:43.960987+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/favicon.ico"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/favicon.ico\" at /home/webicefrhf/mondeanimal/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/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T17:19:44.006716+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T17:19:44.008379+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T17:19:44.009215+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T17:19:44.009663+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T17:22:37.514428+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:22:37.514468+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:22:37.523246+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=notifier","method":"GET"} [] [2025-04-30T17:22:37.523257+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=cache","method":"GET"} [] [2025-04-30T17:24:02.735833+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:24:02.735862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:24:02.745776+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=logger","method":"GET"} [] [2025-04-30T17:24:02.745780+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3/search/results?ip=162.142.125.126","method":"GET"} [] [2025-04-30T17:28:33.452940+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:28:33.453016+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:28:33.460851+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=router","method":"GET"} [] [2025-04-30T17:28:33.460972+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=db","method":"GET"} [] [2025-04-30T17:31:34.983824+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:31:34.993836+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=time","method":"GET"} [] [2025-04-30T17:32:58.786220+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:32:58.786208+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:32:58.795413+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3?panel=security","method":"GET"} [] [2025-04-30T17:32:58.795439+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.191.150.27","method":"GET"} [] [2025-04-30T17:35:54.342389+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:35:54.351044+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=twig","method":"GET"} [] [2025-04-30T17:45:11.220467+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:45:11.220527+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:45:11.232361+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=security","method":"GET"} [] [2025-04-30T17:45:11.232398+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"06d4de"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/06d4de?panel=exception","method":"GET"} [] [2025-04-30T17:49:33.816806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:49:33.825729+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=logger","method":"GET"} [] [2025-04-30T17:53:36.212435+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:53:36.221695+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=twig","method":"GET"} [] [2025-04-30T17:54:56.339099+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:54:56.348115+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=mailer","method":"GET"} [] [2025-04-30T17:56:20.004959+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:56:20.013665+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=validator","method":"GET"} [] [2025-04-30T17:59:11.286986+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:59:11.331198+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T17:59:11.496704+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T17:59:11.505785+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T17:59:11.506699+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T17:59:11.507170+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T17:59:11.670793+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:59:11.672834+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=time","method":"GET"} [] [2025-04-30T17:59:11.870441+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:59:11.872194+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=twig","method":"GET"} [] [2025-04-30T17:59:12.069663+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T17:59:12.071385+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=security","method":"GET"} [] [2025-04-30T18:00:33.691231+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:00:33.691226+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:00:33.698143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:00:33.699778+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=http_client","method":"GET"} [] [2025-04-30T18:00:33.699820+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d/search/results?ip=18.219.68.172","method":"GET"} [] [2025-04-30T18:00:33.700499+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=router","method":"GET"} [] [2025-04-30T18:02:04.043927+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:02:04.043914+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:02:04.053464+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=form","method":"GET"} [] [2025-04-30T18:02:04.053532+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=db","method":"GET"} [] [2025-04-30T18:03:24.310013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:03:24.319167+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=notifier","method":"GET"} [] [2025-04-30T18:03:24.484576+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:03:24.486362+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=request","method":"GET"} [] [2025-04-30T18:04:44.516711+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:04:44.525554+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.219.68.172","method":"GET"} [] [2025-04-30T18:06:04.667880+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:06:04.704284+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528/search/results?ip=3.15.149.213","method":"GET"} [] [2025-04-30T18:11:41.032402+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:11:41.032470+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:11:41.044089+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"a13429"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/a13429","method":"GET"} [] [2025-04-30T18:11:41.044296+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=validator","method":"GET"} [] [2025-04-30T18:11:41.209407+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:11:41.211220+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=exception","method":"GET"} [] [2025-04-30T18:13:04.526708+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:13:04.535224+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=dump","method":"GET"} [] [2025-04-30T18:14:24.833735+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:14:24.833652+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:14:24.843487+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=config","method":"GET"} [] [2025-04-30T18:14:24.843638+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=cache","method":"GET"} [] [2025-04-30T18:20:12.591990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:20:12.600440+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336","method":"GET"} [] [2025-04-30T18:21:34.746570+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:21:34.746588+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:21:34.755203+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=config","method":"GET"} [] [2025-04-30T18:21:34.755278+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=db","method":"GET"} [] [2025-04-30T18:24:15.269380+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:24:15.277574+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=notifier","method":"GET"} [] [2025-04-30T18:25:36.020451+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:25:36.031220+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=exception","method":"GET"} [] [2025-04-30T18:26:56.105769+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:26:56.115031+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=translation","method":"GET"} [] [2025-04-30T18:26:56.279940+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:26:56.281751+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=http_client","method":"GET"} [] [2025-04-30T18:28:16.024385+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:28:16.033545+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=dump","method":"GET"} [] [2025-04-30T18:29:37.118018+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:29:37.126338+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803/search/results?ip=18.116.65.119","method":"GET"} [] [2025-04-30T18:30:56.674974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:30:56.675134+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:30:56.683546+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=security","method":"GET"} [] [2025-04-30T18:30:56.683864+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=config","method":"GET"} [] [2025-04-30T18:32:26.549900+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:32:26.549924+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:32:26.558778+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=mailer","method":"GET"} [] [2025-04-30T18:32:26.558787+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=events","method":"GET"} [] [2025-04-30T18:33:51.373237+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:33:51.382895+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T18:33:51.503351+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T18:35:14.346036+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:35:14.346066+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:35:14.346066+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:35:14.354502+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=security","method":"GET"} [] [2025-04-30T18:35:14.354605+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=validator","method":"GET"} [] [2025-04-30T18:35:14.354648+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=mailer","method":"GET"} [] [2025-04-30T18:37:57.818838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:37:57.827649+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T18:37:57.939069+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T18:39:18.396717+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:39:18.405716+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=time","method":"GET"} [] [2025-04-30T18:40:38.398129+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:40:38.406847+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=translation","method":"GET"} [] [2025-04-30T18:43:20.956911+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:43:20.965675+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=translation","method":"GET"} [] [2025-04-30T18:46:03.115779+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:46:03.125448+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=exception","method":"GET"} [] [2025-04-30T18:48:44.227762+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:48:44.236969+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=dump","method":"GET"} [] [2025-04-30T18:50:05.627221+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:50:05.627222+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:50:05.636703+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=router","method":"GET"} [] [2025-04-30T18:50:05.636872+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=form","method":"GET"} [] [2025-04-30T18:54:05.890910+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:54:05.890919+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:54:05.900730+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=events","method":"GET"} [] [2025-04-30T18:54:05.900908+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=logger","method":"GET"} [] [2025-04-30T18:58:09.914031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T18:58:09.923346+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=router","method":"GET"} [] [2025-04-30T19:00:50.222197+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:00:50.264262+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T19:00:50.377870+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T19:00:50.385313+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T19:00:50.386240+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T19:00:50.386688+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T19:00:50.544888+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:00:50.546621+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=time","method":"GET"} [] [2025-04-30T19:02:11.956928+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:02:11.965613+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=350","method":"GET"} [] [2025-04-30T19:03:33.319997+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:03:33.328717+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=twig","method":"GET"} [] [2025-04-30T19:06:15.959661+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:06:15.968383+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=db","method":"GET"} [] [2025-04-30T19:08:55.705151+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:08:55.713639+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=request","method":"GET"} [] [2025-04-30T19:10:16.036948+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:10:16.046073+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=events","method":"GET"} [] [2025-04-30T19:11:35.930949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:11:35.939752+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=form","method":"GET"} [] [2025-04-30T19:12:56.145358+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:12:56.154531+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=notifier","method":"GET"} [] [2025-04-30T19:14:19.629951+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:14:19.638543+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=logger","method":"GET"} [] [2025-04-30T19:15:40.292577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:15:40.301879+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803?panel=cache","method":"GET"} [] [2025-04-30T19:15:40.471675+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:15:40.473458+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c9b528"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c9b528?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T19:15:40.518588+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T19:18:23.478617+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:18:23.487812+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"bde90d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/bde90d?panel=http_client","method":"GET"} [] [2025-04-30T19:25:34.800265+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:25:34.809669+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=cache","method":"GET"} [] [2025-04-30T19:34:46.936580+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:34:46.945410+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=router","method":"GET"} [] [2025-04-30T19:49:57.574286+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:49:57.583381+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.220.210.111","method":"GET"} [] [2025-04-30T19:53:01.807635+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:53:01.815918+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32/search/results?ip=18.220.210.111","method":"GET"} [] [2025-04-30T19:54:32.047769+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:54:32.056802+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=translation","method":"GET"} [] [2025-04-30T19:57:33.767562+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T19:57:33.776170+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=exception","method":"GET"} [] [2025-04-30T20:03:17.964304+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:03:18.007309+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T20:03:18.126925+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T20:03:18.133465+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T20:03:18.134405+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T20:03:18.134983+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T20:03:18.292418+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:03:18.294230+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=time","method":"GET"} [] [2025-04-30T20:03:18.493278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:03:18.495118+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=logger","method":"GET"} [] [2025-04-30T20:04:47.884411+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:04:47.884516+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:04:47.893769+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=security","method":"GET"} [] [2025-04-30T20:04:47.893817+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=db","method":"GET"} [] [2025-04-30T20:06:27.301656+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:06:27.310889+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=twig","method":"GET"} [] [2025-04-30T20:07:58.853189+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:07:58.861326+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=config","method":"GET"} [] [2025-04-30T20:15:31.564436+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:15:31.573672+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=notifier","method":"GET"} [] [2025-04-30T20:26:53.038429+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:26:53.047161+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T20:26:53.160928+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T20:28:15.021875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:28:15.030960+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=validator","method":"GET"} [] [2025-04-30T20:35:14.213489+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:35:14.213436+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:35:14.222659+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=mailer","method":"GET"} [] [2025-04-30T20:35:14.222779+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=events","method":"GET"} [] [2025-04-30T20:38:05.293104+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:38:05.302040+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=http_client","method":"GET"} [] [2025-04-30T20:40:48.255031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:40:48.255126+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:40:48.263372+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=request","method":"GET"} [] [2025-04-30T20:40:48.263610+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=form","method":"GET"} [] [2025-04-30T20:42:09.306178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:42:09.314810+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"96ae32"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/96ae32?panel=dump","method":"GET"} [] [2025-04-30T20:55:06.569119+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:55:06.569177+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:55:06.577684+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=exception","method":"GET"} [] [2025-04-30T20:55:06.577739+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=logger","method":"GET"} [] [2025-04-30T20:56:27.256797+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T20:56:27.266384+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=dump","method":"GET"} [] [2025-04-30T21:05:14.720206+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:05:14.761477+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T21:05:14.875699+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T21:05:14.882964+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T21:05:14.883841+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T21:05:14.884523+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T21:05:15.047540+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:05:15.049294+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=notifier","method":"GET"} [] [2025-04-30T21:09:35.627304+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:09:35.635815+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=http_client","method":"GET"} [] [2025-04-30T21:10:55.971876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:10:55.980571+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=security","method":"GET"} [] [2025-04-30T21:13:36.224904+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:13:36.224946+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:13:36.234021+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=http_client","method":"GET"} [] [2025-04-30T21:13:36.234032+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=db","method":"GET"} [] [2025-04-30T21:15:03.642766+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:15:03.650860+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908","method":"GET"} [] [2025-04-30T21:16:28.588843+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:16:28.598449+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?panel=translation","method":"GET"} [] [2025-04-30T21:21:52.345456+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:21:52.354241+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=router","method":"GET"} [] [2025-04-30T21:26:00.106740+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:26:00.106743+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:26:00.115776+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=events","method":"GET"} [] [2025-04-30T21:26:00.115956+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=162.142.125.126","method":"GET"} [] [2025-04-30T21:26:02.683753+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:26:02.685692+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T21:26:02.701027+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T21:26:02.701068+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T21:26:02.701090+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T21:26:02.701105+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T21:26:02.701119+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T21:26:02.768115+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T21:26:02.775722+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T21:26:03.399897+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:26:03.401871+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-04-30T21:26:03.406087+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-04-30T21:26:03.406129+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T21:26:03.406154+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-04-30T21:26:03.406176+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T21:26:03.406196+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-04-30T21:26:03.443780+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T21:26:03.445655+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T21:28:43.787548+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:28:43.796228+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=config","method":"GET"} [] [2025-04-30T21:32:46.702871+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:32:46.703003+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:32:46.712147+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=form","method":"GET"} [] [2025-04-30T21:32:46.712307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=request","method":"GET"} [] [2025-04-30T21:34:07.612591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:34:07.622501+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-http%2FRememberMe%2FResponseListener.php&line=33","method":"GET"} [] [2025-04-30T21:34:07.743915+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:34:07.745874+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=config","method":"GET"} [] [2025-04-30T21:35:29.133491+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:35:29.142089+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=security","method":"GET"} [] [2025-04-30T21:39:34.410437+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:39:34.419419+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d/search/results?ip=162.142.125.126","method":"GET"} [] [2025-04-30T21:42:15.250810+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:42:15.260321+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=form","method":"GET"} [] [2025-04-30T21:42:15.424352+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:42:15.426115+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=cache","method":"GET"} [] [2025-04-30T21:44:59.263558+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:44:59.271983+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fweb-profiler-bundle%2FResources%2Fviews%2FProfiler%2Ftoolbar_js.html.twig&line=1","method":"GET"} [] [2025-04-30T21:46:20.585033+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:46:20.593224+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=translation","method":"GET"} [] [2025-04-30T21:47:44.330905+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:47:44.330943+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:47:44.340169+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=time","method":"GET"} [] [2025-04-30T21:47:44.340189+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=validator","method":"GET"} [] [2025-04-30T21:50:25.911475+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:50:25.920398+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=cache","method":"GET"} [] [2025-04-30T21:51:46.121094+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:51:46.130001+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T21:51:46.246792+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T21:53:07.040290+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:53:07.049188+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=time","method":"GET"} [] [2025-04-30T21:53:07.215421+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:53:07.217189+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=exception","method":"GET"} [] [2025-04-30T21:55:50.186533+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T21:55:50.195652+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=logger","method":"GET"} [] [2025-04-30T22:02:45.219090+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:02:45.219104+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:02:45.227945+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=notifier","method":"GET"} [] [2025-04-30T22:02:45.228007+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=router","method":"GET"} [] [2025-04-30T22:05:26.363748+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:05:26.406656+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T22:05:26.522403+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T22:05:26.529215+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T22:05:26.530026+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T22:05:26.530617+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T22:05:26.689902+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:05:26.691649+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=request","method":"GET"} [] [2025-04-30T22:08:07.031003+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:08:07.031041+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:08:07.040411+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29/search/results?ip=18.117.197.188","method":"GET"} [] [2025-04-30T22:08:07.040447+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=db","method":"GET"} [] [2025-04-30T22:09:26.844033+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:09:26.852571+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T22:09:26.968372+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T22:12:07.266160+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:12:07.275278+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=twig","method":"GET"} [] [2025-04-30T22:13:31.040399+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:13:31.049197+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=mailer","method":"GET"} [] [2025-04-30T22:16:18.770704+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:16:18.770716+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:16:18.770737+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:16:18.780241+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fhttp-kernel%2FEventListener%2FDisallowRobotsIndexingListener.php&line=27","method":"GET"} [] [2025-04-30T22:16:18.780327+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=twig","method":"GET"} [] [2025-04-30T22:16:18.780338+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c2d83d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c2d83d?panel=validator","method":"GET"} [] [2025-04-30T22:17:39.931271+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:17:39.939808+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=events","method":"GET"} [] [2025-04-30T22:26:07.349298+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:26:07.357846+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=translation","method":"GET"} [] [2025-04-30T22:30:08.476638+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:30:08.485037+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29?panel=mailer","method":"GET"} [] [2025-04-30T22:31:48.521070+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:31:48.529015+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=dump","method":"GET"} [] [2025-04-30T22:31:48.687935+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:31:48.689709+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=time","method":"GET"} [] [2025-04-30T22:33:18.260103+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:33:18.269115+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=validator","method":"GET"} [] [2025-04-30T22:33:18.442564+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:33:18.444337+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=http_client","method":"GET"} [] [2025-04-30T22:38:09.606526+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:38:09.614948+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=security","method":"GET"} [] [2025-04-30T22:44:45.657591+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:44:45.666572+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00","method":"GET"} [] [2025-04-30T22:46:26.026438+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:46:26.036178+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=http_client","method":"GET"} [] [2025-04-30T22:49:23.544124+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:49:23.544177+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:49:23.553561+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=db","method":"GET"} [] [2025-04-30T22:49:23.553687+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.116.65.119","method":"GET"} [] [2025-04-30T22:51:04.013774+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:51:04.022736+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=translation","method":"GET"} [] [2025-04-30T22:52:30.404070+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:52:30.412908+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=events","method":"GET"} [] [2025-04-30T22:54:02.974295+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:54:02.984340+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=router","method":"GET"} [] [2025-04-30T22:54:03.241477+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T22:54:03.243327+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=request","method":"GET"} [] [2025-04-30T23:01:31.337215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:01:31.345850+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=dump","method":"GET"} [] [2025-04-30T23:03:03.960581+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:03:03.968786+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"fd4586"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/fd4586","method":"GET"} [] [2025-04-30T23:04:34.958675+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:04:34.967728+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=notifier","method":"GET"} [] [2025-04-30T23:07:39.563957+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:07:39.605948+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-04-30T23:07:39.721272+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T23:07:39.728525+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T23:07:39.729442+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-04-30T23:07:39.729996+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-04-30T23:07:39.889971+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:07:39.891714+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=translation","method":"GET"} [] [2025-04-30T23:09:10.528796+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:09:10.540149+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=mailer","method":"GET"} [] [2025-04-30T23:12:15.497041+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:12:15.497051+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:12:15.508818+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=notifier","method":"GET"} [] [2025-04-30T23:12:15.508868+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T23:12:15.637202+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T23:13:41.428304+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:13:41.437045+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=form","method":"GET"} [] [2025-04-30T23:16:45.700672+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:16:45.711644+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=mailer","method":"GET"} [] [2025-04-30T23:19:43.707439+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:19:43.707547+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:19:43.716394+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=request","method":"GET"} [] [2025-04-30T23:19:43.716411+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=cache","method":"GET"} [] [2025-04-30T23:21:14.504925+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:21:14.514108+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=doctrine_migrations","method":"GET"} [] [2025-04-30T23:21:14.628728+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-04-30T23:24:07.283401+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:24:07.292601+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=security","method":"GET"} [] [2025-04-30T23:25:31.151525+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:25:31.161529+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=logger","method":"GET"} [] [2025-04-30T23:27:03.752864+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:27:03.761424+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=config","method":"GET"} [] [2025-04-30T23:30:05.275393+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:30:05.275277+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:30:05.284008+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=twig","method":"GET"} [] [2025-04-30T23:30:05.284115+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=db","method":"GET"} [] [2025-04-30T23:31:34.651785+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:31:34.660508+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=time","method":"GET"} [] [2025-04-30T23:38:02.274276+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:38:02.282713+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=logger","method":"GET"} [] [2025-04-30T23:44:03.850899+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:44:03.850924+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:44:03.859724+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=twig","method":"GET"} [] [2025-04-30T23:44:03.859734+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=events","method":"GET"} [] [2025-04-30T23:45:34.683524+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:45:34.692388+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=exception","method":"GET"} [] [2025-04-30T23:47:04.813494+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:47:04.821855+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=exception","method":"GET"} [] [2025-04-30T23:48:46.366960+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:48:46.375773+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=router","method":"GET"} [] [2025-04-30T23:51:45.516210+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:51:45.525541+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767?panel=cache","method":"GET"} [] [2025-04-30T23:53:15.441205+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:53:15.449963+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336/search/results?ip=18.116.65.119","method":"GET"} [] [2025-04-30T23:54:43.012309+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:54:43.021718+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fsecurity-bundle%2FSecurityBundle.php&line=54","method":"GET"} [] [2025-04-30T23:56:13.716964+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:56:13.726087+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767/search/results?ip=3.139.108.138","method":"GET"} [] [2025-04-30T23:57:44.064651+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-04-30T23:57:44.073944+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ff6336"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ff6336?panel=form","method":"GET"} [] [2025-05-01T00:09:39.072126+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:09:39.112222+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T00:09:39.246036+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T00:09:39.253739+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T00:09:39.254678+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T00:09:39.255252+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T00:09:39.419871+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:09:39.421731+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T00:09:39.577554+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T00:11:04.485179+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:11:04.493983+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=twig","method":"GET"} [] [2025-05-01T00:26:20.804458+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:26:20.813209+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=cache","method":"GET"} [] [2025-05-01T00:29:05.023986+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:29:05.033734+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=events","method":"GET"} [] [2025-05-01T00:31:45.019408+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:31:45.031153+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=db","method":"GET"} [] [2025-05-01T00:39:23.976855+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:39:23.985895+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=security","method":"GET"} [] [2025-05-01T00:40:54.512838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:40:54.521087+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=dump","method":"GET"} [] [2025-05-01T00:40:54.683462+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:40:54.685247+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=router","method":"GET"} [] [2025-05-01T00:42:21.956963+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:42:21.966302+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35","method":"GET"} [] [2025-05-01T00:42:22.165115+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:42:22.166904+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=exception","method":"GET"} [] [2025-05-01T00:49:26.358163+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T00:49:26.367201+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=translation","method":"GET"} [] [2025-05-01T01:03:26.575874+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:03:26.593758+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=time","method":"GET"} [] [2025-05-01T01:06:14.075309+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:06:14.084113+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=mailer","method":"GET"} [] [2025-05-01T01:07:35.127731+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:07:35.136660+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768/search/results?ip=18.188.119.49","method":"GET"} [] [2025-05-01T01:15:07.197164+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:15:07.239061+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T01:15:07.375500+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T01:15:07.403545+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T01:15:07.404486+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T01:15:07.405089+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T01:15:07.562300+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:15:07.564089+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=notifier","method":"GET"} [] [2025-05-01T01:21:50.501704+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:21:50.510128+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=validator","method":"GET"} [] [2025-05-01T01:21:50.674634+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:21:50.676359+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5959c5"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5959c5","method":"GET"} [] [2025-05-01T01:27:19.416986+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:27:19.425805+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=request","method":"GET"} [] [2025-05-01T01:30:00.841276+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:30:00.849608+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=config","method":"GET"} [] [2025-05-01T01:32:47.201433+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:32:47.209917+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"42aedf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/42aedf","method":"GET"} [] [2025-05-01T01:38:33.156949+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:38:33.166045+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768?panel=form","method":"GET"} [] [2025-05-01T01:41:18.346352+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:41:18.355576+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=notifier","method":"GET"} [] [2025-05-01T01:42:39.019325+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:42:39.028072+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=mailer","method":"GET"} [] [2025-05-01T01:44:00.754686+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:44:00.763411+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=validator","method":"GET"} [] [2025-05-01T01:45:14.133408+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:45:14.133427+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:45:14.142040+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T01:45:14.142160+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=router","method":"GET"} [] [2025-05-01T01:45:14.254643+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T01:47:54.913200+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:47:54.913046+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:47:54.913216+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:47:54.922289+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T01:47:54.922290+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=notifier","method":"GET"} [] [2025-05-01T01:47:54.922352+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373/search/results?ip=3.148.247.50","method":"GET"} [] [2025-05-01T01:47:55.034600+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T01:50:35.380063+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:50:35.391506+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=translation","method":"GET"} [] [2025-05-01T01:53:15.479311+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:53:15.487609+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=time","method":"GET"} [] [2025-05-01T01:57:15.726848+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:57:15.726887+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:57:15.735453+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=events","method":"GET"} [] [2025-05-01T01:57:15.735496+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=exception","method":"GET"} [] [2025-05-01T01:59:56.542534+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T01:59:56.550800+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=dump","method":"GET"} [] [2025-05-01T02:02:37.173587+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:02:37.182053+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=dump","method":"GET"} [] [2025-05-01T02:06:41.095563+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:06:41.103864+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=security","method":"GET"} [] [2025-05-01T02:09:04.036098+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:09:04.047286+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=logger","method":"GET"} [] [2025-05-01T02:10:13.096933+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:10:13.105394+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=translation","method":"GET"} [] [2025-05-01T02:12:43.709938+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:12:43.709977+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:12:43.722290+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=logger","method":"GET"} [] [2025-05-01T02:12:43.722413+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=exception","method":"GET"} [] [2025-05-01T02:14:03.693162+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:14:03.702621+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=db","method":"GET"} [] [2025-05-01T02:14:03.889483+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:14:03.891386+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=form","method":"GET"} [] [2025-05-01T02:17:42.158836+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:17:42.214066+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T02:17:42.550927+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T02:17:42.647421+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T02:17:42.648322+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T02:17:42.648863+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T02:17:42.831618+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:17:42.847849+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5c05b3"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5c05b3","method":"GET"} [] [2025-05-01T02:17:43.028904+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:17:43.030655+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=twig","method":"GET"} [] [2025-05-01T02:17:43.231264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:17:43.233035+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=validator","method":"GET"} [] [2025-05-01T02:22:14.322498+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:22:14.322624+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:22:14.331040+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908/search/results?ip=18.117.197.188","method":"GET"} [] [2025-05-01T02:22:14.331195+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=security","method":"GET"} [] [2025-05-01T02:23:25.576257+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:23:25.584422+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=request","method":"GET"} [] [2025-05-01T02:28:36.808855+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:28:36.820539+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=form","method":"GET"} [] [2025-05-01T02:36:18.121240+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:36:18.131047+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=db","method":"GET"} [] [2025-05-01T02:40:22.778946+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:40:22.796197+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=cache","method":"GET"} [] [2025-05-01T02:41:44.618282+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:41:44.626659+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=twig","method":"GET"} [] [2025-05-01T02:43:04.336980+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:43:04.336998+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:43:04.358770+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=router","method":"GET"} [] [2025-05-01T02:43:04.358903+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=time","method":"GET"} [] [2025-05-01T02:45:45.532491+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:45:45.572065+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=mailer","method":"GET"} [] [2025-05-01T02:49:45.622180+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:49:45.659581+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=http_client","method":"GET"} [] [2025-05-01T02:53:46.669947+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:53:46.679182+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=cache","method":"GET"} [] [2025-05-01T02:56:30.824181+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:56:30.836564+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=request","method":"GET"} [] [2025-05-01T02:57:52.360570+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T02:57:52.369793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=config","method":"GET"} [] [2025-05-01T03:03:15.655200+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:03:15.694120+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=events","method":"GET"} [] [2025-05-01T03:04:22.493058+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:04:22.596702+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T03:04:23.378537+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T03:04:23.432976+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T03:04:23.433896+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T03:04:23.434573+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T03:04:24.411701+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:04:24.413483+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa0b60"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/aa0b60?panel=request","method":"GET"} [] [2025-05-01T03:05:59.523786+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:05:59.533123+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b3f908"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b3f908?panel=config","method":"GET"} [] [2025-05-01T03:07:19.081550+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:07:19.096559+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373?panel=http_client","method":"GET"} [] [2025-05-01T03:07:19.364679+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:07:19.366507+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Fmaker-bundle%2Fsrc%2FEvent%2FConsoleErrorSubscriber.php&line=46","method":"GET"} [] [2025-05-01T03:12:43.027818+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:12:43.037865+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=form","method":"GET"} [] [2025-05-01T03:23:04.782732+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:23:04.825326+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T03:23:05.365499+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T03:23:05.402015+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T03:23:05.402939+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T03:23:05.403580+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T03:23:05.610786+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:23:05.643564+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=time","method":"GET"} [] [2025-05-01T03:24:24.928325+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:24:24.963059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=form","method":"GET"} [] [2025-05-01T03:24:25.253329+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:24:25.255060+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=db","method":"GET"} [] [2025-05-01T03:25:45.044063+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:25:45.070851+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=translation","method":"GET"} [] [2025-05-01T03:25:45.044146+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:25:45.089643+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=request","method":"GET"} [] [2025-05-01T03:29:47.677659+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:29:47.686741+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.117.197.188","method":"GET"} [] [2025-05-01T03:31:08.674897+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:31:08.691944+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a","method":"GET"} [] [2025-05-01T03:33:51.538111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:33:51.546775+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=request","method":"GET"} [] [2025-05-01T03:37:54.548243+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:37:54.572164+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=config","method":"GET"} [] [2025-05-01T03:43:39.783166+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:43:39.793716+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T03:43:39.953211+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T03:45:00.296585+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:45:00.308894+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=db","method":"GET"} [] [2025-05-01T03:45:00.551089+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:45:00.552907+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=security","method":"GET"} [] [2025-05-01T03:46:21.109218+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:46:21.139479+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=http_client","method":"GET"} [] [2025-05-01T03:51:44.398903+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:51:44.398897+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:51:44.409965+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=twig","method":"GET"} [] [2025-05-01T03:51:44.410156+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=notifier","method":"GET"} [] [2025-05-01T03:53:04.459227+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:53:04.469697+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=events","method":"GET"} [] [2025-05-01T03:58:33.866691+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T03:58:33.897658+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=cache","method":"GET"} [] [2025-05-01T04:00:13.859632+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:00:13.876095+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=events","method":"GET"} [] [2025-05-01T04:02:55.955841+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:02:55.964863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=dump","method":"GET"} [] [2025-05-01T04:13:45.525428+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:13:45.547857+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fdoctrine%2Fdbal%2Fsrc%2FSchema%2FAbstractSchemaManager.php&line=352","method":"GET"} [] [2025-05-01T04:15:05.526579+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:15:05.539989+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=exception","method":"GET"} [] [2025-05-01T04:20:33.500286+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:20:33.525607+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"e73803"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/e73803","method":"GET"} [] [2025-05-01T04:23:18.435011+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:23:18.539220+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T04:23:19.003793+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T04:23:19.022965+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T04:23:19.023912+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T04:23:19.024312+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T04:23:19.226240+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:23:19.236229+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af/search/results?ip=3.12.162.40","method":"GET"} [] [2025-05-01T04:23:19.415257+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:23:19.417255+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=http_client","method":"GET"} [] [2025-05-01T04:24:39.112413+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:24:39.121141+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=config","method":"GET"} [] [2025-05-01T04:27:19.729081+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:27:19.748835+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=router","method":"GET"} [] [2025-05-01T04:28:40.572702+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:28:40.594162+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=cache","method":"GET"} [] [2025-05-01T04:30:12.207937+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:30:12.216800+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=notifier","method":"GET"} [] [2025-05-01T04:31:32.377684+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:31:32.396729+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=translation","method":"GET"} [] [2025-05-01T04:34:19.186293+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:34:19.195321+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=validator","method":"GET"} [] [2025-05-01T04:35:48.178671+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:35:48.187211+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=mailer","method":"GET"} [] [2025-05-01T04:37:08.983830+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:37:08.992725+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=logger","method":"GET"} [] [2025-05-01T04:38:29.029520+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:38:29.049728+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=time","method":"GET"} [] [2025-05-01T04:38:29.029562+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:38:29.060011+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=logger","method":"GET"} [] [2025-05-01T04:42:32.417435+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:42:32.427313+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=security","method":"GET"} [] [2025-05-01T04:47:57.821700+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:47:57.830493+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=router","method":"GET"} [] [2025-05-01T04:49:17.558386+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:49:17.567078+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=exception","method":"GET"} [] [2025-05-01T04:50:37.585014+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:50:37.594290+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af?panel=dump","method":"GET"} [] [2025-05-01T04:50:37.585215+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:50:37.605226+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"b32a00"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/b32a00?panel=validator","method":"GET"} [] [2025-05-01T04:53:07.549898+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:53:07.563081+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=validator","method":"GET"} [] [2025-05-01T04:56:59.399349+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T04:56:59.408333+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=router","method":"GET"} [] [2025-05-01T05:00:54.151704+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:00:54.160390+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=config","method":"GET"} [] [2025-05-01T05:08:24.227013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:08:24.247293+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=translation","method":"GET"} [] [2025-05-01T05:12:00.178937+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:12:00.233275+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=request","method":"GET"} [] [2025-05-01T05:14:33.514482+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:14:33.514601+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:14:33.525420+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=events","method":"GET"} [] [2025-05-01T05:14:33.525520+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=notifier","method":"GET"} [] [2025-05-01T05:31:16.725171+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:31:16.766060+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T05:31:16.881268+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T05:31:16.888614+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T05:31:16.889597+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T05:31:16.890316+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T05:31:17.063504+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:31:17.065831+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=twig","method":"GET"} [] [2025-05-01T05:32:29.119999+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:32:29.128519+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35/search/results?ip=18.188.119.49","method":"GET"} [] [2025-05-01T05:34:45.786771+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:34:45.795498+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=cache","method":"GET"} [] [2025-05-01T05:47:23.528018+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:47:23.540336+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=time","method":"GET"} [] [2025-05-01T05:53:56.159479+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:53:56.168265+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=http_client","method":"GET"} [] [2025-05-01T05:53:56.159626+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T05:53:56.189869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.139.108.138","method":"GET"} [] [2025-05-01T06:03:53.830659+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:03:53.839089+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=mailer","method":"GET"} [] [2025-05-01T06:03:53.830785+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:03:53.852949+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=dump","method":"GET"} [] [2025-05-01T06:18:06.537507+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:18:06.546705+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=exception","method":"GET"} [] [2025-05-01T06:25:26.510391+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:25:26.519201+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=form","method":"GET"} [] [2025-05-01T06:26:35.129399+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:26:35.138815+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.188.119.49","method":"GET"} [] [2025-05-01T06:27:55.150821+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:27:55.159612+02:00] request.INFO: Matched route "_profiler_open_file". {"route":"_profiler_open_file","route_parameters":{"_route":"_profiler_open_file","_controller":"web_profiler.controller.profiler::openAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/open?file=vendor%2Fsymfony%2Frouting%2FMatcher%2FDumper%2FCompiledUrlMatcherTrait.php&line=74","method":"GET"} [] [2025-05-01T06:29:15.496060+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:29:15.496052+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:29:15.505121+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=db","method":"GET"} [] [2025-05-01T06:29:15.506662+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=security","method":"GET"} [] [2025-05-01T06:29:15.514808+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T06:29:15.517386+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"2aad35"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/2aad35?panel=logger","method":"GET"} [] [2025-05-01T07:01:03.597369+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T07:01:03.647693+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T07:01:04.230957+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T07:01:04.238450+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T07:01:04.239397+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T07:01:04.239903+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T07:01:04.422820+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T07:01:04.443042+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.148.247.50","method":"GET"} [] [2025-05-01T08:06:33.906406+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:06:33.957307+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T08:06:34.070623+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T08:06:34.077161+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T08:06:34.078072+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T08:06:34.078524+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T08:06:34.242565+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:06:34.244584+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=http_client","method":"GET"} [] [2025-05-01T08:07:55.358449+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:07:55.367246+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=config","method":"GET"} [] [2025-05-01T08:09:15.960865+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:09:15.969380+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=mailer","method":"GET"} [] [2025-05-01T08:10:35.956935+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:10:35.965483+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=twig","method":"GET"} [] [2025-05-01T08:11:57.514764+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:11:57.523098+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=translation","method":"GET"} [] [2025-05-01T08:14:39.836177+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:14:39.844781+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f8f767"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f8f767","method":"GET"} [] [2025-05-01T08:18:42.845105+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:18:42.845102+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:18:42.853626+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=time","method":"GET"} [] [2025-05-01T08:18:42.853631+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=validator","method":"GET"} [] [2025-05-01T08:21:23.053291+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:21:23.053296+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:21:23.062156+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=config","method":"GET"} [] [2025-05-01T08:21:23.062293+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=validator","method":"GET"} [] [2025-05-01T08:22:45.557966+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:22:45.566817+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=notifier","method":"GET"} [] [2025-05-01T08:25:27.276728+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:25:27.276831+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:25:27.285632+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=router","method":"GET"} [] [2025-05-01T08:25:27.285666+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=request","method":"GET"} [] [2025-05-01T08:26:47.915686+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:26:47.915700+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:26:47.925304+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T08:26:47.925307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"173d29"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/173d29","method":"GET"} [] [2025-05-01T08:26:48.043852+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T08:29:29.602582+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:29:29.611067+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=mailer","method":"GET"} [] [2025-05-01T08:33:32.706990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:33:32.707018+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:33:32.716060+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=cache","method":"GET"} [] [2025-05-01T08:33:32.750075+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T08:33:32.856539+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T08:33:32.863899+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T08:33:32.864766+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T08:33:32.865455+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T08:33:33.149196+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:33:33.151015+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"9a6b7e"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/9a6b7e","method":"GET"} [] [2025-05-01T08:36:13.570423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:36:13.579111+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=cache","method":"GET"} [] [2025-05-01T08:38:53.443264+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:38:53.452433+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=request","method":"GET"} [] [2025-05-01T08:42:55.302986+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:42:55.312754+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=db","method":"GET"} [] [2025-05-01T08:44:15.516599+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:44:15.525802+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=http_client","method":"GET"} [] [2025-05-01T08:50:58.910499+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:50:58.919496+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=notifier","method":"GET"} [] [2025-05-01T08:52:19.362578+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:52:19.371398+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=exception","method":"GET"} [] [2025-05-01T08:53:40.399559+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:53:40.407875+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=security","method":"GET"} [] [2025-05-01T08:55:00.220557+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:55:00.230190+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=logger","method":"GET"} [] [2025-05-01T08:56:20.472735+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:56:20.481454+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T08:56:20.472849+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:56:20.492830+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=time","method":"GET"} [] [2025-05-01T08:56:20.606264+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T08:57:41.213895+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:57:41.222350+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=exception","method":"GET"} [] [2025-05-01T08:59:03.177806+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T08:59:03.186620+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=db","method":"GET"} [] [2025-05-01T09:03:04.958222+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:03:04.966803+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=events","method":"GET"} [] [2025-05-01T09:05:45.071309+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:05:45.080213+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff","method":"GET"} [] [2025-05-01T09:11:13.048402+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:11:13.091437+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T09:11:13.209771+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T09:11:13.216496+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T09:11:13.217413+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T09:11:13.217948+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T09:11:13.384672+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:11:13.386815+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a/search/results?ip=3.12.162.40","method":"GET"} [] [2025-05-01T09:16:44.408914+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:16:44.417469+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=form","method":"GET"} [] [2025-05-01T09:20:47.242889+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:20:47.252213+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=form","method":"GET"} [] [2025-05-01T09:20:47.462261+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:20:47.464043+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=events","method":"GET"} [] [2025-05-01T09:23:27.194010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:23:27.213522+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=translation","method":"GET"} [] [2025-05-01T09:24:47.888475+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:24:47.897054+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9/search/results?ip=18.116.60.81","method":"GET"} [] [2025-05-01T09:27:32.565755+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:27:32.574616+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=dump","method":"GET"} [] [2025-05-01T09:28:54.080577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:28:54.089055+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=time","method":"GET"} [] [2025-05-01T09:28:54.255850+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:28:54.257733+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9?panel=twig","method":"GET"} [] [2025-05-01T09:31:34.188399+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:31:34.196934+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=dump","method":"GET"} [] [2025-05-01T09:32:55.677967+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T09:32:55.686649+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7ffc4a"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7ffc4a?panel=security","method":"GET"} [] [2025-05-01T10:15:53.643933+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T10:15:53.686532+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/.git/config"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/.git/config\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/.git/config/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T10:15:53.798097+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T10:15:53.805111+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T10:15:53.806044+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T10:15:53.806457+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T10:46:39.390017+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T10:46:39.455862+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T10:46:39.607140+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T10:46:39.625904+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T10:46:39.626755+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T10:46:39.627111+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T10:46:39.796713+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T10:46:39.798884+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.12.162.40","method":"GET"} [] [2025-05-01T11:01:54.850430+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:01:54.859044+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-01T11:11:44.034148+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:11:44.043654+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-01T11:14:42.245729+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:14:42.254708+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=cache","method":"GET"} [] [2025-05-01T11:19:34.571229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:19:34.579591+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=twig","method":"GET"} [] [2025-05-01T11:22:01.160650+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:22:01.169425+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff/search/results?ip=18.116.60.81","method":"GET"} [] [2025-05-01T11:24:38.869952+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:24:38.878920+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T11:24:38.993625+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T11:27:19.106804+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:27:19.115607+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=validator","method":"GET"} [] [2025-05-01T11:28:40.044162+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:28:40.053122+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=request","method":"GET"} [] [2025-05-01T11:34:00.784027+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:34:00.784178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:34:00.792278+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=http_client","method":"GET"} [] [2025-05-01T11:34:00.792438+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=mailer","method":"GET"} [] [2025-05-01T11:36:38.345557+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:36:38.354590+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=translation","method":"GET"} [] [2025-05-01T11:37:58.229178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:37:58.229200+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:37:58.238232+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=security","method":"GET"} [] [2025-05-01T11:37:58.238251+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=time","method":"GET"} [] [2025-05-01T11:39:18.222304+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:39:18.230960+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=router","method":"GET"} [] [2025-05-01T11:42:01.102297+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:42:01.111785+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=config","method":"GET"} [] [2025-05-01T11:42:01.285258+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:42:01.286980+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=config","method":"GET"} [] [2025-05-01T11:45:59.971535+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:45:59.980783+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=translation","method":"GET"} [] [2025-05-01T11:48:40.903838+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:48:40.946692+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T11:48:41.066496+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T11:48:41.073881+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T11:48:41.074820+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T11:48:41.075370+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T11:48:41.244790+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:48:41.247000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=logger","method":"GET"} [] [2025-05-01T11:51:03.833862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:51:03.842304+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=events","method":"GET"} [] [2025-05-01T11:53:41.491575+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:53:41.500787+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=logger","method":"GET"} [] [2025-05-01T11:56:04.857850+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:56:04.866335+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=request","method":"GET"} [] [2025-05-01T11:58:32.804775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T11:58:32.814081+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T11:58:32.927345+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T12:00:43.737769+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:00:43.746975+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=mailer","method":"GET"} [] [2025-05-01T12:05:35.377346+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:05:35.386122+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=dump","method":"GET"} [] [2025-05-01T12:08:11.267906+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:08:11.276792+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=cache","method":"GET"} [] [2025-05-01T12:09:31.363833+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:09:31.372777+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=db","method":"GET"} [] [2025-05-01T12:12:10.630217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:12:10.639617+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=db","method":"GET"} [] [2025-05-01T12:13:32.211419+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:13:32.220546+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=form","method":"GET"} [] [2025-05-01T12:14:48.584351+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:14:48.592807+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"10e3af"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/10e3af","method":"GET"} [] [2025-05-01T12:18:21.785832+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:18:21.785842+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:18:21.794771+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=notifier","method":"GET"} [] [2025-05-01T12:18:21.794771+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=twig","method":"GET"} [] [2025-05-01T12:22:00.308493+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:22:00.317328+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=security","method":"GET"} [] [2025-05-01T12:25:57.711934+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:25:57.720449+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.116.60.81","method":"GET"} [] [2025-05-01T12:28:20.424977+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:28:20.433292+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=router","method":"GET"} [] [2025-05-01T12:30:52.958031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:30:52.958031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:30:52.967120+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=notifier","method":"GET"} [] [2025-05-01T12:30:52.967140+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"4caa6f"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/4caa6f?panel=http_client","method":"GET"} [] [2025-05-01T12:33:23.523681+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:33:23.532101+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=validator","method":"GET"} [] [2025-05-01T12:39:59.450477+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:39:59.458778+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=form","method":"GET"} [] [2025-05-01T12:50:44.344197+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:50:44.386949+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T12:50:44.501252+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T12:50:44.508087+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T12:50:44.509036+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T12:50:44.509625+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T12:50:44.666493+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:50:44.668255+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"7941ff"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/7941ff?panel=dump","method":"GET"} [] [2025-05-01T12:53:14.924271+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:53:14.965757+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T12:53:15.080877+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T12:53:15.085867+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T12:53:15.086789+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T12:53:15.087286+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T12:53:15.920691+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T12:53:15.922566+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=time","method":"GET"} [] [2025-05-01T13:14:14.575749+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:14:14.584736+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=notifier","method":"GET"} [] [2025-05-01T13:23:27.614813+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:23:27.614845+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:23:27.623192+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4","method":"GET"} [] [2025-05-01T13:23:27.623196+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=validator","method":"GET"} [] [2025-05-01T13:32:43.314463+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:32:43.314697+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:32:43.323350+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=dump","method":"GET"} [] [2025-05-01T13:32:43.323403+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=events","method":"GET"} [] [2025-05-01T13:46:00.567874+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:46:00.576344+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58/search/results?ip=18.117.189.90","method":"GET"} [] [2025-05-01T13:52:32.767271+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:52:32.818751+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T13:52:32.933715+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T13:52:32.940911+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T13:52:32.941870+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T13:52:32.942352+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T13:52:33.108387+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:52:33.110235+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=time","method":"GET"} [] [2025-05-01T13:53:01.112890+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:53:01.121774+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-05-01T13:53:01.158420+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-01T13:53:01.158474+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-01T13:53:01.158495+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-01T13:53:01.158510+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-01T13:53:01.158528+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-01T13:53:01.274509+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T13:53:01.279239+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T13:55:12.093193+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:55:12.093188+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:55:12.102148+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=mailer","method":"GET"} [] [2025-05-01T13:55:12.102148+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=security","method":"GET"} [] [2025-05-01T13:57:44.820430+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:57:44.829231+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=logger","method":"GET"} [] [2025-05-01T13:59:01.478974+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T13:59:01.488359+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=exception","method":"GET"} [] [2025-05-01T14:05:35.009714+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:05:35.018461+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=db","method":"GET"} [] [2025-05-01T14:19:03.225503+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:19:03.225535+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:19:03.234761+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=config","method":"GET"} [] [2025-05-01T14:19:03.234787+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T14:19:03.352005+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T14:22:57.471708+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:22:57.480391+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=form","method":"GET"} [] [2025-05-01T14:25:33.725265+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:25:33.734477+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=twig","method":"GET"} [] [2025-05-01T14:26:53.688405+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:26:53.688525+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:26:53.696976+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=router","method":"GET"} [] [2025-05-01T14:26:53.696977+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=http_client","method":"GET"} [] [2025-05-01T14:29:24.403076+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:29:24.403124+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:29:24.412038+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=request","method":"GET"} [] [2025-05-01T14:29:24.412085+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58?panel=cache","method":"GET"} [] [2025-05-01T14:46:08.751880+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T14:46:08.760556+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"c23373"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/c23373","method":"GET"} [] [2025-05-01T15:46:46.427924+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T15:46:46.484708+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T15:46:46.607576+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T15:46:46.614446+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T15:46:46.615461+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T15:46:46.616108+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T15:46:46.788927+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T15:46:46.791060+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"436ea9"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/436ea9","method":"GET"} [] [2025-05-01T16:00:30.716270+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:00:30.725278+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-01T16:00:38.207143+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:00:38.209050+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-01T16:04:58.322380+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:04:58.331460+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=security","method":"GET"} [] [2025-05-01T16:07:35.261254+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:07:35.270033+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=security","method":"GET"} [] [2025-05-01T16:08:55.139286+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:08:55.148380+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=form","method":"GET"} [] [2025-05-01T16:12:56.256645+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:12:56.265732+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=config","method":"GET"} [] [2025-05-01T16:14:16.443503+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:14:16.443613+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:14:16.452997+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=db","method":"GET"} [] [2025-05-01T16:14:16.453033+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=events","method":"GET"} [] [2025-05-01T16:15:37.030188+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:15:37.038890+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=request","method":"GET"} [] [2025-05-01T16:18:21.584844+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:18:21.593868+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=twig","method":"GET"} [] [2025-05-01T16:21:03.418770+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:21:03.428060+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=dump","method":"GET"} [] [2025-05-01T16:23:45.150621+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:23:45.159834+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=exception","method":"GET"} [] [2025-05-01T16:26:25.305045+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:26:25.313726+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=exception","method":"GET"} [] [2025-05-01T16:29:09.518632+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:29:09.527714+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=dump","method":"GET"} [] [2025-05-01T16:31:54.276849+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:31:54.276977+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:31:54.286277+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=notifier","method":"GET"} [] [2025-05-01T16:31:54.286381+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=translation","method":"GET"} [] [2025-05-01T16:35:55.567748+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:35:55.567873+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:35:55.576802+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=time","method":"GET"} [] [2025-05-01T16:35:55.576842+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T16:35:55.693489+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T16:37:15.108086+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:37:15.107985+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:37:15.116921+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=http_client","method":"GET"} [] [2025-05-01T16:37:15.116929+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=logger","method":"GET"} [] [2025-05-01T16:39:55.718657+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:39:55.718660+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:39:55.727110+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4","method":"GET"} [] [2025-05-01T16:39:55.727243+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=time","method":"GET"} [] [2025-05-01T16:50:51.796108+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:50:51.805344+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-05-01T16:50:51.895681+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-01T16:50:51.895737+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-01T16:50:51.895757+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-01T16:50:51.895772+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-01T16:50:51.895787+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-01T16:50:52.001691+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T16:50:52.008226+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T16:54:44.891915+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:54:44.934579+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T16:54:45.054945+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T16:54:45.059779+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T16:54:45.060586+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T16:54:45.061060+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T16:54:45.228376+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:54:45.230251+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=request","method":"GET"} [] [2025-05-01T16:54:45.428507+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:54:45.430393+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=cache","method":"GET"} [] [2025-05-01T16:56:05.184353+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:56:05.193322+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=router","method":"GET"} [] [2025-05-01T16:57:25.241149+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:57:25.249687+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=config","method":"GET"} [] [2025-05-01T16:58:45.565164+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T16:58:45.573971+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=notifier","method":"GET"} [] [2025-05-01T17:00:06.356676+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:00:06.364857+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=router","method":"GET"} [] [2025-05-01T17:02:50.999013+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:02:51.007673+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=twig","method":"GET"} [] [2025-05-01T17:05:41.630728+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:05:41.639307+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=cache","method":"GET"} [] [2025-05-01T17:07:03.089398+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:07:03.098195+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=mailer","method":"GET"} [] [2025-05-01T17:08:23.400099+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:08:23.408277+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=validator","method":"GET"} [] [2025-05-01T17:09:44.147216+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:09:44.156476+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4/search/results?ip=18.117.189.90","method":"GET"} [] [2025-05-01T17:12:25.349786+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:12:25.358474+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180?panel=form","method":"GET"} [] [2025-05-01T17:12:25.523787+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:12:25.525528+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=validator","method":"GET"} [] [2025-05-01T17:21:55.820649+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:21:55.829616+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=http_client","method":"GET"} [] [2025-05-01T17:24:36.052883+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:24:36.053132+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:24:36.061975+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"8889e4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/8889e4?panel=translation","method":"GET"} [] [2025-05-01T17:24:36.061998+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180/search/results?ip=3.143.7.75","method":"GET"} [] [2025-05-01T17:43:34.533057+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T17:43:34.541909+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.117.189.90","method":"GET"} [] [2025-05-01T19:27:07.707278+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:27:07.751230+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T19:27:07.914293+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T19:27:07.924408+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T19:27:07.925323+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T19:27:07.925926+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T19:27:08.101862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:27:08.103949+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=validator","method":"GET"} [] [2025-05-01T19:47:25.477921+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:47:25.486805+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=db","method":"GET"} [] [2025-05-01T19:48:45.851298+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:48:45.860698+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=events","method":"GET"} [] [2025-05-01T19:52:41.979727+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:52:41.988576+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"POST"} [] [2025-05-01T19:52:42.010702+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-01T19:52:42.010746+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-01T19:52:42.012553+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-01T19:52:42.012584+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-01T19:52:42.012605+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-01T19:52:42.092334+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T19:52:42.099109+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T19:56:52.868679+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:56:52.868793+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T19:56:52.878483+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=cache","method":"GET"} [] [2025-05-01T19:56:52.878617+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T19:56:52.989897+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T20:03:34.827913+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:03:34.836758+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=logger","method":"GET"} [] [2025-05-01T20:07:35.769009+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:07:35.777039+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=mailer","method":"GET"} [] [2025-05-01T20:08:59.649233+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:08:59.658241+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83/search/results?ip=13.59.234.246","method":"GET"} [] [2025-05-01T20:17:06.295493+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:17:06.304548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=exception","method":"GET"} [] [2025-05-01T20:26:30.513888+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:26:30.522988+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=request","method":"GET"} [] [2025-05-01T20:31:56.134734+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:31:56.178595+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T20:31:56.297393+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T20:31:56.304597+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T20:31:56.305548+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T20:31:56.306111+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T20:31:56.465746+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:31:56.467532+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=time","method":"GET"} [] [2025-05-01T20:37:22.606222+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:37:22.614915+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=router","method":"GET"} [] [2025-05-01T20:42:44.858217+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:42:44.866929+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=dump","method":"GET"} [] [2025-05-01T20:42:45.027623+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:42:45.029374+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb","method":"GET"} [] [2025-05-01T20:44:05.407598+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:44:05.417821+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=config","method":"GET"} [] [2025-05-01T20:45:25.832473+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:45:25.841221+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=security","method":"GET"} [] [2025-05-01T20:46:46.508487+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:46:46.516954+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=translation","method":"GET"} [] [2025-05-01T20:50:48.481454+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:50:48.490140+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=twig","method":"GET"} [] [2025-05-01T20:52:09.400009+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T20:52:09.408418+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83?panel=notifier","method":"GET"} [] [2025-05-01T22:13:55.863592+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:13:55.872035+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-01T22:15:32.905490+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:15:32.914472+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-01T22:34:33.778239+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:34:33.821941+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T22:34:33.949417+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T22:34:33.956688+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T22:34:33.957627+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T22:34:33.958282+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T22:34:34.124318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:34:34.126110+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=validator","method":"GET"} [] [2025-05-01T22:34:34.325311+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:34:34.327068+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=events","method":"GET"} [] [2025-05-01T22:38:35.440590+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:38:35.440615+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:38:35.449800+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"403b58"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/403b58","method":"GET"} [] [2025-05-01T22:38:35.449812+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=twig","method":"GET"} [] [2025-05-01T22:43:59.543237+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:43:59.543111+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:43:59.552176+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=translation","method":"GET"} [] [2025-05-01T22:43:59.552290+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=http_client","method":"GET"} [] [2025-05-01T22:50:45.831639+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:50:45.831669+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:50:45.840012+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=config","method":"GET"} [] [2025-05-01T22:50:45.840077+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=doctrine_migrations","method":"GET"} [] [2025-05-01T22:50:45.949634+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-01T22:52:06.895721+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:52:06.905202+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4/search/results?ip=3.143.7.75","method":"GET"} [] [2025-05-01T22:58:54.478876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:58:54.479024+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T22:58:54.487650+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=time","method":"GET"} [] [2025-05-01T22:58:54.487683+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=db","method":"GET"} [] [2025-05-01T23:02:55.965297+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:02:55.974037+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=form","method":"GET"} [] [2025-05-01T23:11:05.136287+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:11:05.144454+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=mailer","method":"GET"} [] [2025-05-01T23:15:05.891076+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:15:05.899377+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=cache","method":"GET"} [] [2025-05-01T23:16:26.686204+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:16:26.695349+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.143.7.75","method":"GET"} [] [2025-05-01T23:28:28.331100+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:28:28.340155+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=router","method":"GET"} [] [2025-05-01T23:35:22.879150+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:35:22.925325+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-01T23:35:23.055914+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T23:35:23.063743+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T23:35:23.064671+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-01T23:35:23.065164+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-01T23:35:23.230404+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:35:23.232174+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=request","method":"GET"} [] [2025-05-01T23:36:51.948879+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:36:51.957721+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=exception","method":"GET"} [] [2025-05-01T23:38:14.119421+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:38:14.128738+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=dump","method":"GET"} [] [2025-05-01T23:39:49.836011+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:39:49.844864+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=notifier","method":"GET"} [] [2025-05-01T23:56:45.231156+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-01T23:56:45.241217+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=security","method":"GET"} [] [2025-05-02T00:02:15.366454+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T00:02:15.375550+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"19c8d4"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/19c8d4?panel=logger","method":"GET"} [] [2025-05-02T01:47:46.272279+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T01:47:46.322855+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T01:47:46.442121+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T01:47:46.449868+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T01:47:46.450904+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T01:47:46.451583+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T01:47:46.611662+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T01:47:46.613426+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=dump","method":"GET"} [] [2025-05-02T01:57:24.135920+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T01:57:24.144733+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=logger","method":"GET"} [] [2025-05-02T02:00:04.844990+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:00:04.861951+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19/search/results?ip=3.142.83.171","method":"GET"} [] [2025-05-02T02:00:04.983981+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:00:04.985844+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=form","method":"GET"} [] [2025-05-02T02:02:47.249859+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:02:47.258725+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=config","method":"GET"} [] [2025-05-02T02:06:51.669008+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:06:51.677289+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=validator","method":"GET"} [] [2025-05-02T02:13:35.983199+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:13:36.003880+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf","method":"GET"} [] [2025-05-02T02:18:54.734291+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:18:54.742844+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=mailer","method":"GET"} [] [2025-05-02T02:20:15.071876+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:20:15.081027+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=notifier","method":"GET"} [] [2025-05-02T02:21:35.724443+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:21:35.735254+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=exception","method":"GET"} [] [2025-05-02T02:24:16.689686+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:24:16.702646+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=cache","method":"GET"} [] [2025-05-02T02:35:03.385703+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:35:03.394368+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T02:35:03.570090+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T02:36:24.394010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:36:24.404413+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=router","method":"GET"} [] [2025-05-02T02:36:24.760425+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:36:24.762160+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=translation","method":"GET"} [] [2025-05-02T02:45:52.154867+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:45:52.163180+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=request","method":"GET"} [] [2025-05-02T02:47:12.477147+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:47:12.486928+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=http_client","method":"GET"} [] [2025-05-02T02:58:04.646299+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:58:04.707443+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T02:58:04.892928+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T02:58:04.900539+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T02:58:04.901450+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T02:58:04.901905+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T02:58:05.082913+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T02:58:05.084659+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=twig","method":"GET"} [] [2025-05-02T03:11:35.597047+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T03:11:35.630059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=db","method":"GET"} [] [2025-05-02T03:12:55.361205+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T03:12:55.376628+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=time","method":"GET"} [] [2025-05-02T03:14:16.205227+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T03:14:16.214954+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19?panel=security","method":"GET"} [] [2025-05-02T03:26:28.410866+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T03:26:28.419722+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"518768"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/518768","method":"GET"} [] [2025-05-02T04:06:45.105746+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:06:45.114064+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T04:08:36.035050+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:08:36.044240+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T04:26:44.606756+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:26:44.615271+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T04:28:33.259191+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:28:33.268525+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T04:39:49.213694+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:39:49.255412+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T04:39:49.370739+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T04:39:49.378080+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T04:39:49.379017+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T04:39:49.379749+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T04:39:49.549675+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:39:49.551769+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=13.59.234.246","method":"GET"} [] [2025-05-02T04:44:58.087411+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:44:58.095677+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T04:46:51.238964+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:46:51.247769+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T04:53:22.672610+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T04:53:22.684921+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=request","method":"GET"} [] [2025-05-02T05:01:53.456119+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:01:53.465178+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=translation","method":"GET"} [] [2025-05-02T05:03:10.752187+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:03:10.761179+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=validator","method":"GET"} [] [2025-05-02T05:05:33.009930+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:05:33.019368+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=events","method":"GET"} [] [2025-05-02T05:08:04.644165+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:08:04.653381+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=notifier","method":"GET"} [] [2025-05-02T05:08:04.824753+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:08:04.826687+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=dump","method":"GET"} [] [2025-05-02T05:09:38.950917+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:09:38.959588+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-05-02T05:09:38.997435+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-02T05:09:38.997480+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T05:09:38.997500+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T05:09:38.997514+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T05:09:38.997528+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T05:09:39.097188+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T05:09:39.104387+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T05:09:39.342660+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:09:39.344481+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"http://mondeanimal.web-ice.site/","method":"GET"} [] [2025-05-02T05:09:39.347680+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-02T05:09:39.347712+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T05:09:39.347731+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T05:09:39.347745+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T05:09:39.347761+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T05:09:39.378688+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T05:09:39.380311+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T05:10:33.915984+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:10:33.916010+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:10:33.926397+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=security","method":"GET"} [] [2025-05-02T05:10:33.926572+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349/search/results?ip=3.23.61.129","method":"GET"} [] [2025-05-02T05:16:54.879718+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:16:54.889408+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=time","method":"GET"} [] [2025-05-02T05:22:03.554790+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:22:03.564025+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=twig","method":"GET"} [] [2025-05-02T05:25:43.520298+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:25:43.520328+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:25:43.529485+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=http_client","method":"GET"} [] [2025-05-02T05:25:43.529624+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=db","method":"GET"} [] [2025-05-02T05:35:41.425283+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:35:41.476930+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=form","method":"GET"} [] [2025-05-02T05:38:20.853456+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:38:20.853611+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:38:20.861952+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T05:38:20.862028+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e","method":"GET"} [] [2025-05-02T05:38:20.967851+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T05:43:15.363270+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:43:15.408180+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T05:43:15.528194+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T05:43:15.534682+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T05:43:15.535569+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T05:43:15.536058+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T05:43:15.697753+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:43:15.699508+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=cache","method":"GET"} [] [2025-05-02T05:45:42.168693+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:45:42.177869+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=exception","method":"GET"} [] [2025-05-02T05:52:14.705248+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:52:14.714040+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=mailer","method":"GET"} [] [2025-05-02T05:56:12.086726+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T05:56:12.094985+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=time","method":"GET"} [] [2025-05-02T06:06:43.558289+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:06:43.566996+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=config","method":"GET"} [] [2025-05-02T06:08:41.021241+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:08:41.030288+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T06:14:32.385556+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:14:32.394964+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T06:16:10.615487+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:16:10.624127+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T06:17:11.005882+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:17:11.027902+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349?panel=logger","method":"GET"} [] [2025-05-02T06:25:14.689028+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:25:14.698080+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=router","method":"GET"} [] [2025-05-02T06:26:35.567426+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:26:35.576481+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=db","method":"GET"} [] [2025-05-02T06:27:56.070820+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:27:56.079590+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=twig","method":"GET"} [] [2025-05-02T06:30:25.080129+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:30:25.088791+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=config","method":"GET"} [] [2025-05-02T06:32:57.512011+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:32:57.521343+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=form","method":"GET"} [] [2025-05-02T06:36:57.637197+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:36:57.637195+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:36:57.646333+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=request","method":"GET"} [] [2025-05-02T06:36:57.646344+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=request","method":"GET"} [] [2025-05-02T06:39:39.643628+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:39:39.652096+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=form","method":"GET"} [] [2025-05-02T06:44:55.955965+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:44:55.999857+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T06:44:56.129503+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T06:44:56.138676+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T06:44:56.139619+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T06:44:56.140266+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T06:44:56.298006+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:44:56.299777+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=mailer","method":"GET"} [] [2025-05-02T06:52:56.850597+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:52:56.859282+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T06:52:56.968462+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T06:55:34.907791+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:55:34.916485+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=twig","method":"GET"} [] [2025-05-02T06:58:17.464447+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T06:58:17.472960+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d","method":"GET"} [] [2025-05-02T07:02:20.617787+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:02:20.626232+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=config","method":"GET"} [] [2025-05-02T07:07:40.222631+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:07:40.231288+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T07:07:40.351767+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T07:10:20.500041+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:10:20.508964+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da/search/results?ip=18.222.194.128","method":"GET"} [] [2025-05-02T07:13:03.448237+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:13:03.457587+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=notifier","method":"GET"} [] [2025-05-02T07:15:41.687423+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:15:41.696290+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=events","method":"GET"} [] [2025-05-02T07:19:43.381368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:19:43.381463+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:19:43.391290+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb/search/results?ip=13.59.234.246","method":"GET"} [] [2025-05-02T07:19:43.391299+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=translation","method":"GET"} [] [2025-05-02T07:19:43.521368+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:19:43.523217+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=logger","method":"GET"} [] [2025-05-02T07:23:42.941306+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:23:42.941460+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:23:42.941482+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:23:42.949903+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=notifier","method":"GET"} [] [2025-05-02T07:23:42.950060+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=dump","method":"GET"} [] [2025-05-02T07:23:42.950099+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=router","method":"GET"} [] [2025-05-02T07:26:23.727938+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:26:23.737017+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=http_client","method":"GET"} [] [2025-05-02T07:27:39.253192+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:27:39.261379+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=exception","method":"GET"} [] [2025-05-02T07:31:40.240091+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:31:40.240144+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:31:40.248885+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=mailer","method":"GET"} [] [2025-05-02T07:31:40.249046+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=validator","method":"GET"} [] [2025-05-02T07:38:25.017227+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:38:25.017244+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:38:25.028602+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=events","method":"GET"} [] [2025-05-02T07:38:25.028604+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=http_client","method":"GET"} [] [2025-05-02T07:39:44.810789+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:39:44.810844+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:39:44.819327+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=security","method":"GET"} [] [2025-05-02T07:39:44.819419+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=db","method":"GET"} [] [2025-05-02T07:41:05.948023+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:41:05.956592+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=cache","method":"GET"} [] [2025-05-02T07:41:06.129560+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:41:06.131309+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=exception","method":"GET"} [] [2025-05-02T07:42:27.631318+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:42:27.639858+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=security","method":"GET"} [] [2025-05-02T07:47:53.625736+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:47:53.668138+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T07:47:53.807833+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T07:47:53.815434+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T07:47:53.816385+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T07:47:53.817054+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T07:47:53.989377+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:47:53.991548+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=time","method":"GET"} [] [2025-05-02T07:50:34.832897+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:50:34.832894+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:50:34.832904+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:50:34.841377+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da?panel=translation","method":"GET"} [] [2025-05-02T07:50:34.841395+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=cache","method":"GET"} [] [2025-05-02T07:50:34.841439+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=logger","method":"GET"} [] [2025-05-02T07:55:55.530930+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:55:55.530925+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T07:55:55.616893+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=dump","method":"GET"} [] [2025-05-02T07:55:55.616927+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"20bddb"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/20bddb?panel=validator","method":"GET"} [] [2025-05-02T08:15:27.542324+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T08:15:27.550966+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T08:17:05.681470+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T08:17:05.689831+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T08:51:22.991206+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T08:51:23.368398+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T08:51:23.849790+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T08:51:23.911938+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T08:51:23.912865+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T08:51:23.913576+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T08:51:24.086249+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T08:51:24.117849+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"202180"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/202180","method":"GET"} [] [2025-05-02T10:13:37.944567+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T10:13:37.953675+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T10:15:41.349755+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T10:15:41.358260+02:00] request.INFO: Matched route "_profiler_phpinfo". {"route":"_profiler_phpinfo","route_parameters":{"_route":"_profiler_phpinfo","_controller":"web_profiler.controller.profiler::phpinfoAction"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/phpinfo","method":"GET"} [] [2025-05-02T11:21:29.671176+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:21:29.711574+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T11:21:29.826488+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T11:21:29.833944+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T11:21:29.834828+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T11:21:29.835275+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T11:21:30.002780+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:21:30.004922+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=exception","method":"GET"} [] [2025-05-02T11:24:20.404241+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:24:20.413677+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=cache","method":"GET"} [] [2025-05-02T11:28:33.944443+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:28:33.953666+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf/search/results?ip=3.142.83.171","method":"GET"} [] [2025-05-02T11:42:21.776817+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:42:21.785273+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=http_client","method":"GET"} [] [2025-05-02T11:47:57.499016+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:47:57.507244+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=logger","method":"GET"} [] [2025-05-02T11:52:09.960505+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:52:09.960507+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:52:09.969777+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=twig","method":"GET"} [] [2025-05-02T11:52:09.969894+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=notifier","method":"GET"} [] [2025-05-02T11:56:15.265776+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:56:15.265815+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T11:56:15.274072+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=request","method":"GET"} [] [2025-05-02T11:56:15.274077+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=security","method":"GET"} [] [2025-05-02T12:03:04.380059+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:03:04.389378+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=form","method":"GET"} [] [2025-05-02T12:05:47.572289+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:05:47.581361+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=validator","method":"GET"} [] [2025-05-02T12:08:29.706887+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:08:29.720998+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=db","method":"GET"} [] [2025-05-02T12:09:51.582963+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:09:51.582959+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:09:51.592095+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=router","method":"GET"} [] [2025-05-02T12:09:51.592111+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.142.83.171","method":"GET"} [] [2025-05-02T12:23:35.601647+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:23:35.641092+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T12:23:35.749466+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T12:23:35.755758+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T12:23:35.756690+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T12:23:35.757159+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T12:23:35.918835+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:23:35.920820+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=events","method":"GET"} [] [2025-05-02T12:26:16.405043+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:26:16.414250+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=translation","method":"GET"} [] [2025-05-02T12:30:18.477862+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:30:18.486534+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=dump","method":"GET"} [] [2025-05-02T12:35:45.709408+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:35:45.717936+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=time","method":"GET"} [] [2025-05-02T12:43:54.803211+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:43:54.812575+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=config","method":"GET"} [] [2025-05-02T12:46:37.295380+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T12:46:37.303994+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"dc7daf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/dc7daf?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T12:46:37.424448+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T14:24:37.428628+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:24:37.471502+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T14:24:37.589324+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T14:24:37.596485+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T14:24:37.597295+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T14:24:37.597787+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T14:24:37.764647+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:24:37.766804+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117","method":"GET"} [] [2025-05-02T14:40:44.777608+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:40:44.786476+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T14:40:44.897090+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T14:43:06.146540+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:43:06.155055+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=cache","method":"GET"} [] [2025-05-02T14:49:54.800527+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:49:54.810281+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=validator","method":"GET"} [] [2025-05-02T14:51:14.281075+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:51:14.293396+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=events","method":"GET"} [] [2025-05-02T14:52:35.539245+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:52:35.548142+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=logger","method":"GET"} [] [2025-05-02T14:53:58.115543+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:53:58.123463+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=request","method":"GET"} [] [2025-05-02T14:56:44.616105+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:56:44.616080+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T14:56:44.624502+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=time","method":"GET"} [] [2025-05-02T14:56:44.624628+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103/search/results?ip=18.117.216.191","method":"GET"} [] [2025-05-02T15:06:14.414305+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:06:14.423233+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=dump","method":"GET"} [] [2025-05-02T15:11:41.560789+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:11:41.569186+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=config","method":"GET"} [] [2025-05-02T15:25:16.353546+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:25:16.395132+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T15:25:16.508020+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T15:25:16.514697+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T15:25:16.515642+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T15:25:16.516277+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T15:25:16.676239+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:25:16.678020+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=notifier","method":"GET"} [] [2025-05-02T15:26:37.284870+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:26:37.295366+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=exception","method":"GET"} [] [2025-05-02T15:38:49.807955+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:38:49.808072+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:38:49.817139+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=router","method":"GET"} [] [2025-05-02T15:38:49.817188+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=security","method":"GET"} [] [2025-05-02T15:53:41.450998+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:53:41.461201+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=http_client","method":"GET"} [] [2025-05-02T15:55:04.101817+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:55:04.101942+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:55:04.110509+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=db","method":"GET"} [] [2025-05-02T15:55:04.110534+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=twig","method":"GET"} [] [2025-05-02T15:57:45.763311+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:57:45.771664+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=3.23.61.129","method":"GET"} [] [2025-05-02T15:57:45.979170+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:57:45.980914+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=form","method":"GET"} [] [2025-05-02T15:59:06.919173+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T15:59:06.928914+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"988103"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/988103?panel=mailer","method":"GET"} [] [2025-05-02T16:15:46.020857+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:15:46.029717+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=twig","method":"GET"} [] [2025-05-02T16:24:52.324292+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:24:52.333502+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=mailer","method":"GET"} [] [2025-05-02T16:29:17.416819+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:29:17.457637+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T16:29:17.572821+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T16:29:17.580101+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T16:29:17.581033+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T16:29:17.581589+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T16:29:17.742383+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:29:17.744135+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=validator","method":"GET"} [] [2025-05-02T16:32:09.542328+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:32:09.542119+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:32:09.550688+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e/search/results?ip=3.23.61.129","method":"GET"} [] [2025-05-02T16:32:09.550692+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=config","method":"GET"} [] [2025-05-02T16:36:34.641976+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:36:34.650620+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=events","method":"GET"} [] [2025-05-02T16:38:01.549780+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:38:01.558614+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=form","method":"GET"} [] [2025-05-02T16:42:45.146224+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:42:45.155125+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=security","method":"GET"} [] [2025-05-02T16:48:47.480302+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T16:48:47.489240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=router","method":"GET"} [] [2025-05-02T17:00:35.386562+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:00:35.395719+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=request","method":"GET"} [] [2025-05-02T17:02:02.370664+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:02:02.370768+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:02:02.379326+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=translation","method":"GET"} [] [2025-05-02T17:02:02.379556+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T17:02:02.496302+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T17:07:59.355982+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:07:59.365793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=notifier","method":"GET"} [] [2025-05-02T17:09:35.452596+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:09:35.462011+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=dump","method":"GET"} [] [2025-05-02T17:12:33.260474+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:12:33.268720+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=exception","method":"GET"} [] [2025-05-02T17:18:25.735091+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:18:25.743625+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=cache","method":"GET"} [] [2025-05-02T17:21:23.567354+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:21:23.576078+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=logger","method":"GET"} [] [2025-05-02T17:23:01.419665+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:23:01.427839+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"421e6e"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/421e6e?panel=db","method":"GET"} [] [2025-05-02T17:28:55.641596+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:28:55.650523+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=notifier","method":"GET"} [] [2025-05-02T17:31:39.271738+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:31:39.314186+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T17:31:39.433086+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T17:31:39.442326+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T17:31:39.443290+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T17:31:39.443960+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T17:31:39.600970+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:31:39.602725+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=time","method":"GET"} [] [2025-05-02T17:33:00.533465+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:33:00.533465+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:33:00.543142+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=twig","method":"GET"} [] [2025-05-02T17:33:00.543136+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=mailer","method":"GET"} [] [2025-05-02T17:37:09.165869+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:37:09.174576+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=logger","method":"GET"} [] [2025-05-02T17:45:24.898805+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:45:24.907094+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=cache","method":"GET"} [] [2025-05-02T17:53:30.850515+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:53:30.850523+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T17:53:30.859291+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"f1dd83"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/f1dd83","method":"GET"} [] [2025-05-02T17:53:30.859301+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=exception","method":"GET"} [] [2025-05-02T18:01:10.181487+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:01:10.190553+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=dump","method":"GET"} [] [2025-05-02T18:06:34.740130+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:06:34.749350+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=request","method":"GET"} [] [2025-05-02T18:16:24.768158+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:16:24.776882+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=db","method":"GET"} [] [2025-05-02T18:19:11.741431+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:19:11.750783+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=events","method":"GET"} [] [2025-05-02T18:23:04.460636+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:23:04.501131+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T18:23:04.613069+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T18:23:04.619758+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T18:23:04.620745+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T18:23:04.621236+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T18:23:05.648005+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:23:05.649783+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"49d37f"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/49d37f?panel=validator","method":"GET"} [] [2025-05-02T18:23:15.478272+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:23:15.480059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=doctrine_migrations","method":"GET"} [] [2025-05-02T18:23:15.524222+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-02T18:24:38.333973+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:24:38.343211+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=validator","method":"GET"} [] [2025-05-02T18:25:59.187791+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:25:59.196412+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=config","method":"GET"} [] [2025-05-02T18:32:48.739702+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:32:48.782098+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T18:32:48.898326+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T18:32:48.904219+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T18:32:48.905164+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T18:32:48.905554+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T18:32:49.065017+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:32:49.066874+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=security","method":"GET"} [] [2025-05-02T18:34:10.667847+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:34:10.677192+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.222.194.128","method":"GET"} [] [2025-05-02T18:35:24.896104+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:35:24.904554+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d/search/results?ip=18.222.194.128","method":"GET"} [] [2025-05-02T18:38:10.274765+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:38:10.283834+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=form","method":"GET"} [] [2025-05-02T18:44:45.111441+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:44:45.120494+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=router","method":"GET"} [] [2025-05-02T18:57:01.830117+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:57:01.838948+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=translation","method":"GET"} [] [2025-05-02T18:58:33.235281+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T18:58:33.244391+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"28a47d"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/28a47d?panel=http_client","method":"GET"} [] [2025-05-02T20:34:09.454998+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T20:34:09.464732+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-05-02T20:34:09.609182+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-02T20:34:09.609239+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T20:34:09.609262+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T20:34:09.609277+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T20:34:09.609292+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T20:34:09.758686+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T20:34:09.765831+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T20:34:09.995179+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T20:34:09.997032+02:00] request.INFO: Matched route "home". {"route":"home","route_parameters":{"_route":"home","_controller":"App\\Controller\\HomeController::index"},"request_uri":"https://mondeanimal.web-ice.site/","method":"GET"} [] [2025-05-02T20:34:10.000300+02:00] security.DEBUG: Checking for authenticator support. {"firewall_name":"main","authenticators":2} [] [2025-05-02T20:34:10.000332+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T20:34:10.000351+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"App\\Security\\LoginFormAuthenticator"} [] [2025-05-02T20:34:10.000365+02:00] security.DEBUG: Checking support on authenticator. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T20:34:10.000381+02:00] security.DEBUG: Authenticator does not support the request. {"firewall_name":"main","authenticator":"Symfony\\Component\\Security\\Http\\Authenticator\\FormLoginAuthenticator"} [] [2025-05-02T20:34:10.032057+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T20:34:10.033727+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T22:06:53.987593+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:06:54.029068+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T22:06:54.142486+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T22:06:54.149980+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T22:06:54.150905+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T22:06:54.151491+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T22:06:54.525412+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:06:54.527177+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862","method":"GET"} [] [2025-05-02T22:09:46.604577+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:09:46.613140+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=router","method":"GET"} [] [2025-05-02T22:18:14.130832+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:18:14.139697+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=logger","method":"GET"} [] [2025-05-02T22:21:01.416570+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:21:01.425180+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=exception","method":"GET"} [] [2025-05-02T22:23:46.886925+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:23:46.886995+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:23:46.886911+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:23:46.896112+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=http_client","method":"GET"} [] [2025-05-02T22:23:46.896132+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=translation","method":"GET"} [] [2025-05-02T22:23:46.896185+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283/search/results?ip=3.148.252.90","method":"GET"} [] [2025-05-02T22:28:02.428605+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:28:02.437810+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=cache","method":"GET"} [] [2025-05-02T22:29:33.543980+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:29:33.552617+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=request","method":"GET"} [] [2025-05-02T22:30:55.131575+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:30:55.139858+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=config","method":"GET"} [] [2025-05-02T22:50:22.456241+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:50:22.467778+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=mailer","method":"GET"} [] [2025-05-02T22:53:17.653250+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:53:17.661649+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=dump","method":"GET"} [] [2025-05-02T22:54:39.053555+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:54:39.062839+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=time","method":"GET"} [] [2025-05-02T22:57:26.720604+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:57:26.729444+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=security","method":"GET"} [] [2025-05-02T22:58:46.965882+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T22:58:46.974690+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=events","method":"GET"} [] [2025-05-02T23:07:08.447415+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T23:07:08.486432+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-02T23:07:08.599361+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T23:07:08.606350+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T23:07:08.607299+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-02T23:07:08.607974+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-02T23:07:08.766100+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T23:07:08.767845+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=validator","method":"GET"} [] [2025-05-02T23:08:29.885042+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T23:08:29.893622+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=db","method":"GET"} [] [2025-05-02T23:08:30.060723+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T23:08:30.062483+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"519f19"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/519f19","method":"GET"} [] [2025-05-02T23:25:13.444643+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T23:25:13.453965+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=notifier","method":"GET"} [] [2025-05-02T23:33:34.031145+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-02T23:33:34.039793+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"24d283"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/24d283?panel=form","method":"GET"} [] [2025-05-03T01:10:33.733916+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:10:34.002740+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T01:10:34.633214+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T01:10:34.668055+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T01:10:34.668977+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T01:10:34.669566+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T01:10:34.900186+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:10:34.902702+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=logger","method":"GET"} [] [2025-05-03T01:13:15.797703+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:13:15.806707+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=cache","method":"GET"} [] [2025-05-03T01:15:58.376483+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:15:58.385644+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117/search/results?ip=18.117.216.191","method":"GET"} [] [2025-05-03T01:21:28.375334+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:21:28.383817+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=translation","method":"GET"} [] [2025-05-03T01:22:49.610292+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:22:49.619128+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=request","method":"GET"} [] [2025-05-03T01:30:57.399767+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:30:57.409059+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=http_client","method":"GET"} [] [2025-05-03T01:43:37.178098+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:43:37.187279+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"latest"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/latest?ip=18.117.216.191","method":"GET"} [] [2025-05-03T01:48:53.496548+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:48:53.505584+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=security","method":"GET"} [] [2025-05-03T01:59:34.215695+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T01:59:34.224102+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=form","method":"GET"} [] [2025-05-03T02:02:12.754261+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:02:12.762414+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=mailer","method":"GET"} [] [2025-05-03T02:12:52.308501+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:12:52.384834+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T02:12:53.115537+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T02:12:53.162680+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T02:12:53.163618+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T02:12:53.164117+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T02:12:53.366132+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:12:53.368672+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=time","method":"GET"} [] [2025-05-03T02:14:11.423630+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:14:11.432336+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=config","method":"GET"} [] [2025-05-03T02:16:51.098332+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:16:51.114863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=notifier","method":"GET"} [] [2025-05-03T02:24:57.952029+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:24:57.978575+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=router","method":"GET"} [] [2025-05-03T02:26:16.509245+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:26:16.521596+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=events","method":"GET"} [] [2025-05-03T02:26:16.509199+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:26:16.527781+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=exception","method":"GET"} [] [2025-05-03T02:30:14.251276+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:30:14.260379+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=dump","method":"GET"} [] [2025-05-03T02:34:13.230875+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:34:13.240221+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=db","method":"GET"} [] [2025-05-03T02:46:16.834612+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:46:16.961032+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d84117"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d84117?panel=twig","method":"GET"} [] [2025-05-03T02:48:52.814129+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:48:52.822843+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=translation","method":"GET"} [] [2025-05-03T02:51:33.611775+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:51:33.619941+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=logger","method":"GET"} [] [2025-05-03T02:59:53.671802+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T02:59:53.680032+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899/search/results?ip=18.218.195.15","method":"GET"} [] [2025-05-03T03:01:13.247627+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:01:13.247684+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:01:13.247741+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:01:13.292396+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=doctrine_migrations","method":"GET"} [] [2025-05-03T03:01:13.292484+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=request","method":"GET"} [] [2025-05-03T03:01:13.292501+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=notifier","method":"GET"} [] [2025-05-03T03:01:13.525971+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-03T03:02:32.912400+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:02:32.943600+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"65cfaf"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/65cfaf","method":"GET"} [] [2025-05-03T03:02:32.912346+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:02:32.912413+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:02:32.968668+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=validator","method":"GET"} [] [2025-05-03T03:02:32.968861+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=http_client","method":"GET"} [] [2025-05-03T03:17:33.157033+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:17:33.311163+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T03:17:34.235178+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T03:17:34.290360+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T03:17:34.291577+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T03:17:34.292066+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T03:17:34.483431+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:17:34.521628+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=twig","method":"GET"} [] [2025-05-03T03:17:34.678682+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:17:34.680534+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=form","method":"GET"} [] [2025-05-03T03:21:32.430500+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:21:32.449164+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=mailer","method":"GET"} [] [2025-05-03T03:24:20.674538+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:24:20.695006+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=dump","method":"GET"} [] [2025-05-03T03:25:42.395801+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:25:42.409755+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=db","method":"GET"} [] [2025-05-03T03:32:32.818019+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:32:32.833038+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=router","method":"GET"} [] [2025-05-03T03:47:25.719298+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:47:25.727422+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=events","method":"GET"} [] [2025-05-03T03:48:46.114397+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:48:46.130467+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=time","method":"GET"} [] [2025-05-03T03:55:46.192103+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:55:46.201380+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=security","method":"GET"} [] [2025-05-03T03:59:51.627978+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T03:59:51.638952+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=config","method":"GET"} [] [2025-05-03T04:09:15.534372+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T04:09:15.546298+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=cache","method":"GET"} [] [2025-05-03T04:11:55.540371+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T04:11:55.557696+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"11b899"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/11b899?panel=exception","method":"GET"} [] [2025-05-03T05:36:15.243609+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T05:36:15.373872+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T05:36:15.825594+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T05:36:15.833596+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T05:36:15.834531+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T05:36:15.835052+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T05:36:16.030565+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T05:36:16.052086+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"344349"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/344349","method":"GET"} [] [2025-05-03T05:55:12.235424+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T05:55:12.243823+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=form","method":"GET"} [] [2025-05-03T05:59:27.906787+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T05:59:27.915425+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=request","method":"GET"} [] [2025-05-03T06:00:47.045882+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:00:47.054219+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=logger","method":"GET"} [] [2025-05-03T06:07:30.338133+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:07:30.347000+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=doctrine_migrations","method":"GET"} [] [2025-05-03T06:07:30.458087+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-03T06:11:34.626989+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:11:34.635992+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=dump","method":"GET"} [] [2025-05-03T06:12:53.813502+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:12:53.823854+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=security","method":"GET"} [] [2025-05-03T06:14:14.860030+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:14:14.869104+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=time","method":"GET"} [] [2025-05-03T06:16:53.836137+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:16:53.845028+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=translation","method":"GET"} [] [2025-05-03T06:19:32.349370+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:19:32.358867+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=http_client","method":"GET"} [] [2025-05-03T06:20:52.785417+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:20:52.794061+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=validator","method":"GET"} [] [2025-05-03T06:20:52.785372+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:20:52.799081+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=events","method":"GET"} [] [2025-05-03T06:26:11.704963+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:26:11.713857+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"5d56c8"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/5d56c8","method":"GET"} [] [2025-05-03T06:26:11.705119+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:26:11.740831+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=exception","method":"GET"} [] [2025-05-03T06:30:12.542393+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:30:12.551770+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=cache","method":"GET"} [] [2025-05-03T06:38:16.038716+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:38:16.081952+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T06:38:16.198926+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T06:38:16.205823+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T06:38:16.206753+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T06:38:16.207321+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T06:38:16.375851+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:38:16.378144+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=router","method":"GET"} [] [2025-05-03T06:39:36.026948+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:39:36.035955+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=config","method":"GET"} [] [2025-05-03T06:43:37.673610+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:43:37.682688+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64/search/results?ip=3.145.86.137","method":"GET"} [] [2025-05-03T06:55:43.915081+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:55:43.923968+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"aa96da"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/aa96da","method":"GET"} [] [2025-05-03T06:59:48.725871+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T06:59:48.734962+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=db","method":"GET"} [] [2025-05-03T07:02:29.870450+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T07:02:29.879537+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=twig","method":"GET"} [] [2025-05-03T07:07:52.779213+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T07:07:52.787230+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=notifier","method":"GET"} [] [2025-05-03T07:17:11.687063+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T07:17:11.695545+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"d43d64"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/d43d64?panel=mailer","method":"GET"} [] [2025-05-03T07:26:00.733619+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T07:26:00.776544+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET http://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET http://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T07:26:00.896638+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T07:26:00.904802+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T07:26:00.905726+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T07:26:00.906350+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T07:26:01.730153+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T07:26:01.731910+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"13777b"},"request_uri":"http://mondeanimal.web-ice.site/_profiler/13777b?panel=security","method":"GET"} [] [2025-05-03T09:02:22.303031+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:02:22.344561+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T09:02:22.458923+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T09:02:22.466683+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T09:02:22.467755+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T09:02:22.468300+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T09:02:22.735229+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:02:22.737031+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=translation","method":"GET"} [] [2025-05-03T09:09:03.492877+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:09:03.501533+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=mailer","method":"GET"} [] [2025-05-03T09:12:21.694392+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:12:21.703466+02:00] request.INFO: Matched route "_profiler_search_results". {"route":"_profiler_search_results","route_parameters":{"_route":"_profiler_search_results","_controller":"web_profiler.controller.profiler::searchResultsAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862/search/results?ip=3.148.252.90","method":"GET"} [] [2025-05-03T09:15:41.470667+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:15:41.479096+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=dump","method":"GET"} [] [2025-05-03T09:22:28.971948+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:22:28.981608+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=twig","method":"GET"} [] [2025-05-03T09:22:29.216178+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:22:29.217922+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=notifier","method":"GET"} [] [2025-05-03T09:25:49.074355+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:25:49.083651+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=doctrine_migrations","method":"GET"} [] [2025-05-03T09:25:49.199548+02:00] request.CRITICAL: Uncaught PHP Exception Twig\Error\RuntimeError: "Key "executed_migrations" does not exist as the sequence/mapping is empty." at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig line 87 {"exception":"[object] (Twig\\Error\\RuntimeError(code: 0): Key \"executed_migrations\" does not exist as the sequence/mapping is empty. at /home/webicefrhf/mondeanimal/vendor/doctrine/doctrine-migrations-bundle/Resources/views/Collector/migrations.html.twig:87)"} [] [2025-05-03T09:37:41.686606+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:37:41.695022+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=cache","method":"GET"} [] [2025-05-03T09:44:29.946925+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:44:29.955743+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=security","method":"GET"} [] [2025-05-03T09:46:28.932636+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:46:28.932648+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:46:28.941216+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=router","method":"GET"} [] [2025-05-03T09:46:28.941274+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=form","method":"GET"} [] [2025-05-03T09:51:52.096686+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:51:52.105863+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=http_client","method":"GET"} [] [2025-05-03T09:51:52.274442+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:51:52.276240+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=config","method":"GET"} [] [2025-05-03T09:56:58.711362+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:56:58.711418+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T09:56:58.719970+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=db","method":"GET"} [] [2025-05-03T09:56:58.720081+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=time","method":"GET"} [] [2025-05-03T10:02:38.533202+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T10:02:38.574902+02:00] request.ERROR: Uncaught PHP Exception Symfony\Component\HttpKernel\Exception\NotFoundHttpException: "No route found for "GET https://mondeanimal.web-ice.site/robots.txt"" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php line 135 {"exception":"[object] (Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException(code: 0): No route found for \"GET https://mondeanimal.web-ice.site/robots.txt\" at /home/webicefrhf/mondeanimal/vendor/symfony/http-kernel/EventListener/RouterListener.php:135)\n[previous exception] [object] (Symfony\\Component\\Routing\\Exception\\ResourceNotFoundException(code: 0): No routes found for \"/robots.txt/\". at /home/webicefrhf/mondeanimal/vendor/symfony/routing/Matcher/Dumper/CompiledUrlMatcherTrait.php:74)"} [] [2025-05-03T10:02:38.693768+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T10:02:38.701149+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T10:02:38.702102+02:00] doctrine.INFO: Connecting with parameters array{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"} {"params":{"driver":"pdo_mysql","charset":"utf8mb4","idle_connection_ttl":600,"host":"webicefrhfmondea.mysql.db","port":3306,"user":"webicefrhfmondea","password":"","driverOptions":[],"serverVersion":"8.0.30","defaultTableOptions":{"charset":"utf8mb4","collate":"utf8mb4_unicode_ci"},"dbname":"webicefrhfmondea"}} [] [2025-05-03T10:02:38.702811+02:00] app.ERROR: error while trying to collect executed migrations {"exception":"[object] (Doctrine\\DBAL\\Exception\\ConnectionException(code: 2002): An exception occurred in the driver: SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:101)\n[previous exception] [object] (Doctrine\\DBAL\\Driver\\PDO\\Exception(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:28)\n[previous exception] [object] (PDOException(code: 2002): SQLSTATE[HY000] [2002] php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)\n[previous exception] [object] (PDOException(code: 0): PDO::__construct(): php_network_getaddresses: getaddrinfo failed: Name or service not known at /home/webicefrhf/mondeanimal/vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php:34)"} [] [2025-05-03T10:02:38.868149+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T10:02:38.870085+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=exception","method":"GET"} [] [2025-05-03T10:11:37.497392+02:00] php.INFO: User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. {"exception":"[object] (ErrorException(code: 0): User Deprecated: Using the WebserverBundle is deprecated since Symfony 4.4. The new Symfony local server has more features, you can use it instead. at /home/webicefrhf/mondeanimal/vendor/symfony/web-server-bundle/WebServerBundle.php:23)"} [] [2025-05-03T10:11:37.506299+02:00] request.INFO: Matched route "_profiler". {"route":"_profiler","route_parameters":{"_route":"_profiler","_controller":"web_profiler.controller.profiler::panelAction","token":"ac2862"},"request_uri":"https://mondeanimal.web-ice.site/_profiler/ac2862?panel=logger","method":"GET"} []